| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBFileSpecList.cpp | 75 const SBFileSpec SBFileSpecList::GetFileSpecAtIndex(uint32_t idx) const { in GetFileSpecAtIndex() function in SBFileSpecList 79 new_spec.SetFileSpec(m_opaque_up->GetFileSpecAtIndex(idx)); in GetFileSpecAtIndex() 109 if (m_opaque_up->GetFileSpecAtIndex(i).GetPath(path, sizeof(path))) in GetDescription()
|
| H A D | SBCompileUnit.cpp | 161 FileSpec spec = m_opaque_ptr->GetSupportFiles().GetFileSpecAtIndex(idx); in GetSupportFileAtIndex()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | FileSpecList.h | 43 const FileSpec &GetFileSpecAtIndex(size_t idx) const; 191 const FileSpec &GetFileSpecAtIndex(size_t idx) const;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | FileSpecList.cpp | 165 const FileSpec &FileSpecList::GetFileSpecAtIndex(size_t idx) const { in GetFileSpecAtIndex() function in FileSpecList 172 const FileSpec &SupportFileList::GetFileSpecAtIndex(size_t idx) const { in GetFileSpecAtIndex() function in SupportFileList
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBFileSpecList.h | 39 const SBFileSpec GetFileSpecAtIndex(uint32_t idx) const;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | SearchFilter.cpp | 196 file_list.GetFileSpecAtIndex(i).GetPath())); in SerializeFileSpecList() 560 m_module_spec_list.GetFileSpecAtIndex(0).GetFilename().AsCString( in GetDescription() 568 m_module_spec_list.GetFileSpecAtIndex(i).GetFilename().AsCString( in GetDescription() 778 m_module_spec_list.GetFileSpecAtIndex(0).GetFilename().AsCString( in GetDescription() 784 m_module_spec_list.GetFileSpecAtIndex(i).GetFilename().AsCString( in GetDescription()
|
| H A D | ModuleList.cpp | 873 auto search_path_spec = module_search_paths_ptr->GetFileSpecAtIndex(idx); in GetSharedModule()
|
| H A D | Module.cpp | 1458 FileSpec scripting_fspec(file_specs.GetFileSpecAtIndex(i)); in LoadScriptingResourceInTarget()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| 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()
|
| H A D | Symbol.cpp | 514 reexported_libraries.GetFileSpecAtIndex(idx); in ResolveReExportedSymbolInModuleSpec()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueFileSpecList.cpp | 35 m_current_value.GetFileSpecAtIndex(i).Dump(strm.AsRawOstream()); in DumpValue()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/ |
| H A D | SymbolLocatorDefault.cpp | 162 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in LocateExecutableSymbolFile()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepInRange.cpp | 320 const FileSpec &file_spec(libraries_to_avoid.GetFileSpecAtIndex(i)); in FrameMatchesAvoidCriteria()
|
| H A D | Target.cpp | 1514 FileSpec dependent_file_spec(dependent_files.GetFileSpecAtIndex(i)); in SetExecutableModule()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 1107 return lldb_cu->GetSupportFiles().GetFileSpecAtIndex(file_idx); in GetFile() 1113 return support_files->GetFileSpecAtIndex(file_idx); in GetFile() 1408 comp_unit.GetSupportFiles().GetFileSpecAtIndex( in ParseBlocksRecursive() 1415 comp_unit.GetSupportFiles().GetFileSpecAtIndex( in ParseBlocksRecursive() 1852 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in GetDwoSymbolFileForCompileUnit() 1864 FileSpec dwo_spec = dwo_paths.GetFileSpecAtIndex(idx); in GetDwoSymbolFileForCompileUnit() 1903 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in GetDwoSymbolFileForCompileUnit() 1919 FileSpec dwo_spec = dwo_paths.GetFileSpecAtIndex(idx); in GetDwoSymbolFileForCompileUnit()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 695 const FileSpec &search_path = module_search_paths.GetFileSpecAtIndex(spi); in Create()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectBreakpoint.cpp | 587 file = m_options.m_filenames.GetFileSpecAtIndex(0); in DoExecute() 607 m_options.m_modules.GetFileSpecAtIndex(0); in DoExecute()
|
| H A D | CommandCompletions.cpp | 176 m_matching_files.GetFileSpecAtIndex(i).GetFilename().GetCString()); in DoCompletion()
|
| H A D | CommandObjectSource.cpp | 212 cu_file_list.GetFileSpecAtIndex(file_idx); in DumpFileLinesInCompUnit()
|
| H A D | CommandObjectTarget.cpp | 962 const FileSpec module_file(shlibs.GetFileSpecAtIndex(shlib_idx)); in DoExecute() 971 compile_units.GetFileSpecAtIndex(cu_idx), sc_list); in DoExecute() 989 compile_units.GetFileSpecAtIndex(cu_idx), sc_list); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1760 file = m_options.m_filenames.GetFileSpecAtIndex(0); in DoExecute()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1426 decl_file = files.GetFileSpecAtIndex(file_offset); in ParseInlineSite() 1563 files.GetFileSpecAtIndex(entry->data.first); in ParseInlineSite()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 847 if (files.AppendIfUnique(m_filespec_up->GetFileSpecAtIndex(i))) in GetDependentModules() 3399 const FileSpec &spec = m_filespec_up->GetFileSpecAtIndex(i); in DumpDependentModules()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 28443 result = ((lldb::SBFileSpecList const *)arg1)->GetFileSpecAtIndex(arg2); in _wrap_SBFileSpecList_GetFileSpecAtIndex()
|