Searched refs:GetSupportFiles (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | FileLineResolver.cpp | 43 cu->GetSupportFiles().FindFileIndex(start_file_idx, m_file_spec, false); in SearchCallback() 55 file_idx = cu->GetSupportFiles().FindFileIndex(file_idx + 1, in SearchCallback()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBCompileUnit.cpp | 128 return m_opaque_ptr->GetSupportFiles().GetSize(); in GetNumSupportFiles() 161 FileSpec spec = m_opaque_ptr->GetSupportFiles().GetFileSpecAtIndex(idx); in GetSupportFileAtIndex() 174 const FileSpecList &support_files = m_opaque_ptr->GetSupportFiles(); in FindSupportFileIndex()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | CompileUnit.cpp | 233 std::vector<uint32_t> file_indexes = FindFileIndexes(GetSupportFiles(), *file_spec_ptr); in FindLineEntry() 280 GetSupportFiles().FindFileIndex(0, file_spec, true); in ResolveSymbolContext() 283 file_idx = GetSupportFiles().FindFileIndex(file_idx + 1, file_spec, true); in ResolveSymbolContext() 390 const FileSpecList &CompileUnit::GetSupportFiles() { in GetSupportFiles() function in CompileUnit
|
| H A D | DebugMacros.cpp | 26 return comp_unit->GetSupportFiles().GetFileSpecAtIndex(m_debug_line_file_idx); in GetFileSpec()
|
| H A D | LineTable.cpp | 292 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry() 294 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | CompileUnit.h | 268 const FileSpecList &GetSupportFiles();
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUserExpression.cpp | 492 for (const FileSpec &f : sc.comp_unit->GetSupportFiles()) in GetModuleConfig() 501 module.GetCompileUnitAtIndex(i)->GetSupportFiles(); in GetModuleConfig()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 208 const FileSpecList &cu_file_list = cu->GetSupportFiles(); in DumpFileLinesInCompUnit()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 1006 return lldb_cu->GetSupportFiles().GetFileSpecAtIndex(file_idx); in GetFile() 1304 comp_unit.GetSupportFiles().GetFileSpecAtIndex(decl_file), in ParseBlocksRecursive() 1310 comp_unit.GetSupportFiles().GetFileSpecAtIndex(call_file), in ParseBlocksRecursive()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1317 const FileSpecList &files = comp_unit->GetSupportFiles(); in ParseInlineSite()
|