HomeSort by: relevance | last modified time | path
    Searched defs:SymIndexId (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
IPDBRawSymbol.h 26 SymIndexId = 1 << 0,
35 void dumpSymbolIdField(raw_ostream &OS, StringRef Name, SymIndexId Value,
91 virtual SymIndexId getArrayIndexTypeId() const = 0;
94 virtual SymIndexId getBaseSymbolId() const = 0;
98 virtual SymIndexId getClassParentId() const = 0;
104 virtual SymIndexId getLexicalParentId() const = 0;
110 virtual SymIndexId getLowerBoundId() const = 0;
120 virtual SymIndexId getOemSymbolId() const = 0;
135 virtual SymIndexId getSubTypeId() const = 0;
137 virtual SymIndexId getSymIndexId() const = 0
    [all...]
PDBTypes.h 26 typedef uint32_t SymIndexId;

Completed in 44 milliseconds