|
LLVM 22.0.0git
|
#include "llvm/ADT/APSInt.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/iterator.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/Compiler.h"#include "llvm/Support/Endian.h"#include <cstdint>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::codeview |
Enumerations | |
| enum | : uint16_t { llvm::codeview::MaxDefRange = 0xf000 } |
Functions | |
| LLVM_ABI Expected< CVSymbol > | llvm::codeview::readSymbolFromStream (BinaryStreamRef Stream, uint32_t Offset) |