Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A 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()
H A DNativeEnumGlobals.cpp28 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals()
29 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in NativeEnumGlobals()
H A DSymbolCache.cpp95 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in createTypeEnumerator()
173 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in findSymbolByTypeIndex()
279 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in getOrCreateGlobalSymbolByOffset()
390 auto Publics = Session.getPDBFile().getPDBPublicsStream(); in findPublicSymbolBySectOffset()
394 auto ExpectedSyms = Session.getPDBFile().getPDBSymbolStream(); in findPublicSymbolBySectOffset()
H A DNativeSourceFile.cpp23 auto ST = Session.getPDBFile().getStringTable(); in getFileName()
H A DNativeInlineSiteSymbol.cpp64 auto Tpi = Session.getPDBFile().getPDBTpiStream(); in getName()
69 auto Ipi = Session.getPDBFile().getPDBIpiStream(); in getName()
H A DNativeTypeFunctionSig.cpp103 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in initializeArgList()
H A DNativeTypeEnum.cpp66 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream()); in NativeEnumEnumEnumerators()
H A DInputFile.cpp328 IF.PdbOrObj = &IF.PdbSession->getPDBFile(); in open()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h109 PDBFile &getPDBFile() { return *Pdb; } in getPDBFile() function
110 const PDBFile &getPDBFile() const { return *Pdb; } in getPDBFile() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp55 pdb::PDBFile &file = f->session->getPDBFile(); in TypeServerSource()
194 if (pdbInputFile->session->getPDBFile().hasPDBIpiStream()) in makeTypeServerSource()
364 pdb::PDBFile &pdbFile = pdbInputFile->session->getPDBFile(); in mergeDebugT()
453 pdb::PDBFile &pdbSession = (*tsSrc)->pdbInputFile->session->getPDBFile(); in mergeDebugT()
754 pdb::PDBFile &pdbFile = pdbInputFile->session->getPDBFile(); in loadGHashes()
796 pdb::PDBFile &pdbFile = pdbInputFile->session->getPDBFile(); in remapTpiWithGHashes()
H A DInputFiles.cpp935 pdb::PDBFile &pdbFile = session->getPDBFile(); in parse()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp269 PdbOrObj Input = &PdbSession->getPDBFile(); in handleObject()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp404 PDBFile &Pdb = PdbSession->getPDBFile(); in loadTypeServer()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp887 return NS->getPDBFile(); in loadPDB()