|
LLVM
4.0.0
|
#include "llvm/ADT/Optional.h"#include "llvm/ADT/StringExtras.h"#include "llvm/DebugInfo/CodeView/TypeIndex.h"#include "llvm/DebugInfo/CodeView/TypeRecord.h"#include "llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h"#include "llvm/DebugInfo/MSF/StreamArray.h"#include "llvm/DebugInfo/PDB/Raw/RawError.h"#include "llvm/Support/Endian.h"#include "llvm/Support/Error.h"#include <cstdint>#include <string>#include "llvm/DebugInfo/CodeView/TypeRecords.def"Go to the source code of this file.
Classes | |
| class | llvm::pdb::TpiHashUpdater |
| class | llvm::pdb::TpiHashVerifier |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::pdb | |
Macros | |
| #define | TYPE_RECORD(EnumName, EnumVal, Name) |
| #define | TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) |
| #define | MEMBER_RECORD(EnumName, EnumVal, Name) |
| #define | MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) |
Definition at line 39 of file TpiHashing.h.
Definition at line 40 of file TpiHashing.h.
Definition at line 32 of file TpiHashing.h.
Definition at line 38 of file TpiHashing.h.
1.8.6