Home
last modified time | relevance | path

Searched refs:GetMainSourceFile (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp148 llvm::SmallString<64> main_file = GetMainSourceFile(*cci); in GetOrCreateCompiland()
182 CompileUnitIndex::GetMainSourceFile(const CompilandIndexItem &item) const { in GetMainSourceFile() function in CompileUnitIndex
H A DCompileUnitIndex.h90 llvm::SmallString<64> GetMainSourceFile(const CompilandIndexItem &item) const;
H A DSymbolFileNativePDB.cpp428 m_index->compilands().GetMainSourceFile(cci); in CreateCompileUnit()
1130 m_index->compilands().GetMainSourceFile(*cci); in ParseSupportFiles()