Home
last modified time | relevance | path

Searched defs:SymbolId (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h233 SymIndexId SymbolId; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h41 std::unique_ptr<T> getConcreteSymbolById(uint32_t SymbolId) const { in getConcreteSymbolById()
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h35 std::unique_ptr<T> getConcreteSymbolById(uint32_t SymbolId) const { in getConcreteSymbolById()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeCompilandSymbol.cpp18 SymIndexId SymbolId, in NativeCompilandSymbol()
DNativeExeSymbol.cpp21 NativeExeSymbol::NativeExeSymbol(NativeSession &Session, SymIndexId SymbolId) in NativeExeSymbol()
DNativeRawSymbol.cpp17 NativeRawSymbol::NativeRawSymbol(NativeSession &PDBSession, SymIndexId SymbolId) in NativeRawSymbol()