Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp179 llvm::SmallString<64> main_file = GetMainSourceFile(*cci); in GetOrCreateCompiland()
213 CompileUnitIndex::GetMainSourceFile(const CompilandIndexItem &item) const { in GetMainSourceFile() function in CompileUnitIndex
H A DCompileUnitIndex.h103 llvm::SmallString<64> GetMainSourceFile(const CompilandIndexItem &item) const;
H A DSymbolFileNativePDB.cpp533 m_index->compilands().GetMainSourceFile(cci); in CreateCompileUnit()