|
LLVM
4.0.0
|
#include "llvm/ADT/APSInt.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/Optional.h"#include "llvm/ADT/iterator_range.h"#include "llvm/ADT/StringRef.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/DebugInfo/MSF/StreamArray.h"#include "llvm/Support/Endian.h"#include "llvm/Support/Error.h"#include <cstddef>#include <cstdint>#include <vector>Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::codeview | |
Typedefs | |
| typedef CVRecord< SymbolKind > | llvm::codeview::CVSymbol |
| typedef msf::VarStreamArray < CVSymbol > | llvm::codeview::CVSymbolArray |
Enumerations | |
| enum | : uint16_t { llvm::codeview::MaxDefRange = 0xf000 } |
1.8.6