Home
last modified time | relevance | path

Searched refs:NativeExeSymbol (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeExeSymbol.cpp21 NativeExeSymbol::NativeExeSymbol(NativeSession &Session, SymIndexId SymbolId) in NativeExeSymbol() function in llvm::pdb::NativeExeSymbol
24 std::unique_ptr<NativeRawSymbol> NativeExeSymbol::clone() const { in clone()
25 return llvm::make_unique<NativeExeSymbol>(Session, SymbolId); in clone()
29 NativeExeSymbol::findChildren(PDB_SymType Type) const { in findChildren()
49 uint32_t NativeExeSymbol::getAge() const { in getAge()
57 std::string NativeExeSymbol::getSymbolsFileName() const { in getSymbolsFileName()
61 codeview::GUID NativeExeSymbol::getGuid() const { in getGuid()
69 bool NativeExeSymbol::hasCTypes() const { in hasCTypes()
77 bool NativeExeSymbol::hasPrivateSymbols() const { in hasPrivateSymbols()
DNativeSession.cpp172 SymbolCache.push_back(llvm::make_unique<NativeExeSymbol>(*this, Id)); in getGlobalScope()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeExeSymbol.h19 class NativeExeSymbol : public NativeRawSymbol {
21 NativeExeSymbol(NativeSession &Session, SymIndexId SymbolId);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DCMakeLists.txt54 Native/NativeExeSymbol.cpp