Home
last modified time | relevance | path

Searched refs:getSourceFilesForCompiland (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp91 auto SrcFiles = Session.getSourceFilesForCompiland(*this); in getSourceFileFullPath()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h74 std::unique_ptr<IPDBEnumSourceFiles> getSourceFilesForCompiland(
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h79 getSourceFilesForCompiland(const PDBSymbolCompiland &Compiland) const = 0;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h90 std::unique_ptr<IPDBEnumSourceFiles> getSourceFilesForCompiland(
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp58 if (auto Files = Session.getSourceFilesForCompiland(Symbol)) { in start()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp340 std::unique_ptr<IPDBEnumSourceFiles> DIASession::getSourceFilesForCompiland( in getSourceFilesForCompiland() function in DIASession
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp319 std::unique_ptr<IPDBEnumSourceFiles> NativeSession::getSourceFilesForCompiland( in getSourceFilesForCompiland() function in NativeSession
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp367 auto files = m_session_up->getSourceFilesForCompiland(*compiland_up); in ParseSupportFiles()
1779 auto files = m_session_up->getSourceFilesForCompiland(*compiland_up); in ParseCompileUnitLineTable()
1876 auto source_files = m_session_up->getSourceFilesForCompiland(compiland); in BuildSupportFileIdToSupportFileIndexMap()