| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBFileSpecList.cpp | 82 const SBFileSpec SBFileSpecList::GetFileSpecAtIndex(uint32_t idx) const { in GetFileSpecAtIndex() function in SBFileSpecList 84 GetFileSpecAtIndex, (uint32_t), idx); in GetFileSpecAtIndex() 87 new_spec.SetFileSpec(m_opaque_up->GetFileSpecAtIndex(idx)); in GetFileSpecAtIndex() 118 if (m_opaque_up->GetFileSpecAtIndex(i).GetPath(path, sizeof(path))) in GetDescription() 146 GetFileSpecAtIndex, (uint32_t)); in RegisterMethods()
|
| H A D | SBCompileUnit.cpp | 159 FileSpec spec = m_opaque_ptr->GetSupportFiles().GetFileSpecAtIndex(idx); in GetSupportFileAtIndex()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBFileSpecList.i | 42 GetFileSpecAtIndex (uint32_t idx) const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBFileSpecList.h | 39 const SBFileSpec GetFileSpecAtIndex(uint32_t idx) const;
|
| /freebsd-13.1/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 | FileSpecList.cpp | 87 const FileSpec &FileSpecList::GetFileSpecAtIndex(size_t idx) const { in GetFileSpecAtIndex() function in FileSpecList
|
| H A D | ModuleList.cpp | 835 auto search_path_spec = module_search_paths_ptr->GetFileSpecAtIndex(idx); in GetSharedModule()
|
| H A D | Module.cpp | 1512 FileSpec scripting_fspec(file_specs.GetFileSpecAtIndex(i)); in LoadScriptingResourceInTarget()
|
| /freebsd-13.1/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() 294 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
|
| H A D | LocateSymbolFile.cpp | 321 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in LocateExecutableSymbolFile()
|
| H A D | Symbol.cpp | 462 reexported_libraries.GetFileSpecAtIndex(idx); in ResolveReExportedSymbolInModuleSpec()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | FileSpecList.h | 132 const FileSpec &GetFileSpecAtIndex(size_t idx) const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueFileSpecList.cpp | 36 m_current_value.GetFileSpecAtIndex(i).Dump(strm.AsRawOstream()); in DumpValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepInRange.cpp | 319 const FileSpec &file_spec(libraries_to_avoid.GetFileSpecAtIndex(i)); in FrameMatchesAvoidCriteria()
|
| H A D | Target.cpp | 1439 FileSpec dependent_file_spec(dependent_files.GetFileSpecAtIndex(i)); in SetExecutableModule()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 632 const FileSpec &search_path = module_search_paths.GetFileSpecAtIndex(spi); in Create()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 920 return lldb_cu->GetSupportFiles().GetFileSpecAtIndex(file_idx); in GetFile() 925 return GetTypeUnitSupportFiles(tu).GetFileSpecAtIndex(file_idx); in GetFile() 1208 comp_unit.GetSupportFiles().GetFileSpecAtIndex(decl_file), in ParseBlocksRecursive() 1214 comp_unit.GetSupportFiles().GetFileSpecAtIndex(call_file), in ParseBlocksRecursive()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 168 m_matching_files.GetFileSpecAtIndex(i).GetFilename().GetCString()); in DoCompletion()
|
| H A D | CommandObjectSource.cpp | 213 cu_file_list.GetFileSpecAtIndex(file_idx); in DumpFileLinesInCompUnit()
|
| H A D | CommandObjectTarget.cpp | 919 const FileSpec module_file(shlibs.GetFileSpecAtIndex(shlib_idx)); in DoExecute() 928 compile_units.GetFileSpecAtIndex(cu_idx), sc_list); in DoExecute() 946 compile_units.GetFileSpecAtIndex(cu_idx), sc_list); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1604 file = m_options.m_filenames.GetFileSpecAtIndex(0); in DoExecute()
|
| H A D | CommandObjectBreakpoint.cpp | 576 file = m_options.m_filenames.GetFileSpecAtIndex(0); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 812 if (files.AppendIfUnique(m_filespec_up->GetFileSpecAtIndex(i))) in GetDependentModules() 3234 const FileSpec &spec = m_filespec_up->GetFileSpecAtIndex(i); in DumpDependentModules()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 26244 result = ((lldb::SBFileSpecList const *)arg1)->GetFileSpecAtIndex(arg2); in _wrap_SBFileSpecList_GetFileSpecAtIndex()
|