Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp92 auto SrcFiles = Session.getSourceFilesForCompiland(*this); in getSourceFileFullPath()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h79 getSourceFilesForCompiland(const PDBSymbolCompiland &Compiland) const = 0;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h74 std::unique_ptr<IPDBEnumSourceFiles> getSourceFilesForCompiland(
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h94 std::unique_ptr<IPDBEnumSourceFiles> getSourceFilesForCompiland(
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp57 if (auto Files = Session.getSourceFilesForCompiland(Symbol)) { in start()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp340 std::unique_ptr<IPDBEnumSourceFiles> DIASession::getSourceFilesForCompiland( in getSourceFilesForCompiland() function in DIASession
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp327 std::unique_ptr<IPDBEnumSourceFiles> NativeSession::getSourceFilesForCompiland( in getSourceFilesForCompiland() function in NativeSession
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp373 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()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp141 std::unique_ptr<IPDBEnumSourceFiles> getSourceFilesForCompiland( in getSourceFilesForCompiland() function in __anonb072cdf30111::MockSession