Searched refs:getPDBInfoStream (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeExeSymbol.cpp68 auto IS = Session.getPDBFile().getPDBInfoStream();
80 auto IS = Session.getPDBFile().getPDBInfoStream();
H A DPDBFile.cpp275 Expected<InfoStream &> PDBFile::getPDBInfoStream() { function in class:PDBFile
435 auto &InfoStream = cantFail(const_cast<PDBFile *>(this)->getPDBInfoStream());
458 auto IS = getPDBInfoStream();
471 auto IS = getPDBInfoStream();
497 auto IS = getPDBInfoStream();
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp80 auto info_stream = m_file_up->getPDBInfoStream();
117 auto info_stream = pdb_file->getPDBInfoStream();
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h98 Expected<InfoStream &> getPDBInfoStream();
/openbsd-current/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp156 auto IS = File.getPDBInfoStream();
307 auto InfoS = File.getPDBInfoStream();
H A DStreamUtil.cpp73 auto Info = File.getPDBInfoStream();
H A DExplainOutputStyle.cpp264 InfoStream &Info = cantFail(File.pdb().getPDBInfoStream());
H A DBytesOutputStyle.cpp201 auto &InfoS = Err(File.getPDBInfoStream());
H A DDumpOutputStyle.cpp252 auto &PS = Err(getPdb().getPDBInfoStream());
1162 auto &IS = Err(File.pdb().getPDBInfoStream());
H A Dllvm-pdbutil.cpp1409 InfoStream &IS = cantFail(File.getPDBInfoStream());
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp50 ASSIGN_PTR_OR_RETURN(result->m_info, file->getPDBInfoStream());
H A DSymbolFileNativePDB.cpp125 auto expected_info = pdb->getPDBInfoStream();
/openbsd-current/gnu/llvm/lld/COFF/
H A DDebugTypes.cpp54 auto expectedInfo = file.getPDBInfoStream();
452 auto expectedInfo = pdbSession.getPDBInfoStream();
H A DInputFiles.cpp890 auto expectedInfo = pdbFile.getPDBInfoStream();

Completed in 177 milliseconds