Go to the source code of this file.
|
| | llvm |
| | Compute iterated dominance frontiers using a linear time algorithm.
|
| |
| #define DECLARE_PDB_SYMBOL_CONCRETE_TYPE |
( |
|
TagValue | ) |
|
Value:
static
bool classof(
const PDBSymbol *S) {
return S->getSymTag() ==
Tag; }
PDB_SymType
These values correspond to the SymTagEnum enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/bkedss5f.aspx.
Definition at line 32 of file PDBSymbol.h.
| #define FORWARD_SYMBOL_METHOD |
( |
|
MethodName | ) |
|
Value:auto MethodName()
const->decltype(RawSymbol->MethodName()) { \
return RawSymbol->MethodName(); \
}
Definition at line 22 of file PDBSymbol.h.