Home
last modified time | relevance | path

Searched refs:getPDBSymbolStream (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumGlobals.cpp27 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in NativeEnumGlobals()
DSymbolCache.cpp273 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in getOrCreateGlobalSymbolByOffset()
388 auto ExpectedSyms = Session.getPDBFile().getPDBSymbolStream(); in findPublicSymbolBySectOffset()
DPDBFile.cpp349 Expected<SymbolStream &> PDBFile::getPDBSymbolStream() { in getPDBSymbolStream() function in PDBFile
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumGlobals.cpp27 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in NativeEnumGlobals()
DSymbolCache.cpp263 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in getOrCreateGlobalSymbolByOffset()
DPDBFile.cpp348 Expected<SymbolStream &> PDBFile::getPDBSymbolStream() { in getPDBSymbolStream() function in PDBFile
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPDBFile.h119 Expected<SymbolStream &> getPDBSymbolStream();
/external/llvm/lib/DebugInfo/PDB/Raw/
DPublicsStream.cpp163 auto SymbolS = Pdb.getPDBSymbolStream(); in getSymbols()
DPDBFile.cpp249 Expected<SymbolStream &> PDBFile::getPDBSymbolStream() { in getPDBSymbolStream() function in PDBFile
/external/llvm-project/llvm/tools/llvm-pdbutil/
DTypeReferenceTracker.cpp77 SymbolStream &SymStream = cantFail(File.pdb().getPDBSymbolStream()); in mark()
DYAMLOutputStyle.cpp345 auto ExpectedSyms = File.getPDBSymbolStream(); in dumpPublics()
DDumpOutputStyle.cpp823 auto &SymbolRecords = cantFail(getPdb().getPDBSymbolStream()); in dumpUdtStats()
1653 auto &Records = cantFail(getPdb().getPDBSymbolStream()); in dumpGSIRecords()
1693 SymbolStream &SymRecords = cantFail(getPdb().getPDBSymbolStream()); in dumpGlobals()
1787 auto ExpectedSyms = getPdb().getPDBSymbolStream(); in dumpSymbolsFromGSI()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h106 Expected<SymbolStream &> getPDBSymbolStream();
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h106 Expected<SymbolStream &> getPDBSymbolStream();
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbIndex.cpp52 ASSIGN_PTR_OR_RETURN(result->m_symrecords, file->getPDBSymbolStream()); in create()