Home
last modified time | relevance | path

Searched refs:getPDBFile (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeExeSymbol.cpp24 Expected<DbiStream &> DbiS = Session.getPDBFile().getPDBDbiStream(); in getDbiStreamPtr()
68 auto IS = Session.getPDBFile().getPDBInfoStream(); in getAge()
76 return Session.getPDBFile().getFilePath(); in getSymbolsFileName()
80 auto IS = Session.getPDBFile().getPDBInfoStream(); in getGuid()
88 auto Dbi = Session.getPDBFile().getPDBDbiStream(); in hasCTypes()
96 auto Dbi = Session.getPDBFile().getPDBDbiStream(); in hasPrivateSymbols()
DNativeEnumGlobals.cpp26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals()
27 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in NativeEnumGlobals()
DSymbolCache.cpp80 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in createTypeEnumerator()
157 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in findSymbolByTypeIndex()
263 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in getOrCreateGlobalSymbolByOffset()
DNativeTypeFunctionSig.cpp102 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in initializeArgList()
DNativeTypeEnum.cpp66 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in NativeEnumEnumEnumerators()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeExeSymbol.cpp24 Expected<DbiStream &> DbiS = Session.getPDBFile().getPDBDbiStream(); in getDbiStreamPtr()
68 auto IS = Session.getPDBFile().getPDBInfoStream(); in getAge()
76 return std::string(Session.getPDBFile().getFilePath()); in getSymbolsFileName()
80 auto IS = Session.getPDBFile().getPDBInfoStream(); in getGuid()
88 auto Dbi = Session.getPDBFile().getPDBDbiStream(); in hasCTypes()
96 auto Dbi = Session.getPDBFile().getPDBDbiStream(); in hasPrivateSymbols()
DNativeEnumGlobals.cpp26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals()
27 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in NativeEnumGlobals()
DNativeInlineSiteSymbol.cpp58 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in getName()
63 auto Ipi = Session.getPDBFile().getPDBIpiStream(); in getName()
DNativeSourceFile.cpp20 auto ST = Session.getPDBFile().getStringTable(); in getFileName()
DSymbolCache.cpp90 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in createTypeEnumerator()
167 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in findSymbolByTypeIndex()
273 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in getOrCreateGlobalSymbolByOffset()
384 auto Publics = Session.getPDBFile().getPDBPublicsStream(); in findPublicSymbolBySectOffset()
388 auto ExpectedSyms = Session.getPDBFile().getPDBSymbolStream(); in findPublicSymbolBySectOffset()
DNativeTypeFunctionSig.cpp102 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in initializeArgList()
DNativeTypeEnum.cpp66 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in NativeEnumEnumEnumerators()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawSession.h66 PDBFile &getPDBFile() { return *Pdb; } in getPDBFile() function
67 const PDBFile &getPDBFile() const { return *Pdb; } in getPDBFile() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h97 PDBFile &getPDBFile() { return *Pdb; } in getPDBFile() function
98 const PDBFile &getPDBFile() const { return *Pdb; } in getPDBFile() function
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h105 PDBFile &getPDBFile() { return *Pdb; } in getPDBFile() function
106 const PDBFile &getPDBFile() const { return *Pdb; } in getPDBFile() function
/external/llvm-project/lld/COFF/
DDebugTypes.cpp53 pdb::PDBFile &file = f->session->getPDBFile(); in TypeServerSource()
197 if (pdbInputFile->session->getPDBFile().hasPDBIpiStream()) in makeTypeServerSource()
364 pdb::PDBFile &pdbFile = pdbInputFile->session->getPDBFile(); in mergeDebugT()
441 pdb::PDBFile &pdbSession = (*tsSrc)->pdbInputFile->session->getPDBFile(); in mergeDebugT()
720 pdb::PDBFile &pdbFile = pdbInputFile->session->getPDBFile(); in loadGHashes()
762 pdb::PDBFile &pdbFile = pdbInputFile->session->getPDBFile(); in remapTpiWithGHashes()
DInputFiles.cpp917 pdb::PDBFile &pdbFile = session->getPDBFile(); in parse()
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp374 PDBFile &File = RS->getPDBFile(); in pdb2Yaml()
386 PDBFile &File = RS->getPDBFile(); in dumpRaw()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DInputFile.cpp281 IF.PdbOrObj = &IF.PdbSession->getPDBFile(); in open()
Dllvm-pdbutil.cpp863 return NS->getPDBFile(); in loadPDB()