Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp92 auto SrcFiles = Session.getSourceFilesForCompiland(*this); in getSourceFileFullPath()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h81 getSourceFilesForCompiland(const PDBSymbolCompiland &Compiland) const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h75 std::unique_ptr<IPDBEnumSourceFiles> getSourceFilesForCompiland(
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h83 std::unique_ptr<IPDBEnumSourceFiles> getSourceFilesForCompiland(
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp175 std::unique_ptr<IPDBEnumSourceFiles> NativeSession::getSourceFilesForCompiland( in getSourceFilesForCompiland() function in NativeSession
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp59 if (auto Files = Session.getSourceFilesForCompiland(Symbol)) { in start()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp349 std::unique_ptr<IPDBEnumSourceFiles> DIASession::getSourceFilesForCompiland( in getSourceFilesForCompiland() function in DIASession
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp363 auto files = m_session_up->getSourceFilesForCompiland(*compiland_up); in ParseSupportFiles()
1717 auto files = m_session_up->getSourceFilesForCompiland(*compiland_up); in ParseCompileUnitLineTable()
1814 auto source_files = m_session_up->getSourceFilesForCompiland(compiland); in BuildSupportFileIdToSupportFileIndexMap()