Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumGlobals.cpp29 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in NativeEnumGlobals()
H A DSymbolCache.cpp279 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in getOrCreateGlobalSymbolByOffset()
394 auto ExpectedSyms = Session.getPDBFile().getPDBSymbolStream(); in findPublicSymbolBySectOffset()
H A DPDBFile.cpp347 Expected<SymbolStream &> PDBFile::getPDBSymbolStream() { in getPDBSymbolStream() function in PDBFile
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp80 SymbolStream &SymStream = cantFail(File.pdb().getPDBSymbolStream()); in mark()
H A DYAMLOutputStyle.cpp345 auto ExpectedSyms = File.getPDBSymbolStream(); in dumpPublics()
H A DDumpOutputStyle.cpp720 auto &SymbolRecords = cantFail(getPdb().getPDBSymbolStream()); in dumpUdtStats()
1554 auto &Records = cantFail(getPdb().getPDBSymbolStream()); in dumpGSIRecords()
1594 SymbolStream &SymRecords = cantFail(getPdb().getPDBSymbolStream()); in dumpGlobals()
1688 auto ExpectedSyms = getPdb().getPDBSymbolStream(); in dumpSymbolsFromGSI()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h104 Expected<SymbolStream &> getPDBSymbolStream();
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp53 ASSIGN_PTR_OR_RETURN(result->m_symrecords, file->getPDBSymbolStream()); in create()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp982 Expected<SymbolStream &> ExpectedSyms = Pdb.getPDBSymbolStream(); in createScopes()