Home
last modified time | relevance | path

Searched refs:getPDBGlobalsStream (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumGlobals.cpp28 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals()
H A DPDBFile.cpp256 Expected<GlobalsStream &> PDBFile::getPDBGlobalsStream() { in getPDBGlobalsStream() function in PDBFile
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp81 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream()); in mark()
H A DDumpOutputStyle.cpp721 auto ExpGlobals = getPdb().getPDBGlobalsStream(); in dumpUdtStats()
1588 auto &Globals = Err(getPdb().getPDBGlobalsStream()); in dumpGlobals()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h100 Expected<GlobalsStream &> getPDBGlobalsStream();
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp52 ASSIGN_PTR_OR_RETURN(result->m_globals, file->getPDBGlobalsStream()); in create()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp977 Expected<GlobalsStream &> GlobalsOrErr = Pdb.getPDBGlobalsStream(); in createScopes()