Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFileSpecList.cpp66 const SBFileSpec SBFileSpecList::GetFileSpecAtIndex(uint32_t idx) const { in GetFileSpecAtIndex() function in SBFileSpecList
68 new_spec.SetFileSpec(m_opaque_ap->GetFileSpecAtIndex(idx)); in GetFileSpecAtIndex()
96 if (m_opaque_ap->GetFileSpecAtIndex(i).GetPath(path, sizeof(path))) in GetDescription()
H A DSBCompileUnit.cpp162 FileSpec file_spec = support_files.GetFileSpecAtIndex(idx); in GetSupportFileAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBFileSpecList.h40 const SBFileSpec GetFileSpecAtIndex(uint32_t idx) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSearchFilter.cpp203 file_list.GetFileSpecAtIndex(i).GetPath())); in SerializeFileSpecList()
629 m_module_spec_list.GetFileSpecAtIndex(0).GetFilename().AsCString( in GetDescription()
635 m_module_spec_list.GetFileSpecAtIndex(i).GetFilename().AsCString( in GetDescription()
860 m_module_spec_list.GetFileSpecAtIndex(0).GetFilename().AsCString( in GetDescription()
866 m_module_spec_list.GetFileSpecAtIndex(i).GetFilename().AsCString( in GetDescription()
H A DFileSpecList.cpp111 const FileSpec &FileSpecList::GetFileSpecAtIndex(size_t idx) const { in GetFileSpecAtIndex() function in FileSpecList
H A DModuleList.cpp863 auto search_path_spec = module_search_paths_ptr->GetFileSpecAtIndex(idx); in GetSharedModule()
H A DModule.cpp1539 FileSpec scripting_fspec(file_specs.GetFileSpecAtIndex(i)); in LoadScriptingResourceInTarget()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DDebugMacros.cpp27 return comp_unit->GetSupportFiles().GetFileSpecAtIndex(m_debug_line_file_idx); in GetFileSpec()
H A DLineTable.cpp263 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
265 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
H A DCompileUnit.cpp261 1, support_files.GetFileSpecAtIndex(0), full); in FindLineEntry()
H A DSymbol.cpp457 reexported_libraries.GetFileSpecAtIndex(idx); in ResolveReExportedSymbolInModuleSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DFileSpecList.h142 const FileSpec &GetFileSpecAtIndex(size_t idx) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp101 const FileSpec fspec = file_spec_list.GetFileSpecAtIndex(idx); in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFileSpecLIst.cpp36 m_current_value.GetFileSpecAtIndex(i).Dump(&strm); in DumpValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp381 supporting_files.GetFileSpecAtIndex(sfiles); in SearchCallback()
423 m_matching_files.GetFileSpecAtIndex(i).GetFilename().GetCString()); in DoCompletion()
H A DCommandObjectSource.cpp240 cu_file_list.GetFileSpecAtIndex(file_idx); in DumpFileLinesInCompUnit()
H A DCommandObjectTarget.cpp954 const FileSpec module_file(shlibs.GetFileSpecAtIndex(shlib_idx)); in DoExecute()
963 compile_units.GetFileSpecAtIndex(cu_idx), append, in DoExecute()
982 compile_units.GetFileSpecAtIndex(cu_idx), append, sc_list); in DoExecute()
H A DCommandObjectThread.cpp1865 file = m_options.m_filenames.GetFileSpecAtIndex(0); in DoExecute()
H A DCommandObjectBreakpoint.cpp722 file = m_options.m_filenames.GetFileSpecAtIndex(0); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp301 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseTypeFromDWARF()
554 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseTypeFromDWARF()
983 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseTypeFromDWARF()
1162 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseTypeFromDWARF()
1681 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseTypeFromDWARF()
2490 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseChildEnumerators()
2648 comp_unit.GetSupportFiles().GetFileSpecAtIndex(decl_file), in ParseFunctionFromDWARF()
2738 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseChildMembers()
3205 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseChildMembers()
3348 decl.SetFile(comp_unit.GetSupportFiles().GetFileSpecAtIndex( in ParseChildParameters()
H A DSymbolFileDWARF.cpp202 is_symlink = FileSpec::Equal(file_specs.GetFileSpecAtIndex(i), in resolveCompDir()
843 cu_file_spec = cu_sp->GetSupportFiles().GetFileSpecAtIndex(1); in ParseCompileUnit()
1243 comp_unit.GetSupportFiles().GetFileSpecAtIndex(decl_file), in ParseBlocksRecursive()
1249 comp_unit.GetSupportFiles().GetFileSpecAtIndex(call_file), in ParseBlocksRecursive()
3264 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseVariableDIE()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSymbols.cpp317 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in LocateExecutableSymbolFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepInRange.cpp343 const FileSpec &file_spec(libraries_to_avoid.GetFileSpecAtIndex(i)); in FrameMatchesAvoidCriteria()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp589 const FileSpec &search_path = module_search_paths.GetFileSpecAtIndex(spi); in Create()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp960 if (files.AppendIfUnique(m_filespec_ap->GetFileSpecAtIndex(i))) in GetDependentModules()
3286 const FileSpec &spec = m_filespec_ap->GetFileSpecAtIndex(i); in DumpDependentModules()