Home
last modified time | relevance | path

Searched refs:GetFileSpecAtIndex (Results 1 – 25 of 25) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBFileSpecList.cpp82 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 DSBCompileUnit.cpp159 FileSpec spec = m_opaque_ptr->GetSupportFiles().GetFileSpecAtIndex(idx); in GetSupportFileAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBFileSpecList.i42 GetFileSpecAtIndex (uint32_t idx) const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFileSpecList.h39 const SBFileSpec GetFileSpecAtIndex(uint32_t idx) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp196 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 DFileSpecList.cpp87 const FileSpec &FileSpecList::GetFileSpecAtIndex(size_t idx) const { in GetFileSpecAtIndex() function in FileSpecList
H A DModuleList.cpp835 auto search_path_spec = module_search_paths_ptr->GetFileSpecAtIndex(idx); in GetSharedModule()
H A DModule.cpp1512 FileSpec scripting_fspec(file_specs.GetFileSpecAtIndex(i)); in LoadScriptingResourceInTarget()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
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().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
H A DLocateSymbolFile.cpp321 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in LocateExecutableSymbolFile()
H A DSymbol.cpp462 reexported_libraries.GetFileSpecAtIndex(idx); in ResolveReExportedSymbolInModuleSpec()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DFileSpecList.h132 const FileSpec &GetFileSpecAtIndex(size_t idx) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpecList.cpp36 m_current_value.GetFileSpecAtIndex(i).Dump(strm.AsRawOstream()); in DumpValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp319 const FileSpec &file_spec(libraries_to_avoid.GetFileSpecAtIndex(i)); in FrameMatchesAvoidCriteria()
H A DTarget.cpp1439 FileSpec dependent_file_spec(dependent_files.GetFileSpecAtIndex(i)); in SetExecutableModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp632 const FileSpec &search_path = module_search_paths.GetFileSpecAtIndex(spi); in Create()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp920 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 DCommandCompletions.cpp168 m_matching_files.GetFileSpecAtIndex(i).GetFilename().GetCString()); in DoCompletion()
H A DCommandObjectSource.cpp213 cu_file_list.GetFileSpecAtIndex(file_idx); in DumpFileLinesInCompUnit()
H A DCommandObjectTarget.cpp919 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 DCommandObjectThread.cpp1604 file = m_options.m_filenames.GetFileSpecAtIndex(0); in DoExecute()
H A DCommandObjectBreakpoint.cpp576 file = m_options.m_filenames.GetFileSpecAtIndex(0); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp812 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 DLLDBWrapLua.cpp26244 result = ((lldb::SBFileSpecList const *)arg1)->GetFileSpecAtIndex(arg2); in _wrap_SBFileSpecList_GetFileSpecAtIndex()