Home
last modified time | relevance | path

Searched refs:GetSupportFiles (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFileLineResolver.cpp43 cu->GetSupportFiles().FindFileIndex(start_file_idx, m_file_spec, false); in SearchCallback()
55 file_idx = cu->GetSupportFiles().FindFileIndex(file_idx + 1, in SearchCallback()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCompileUnit.cpp128 return m_opaque_ptr->GetSupportFiles().GetSize(); in GetNumSupportFiles()
161 FileSpec spec = m_opaque_ptr->GetSupportFiles().GetFileSpecAtIndex(idx); in GetSupportFileAtIndex()
174 const SupportFileList &support_files = m_opaque_ptr->GetSupportFiles(); in FindSupportFileIndex()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDebugMacros.cpp26 return comp_unit->GetSupportFiles().GetFileSpecAtIndex(m_debug_line_file_idx); in GetFileSpec()
H A DCompileUnit.cpp232 std::vector<uint32_t> file_indexes = FindFileIndexes(GetSupportFiles(), in FindLineEntry()
284 FindFileIndexes(GetSupportFiles(), file_spec, realpath_prefixes); in ResolveSymbolContext()
528 const SupportFileList &CompileUnit::GetSupportFiles() { in GetSupportFiles() function in CompileUnit
H A DLineTable.cpp262 m_comp_unit->GetSupportFiles().GetSupportFileAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
264 m_comp_unit->GetSupportFiles().GetSupportFileAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h280 const SupportFileList &GetSupportFiles();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp490 for (auto &f : sc.comp_unit->GetSupportFiles()) in GetModuleConfig()
499 module.GetCompileUnitAtIndex(i)->GetSupportFiles(); in GetModuleConfig()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp207 const SupportFileList &cu_file_list = cu->GetSupportFiles(); in DumpFileLinesInCompUnit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1105 return lldb_cu->GetSupportFiles().GetFileSpecAtIndex(file_idx); in GetFile()
1368 comp_unit.GetSupportFiles().GetFileSpecAtIndex( in ParseBlocksRecursive()
1375 comp_unit.GetSupportFiles().GetFileSpecAtIndex( in ParseBlocksRecursive()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1413 const SupportFileList &files = comp_unit->GetSupportFiles(); in ParseInlineSite()