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

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

Completed in 67 milliseconds