/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeExeSymbol.cpp | 24 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()
|
D | NativeEnumGlobals.cpp | 26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals() 27 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in NativeEnumGlobals()
|
D | SymbolCache.cpp | 80 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in createTypeEnumerator() 157 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in findSymbolByTypeIndex() 263 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in getOrCreateGlobalSymbolByOffset()
|
D | NativeTypeFunctionSig.cpp | 102 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in initializeArgList()
|
D | NativeTypeEnum.cpp | 66 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in NativeEnumEnumEnumerators()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeExeSymbol.cpp | 24 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()
|
D | NativeEnumGlobals.cpp | 26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals() 27 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in NativeEnumGlobals()
|
D | NativeInlineSiteSymbol.cpp | 58 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in getName() 63 auto Ipi = Session.getPDBFile().getPDBIpiStream(); in getName()
|
D | NativeSourceFile.cpp | 20 auto ST = Session.getPDBFile().getStringTable(); in getFileName()
|
D | SymbolCache.cpp | 90 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()
|
D | NativeTypeFunctionSig.cpp | 102 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in initializeArgList()
|
D | NativeTypeEnum.cpp | 66 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in NativeEnumEnumEnumerators()
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | RawSession.h | 66 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/ |
D | NativeSession.h | 97 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/ |
D | NativeSession.h | 105 PDBFile &getPDBFile() { return *Pdb; } in getPDBFile() function 106 const PDBFile &getPDBFile() const { return *Pdb; } in getPDBFile() function
|
/external/llvm-project/lld/COFF/ |
D | DebugTypes.cpp | 53 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()
|
D | InputFiles.cpp | 917 pdb::PDBFile &pdbFile = session->getPDBFile(); in parse()
|
/external/llvm/tools/llvm-pdbdump/ |
D | llvm-pdbdump.cpp | 374 PDBFile &File = RS->getPDBFile(); in pdb2Yaml() 386 PDBFile &File = RS->getPDBFile(); in dumpRaw()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | InputFile.cpp | 281 IF.PdbOrObj = &IF.PdbSession->getPDBFile(); in open()
|
D | llvm-pdbutil.cpp | 863 return NS->getPDBFile(); in loadPDB()
|