|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/DebugInfo/PDB/Native/PDBFile.h 100 Expected<InfoStream &> getPDBInfoStream();
References
lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp 68 auto IS = Session.getPDBFile().getPDBInfoStream();
80 auto IS = Session.getPDBFile().getPDBInfoStream();
lib/DebugInfo/PDB/Native/PDBFile.cpp 435 auto &InfoStream = cantFail(const_cast<PDBFile *>(this)->getPDBInfoStream());
458 auto IS = getPDBInfoStream();
471 auto IS = getPDBInfoStream();
497 auto IS = getPDBInfoStream();
tools/lld/COFF/DebugTypes.cpp 195 pdb::InfoStream &info = cantFail(pdbFile.getPDBInfoStream());
259 Expected<pdb::InfoStream &> info = pdbFile.getPDBInfoStream();
tools/lld/COFF/PDB.cpp 425 pdb::InfoStream &info = cantFail(pdbFile.getPDBInfoStream());
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp 49 ASSIGN_PTR_OR_RETURN(result->m_info, file->getPDBInfoStream());
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp 145 auto expected_info = pdb->getPDBInfoStream();
tools/llvm-pdbutil/BytesOutputStyle.cpp 201 auto &InfoS = Err(File.getPDBInfoStream());
tools/llvm-pdbutil/DumpOutputStyle.cpp 252 auto &PS = Err(getPdb().getPDBInfoStream());
1271 auto &IS = Err(File.pdb().getPDBInfoStream());
tools/llvm-pdbutil/ExplainOutputStyle.cpp 261 InfoStream &Info = cantFail(File.pdb().getPDBInfoStream());
tools/llvm-pdbutil/StreamUtil.cpp 73 auto Info = File.getPDBInfoStream();
tools/llvm-pdbutil/YAMLOutputStyle.cpp 156 auto IS = File.getPDBInfoStream();
307 auto InfoS = File.getPDBInfoStream();
tools/llvm-pdbutil/llvm-pdbutil.cpp 1380 InfoStream &IS = cantFail(File.getPDBInfoStream());