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 DCompileUnit.cpp231 std::vector<uint32_t> file_indexes = FindFileIndexes(GetSupportFiles(), in FindLineEntry()
278 std::vector<uint32_t> file_indexes = FindFileIndexes(GetSupportFiles(), in ResolveSymbolContext()
414 const SupportFileList &CompileUnit::GetSupportFiles() { in GetSupportFiles() function in CompileUnit
H A DDebugMacros.cpp26 return comp_unit->GetSupportFiles().GetFileSpecAtIndex(m_debug_line_file_idx); in GetFileSpec()
H A DLineTable.cpp292 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx)); in ConvertEntryAtIndexToLineEntry()
294 m_comp_unit->GetSupportFiles().GetSupportFileAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h278 const SupportFileList &GetSupportFiles();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp489 for (auto &f : sc.comp_unit->GetSupportFiles()) in GetModuleConfig()
498 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.cpp1114 return lldb_cu->GetSupportFiles().GetFileSpecAtIndex(file_idx); in GetFile()
1415 comp_unit.GetSupportFiles().GetFileSpecAtIndex( in ParseBlocksRecursive()
1422 comp_unit.GetSupportFiles().GetFileSpecAtIndex( in ParseBlocksRecursive()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1419 const SupportFileList &files = comp_unit->GetSupportFiles(); in ParseInlineSite()