LLVM
8.0.1
|
#include "llvm/ADT/APSInt.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/DebugInfo/CodeView/CVRecord.h"
#include "llvm/DebugInfo/CodeView/CodeView.h"
#include "llvm/DebugInfo/CodeView/RecordSerialization.h"
#include "llvm/DebugInfo/CodeView/TypeIndex.h"
#include "llvm/Support/BinaryStreamArray.h"
#include "llvm/Support/Endian.h"
#include <cstdint>
#include <vector>
Go to the source code of this file.
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::codeview | |
Typedefs | |
using | llvm::codeview::CVSymbol = CVRecord< SymbolKind > |
using | llvm::codeview::CVSymbolArray = VarStreamArray< CVSymbol > |
Enumerations | |
enum | : uint16_t { llvm::codeview::MaxDefRange = 0xf000 } |
Functions | |
Expected< CVSymbol > | llvm::codeview::readSymbolFromStream (BinaryStreamRef Stream, uint32_t Offset) |