LLVM
8.0.1
|
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/Optional.h"
#include "llvm/DebugInfo/CodeView/CodeViewError.h"
#include "llvm/DebugInfo/CodeView/RecordSerialization.h"
#include "llvm/DebugInfo/CodeView/TypeIndex.h"
#include "llvm/Support/BinaryStreamReader.h"
#include "llvm/Support/BinaryStreamRef.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/Error.h"
#include <cstdint>
Go to the source code of this file.
Classes | |
class | llvm::codeview::CVRecord< Kind > |
struct | llvm::codeview::RemappedRecord< Kind > |
struct | llvm::VarStreamArrayExtractor< codeview::CVRecord< Kind > > |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::codeview | |
Functions | |
template<typename Record , typename Func > | |
Error | llvm::codeview::forEachCodeViewRecord (ArrayRef< uint8_t > StreamBuffer, Func F) |
template<typename Kind > | |
Expected< CVRecord< Kind > > | llvm::codeview::readCVRecordFromStream (BinaryStreamRef Stream, uint32_t Offset) |
Read a complete record from a stream at a random offset. More... | |