| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBFileSpecList.cpp | 66 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 D | SBCompileUnit.cpp | 162 FileSpec file_spec = support_files.GetFileSpecAtIndex(idx); in GetSupportFileAtIndex()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBFileSpecList.h | 40 const SBFileSpec GetFileSpecAtIndex(uint32_t idx) const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | SearchFilter.cpp | 203 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 D | FileSpecList.cpp | 111 const FileSpec &FileSpecList::GetFileSpecAtIndex(size_t idx) const { in GetFileSpecAtIndex() function in FileSpecList
|
| H A D | ModuleList.cpp | 863 auto search_path_spec = module_search_paths_ptr->GetFileSpecAtIndex(idx); in GetSharedModule()
|
| H A D | Module.cpp | 1539 FileSpec scripting_fspec(file_specs.GetFileSpecAtIndex(i)); in LoadScriptingResourceInTarget()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | DebugMacros.cpp | 27 return comp_unit->GetSupportFiles().GetFileSpecAtIndex(m_debug_line_file_idx); in GetFileSpec()
|
| H A D | LineTable.cpp | 263 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry() 265 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
|
| H A D | CompileUnit.cpp | 261 1, support_files.GetFileSpecAtIndex(0), full); in FindLineEntry()
|
| H A D | Symbol.cpp | 457 reexported_libraries.GetFileSpecAtIndex(idx); in ResolveReExportedSymbolInModuleSpec()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | FileSpecList.h | 142 const FileSpec &GetFileSpecAtIndex(size_t idx) const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.cpp | 101 const FileSpec fspec = file_spec_list.GetFileSpecAtIndex(idx); in CreateInstance()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValueFileSpecLIst.cpp | 36 m_current_value.GetFileSpecAtIndex(i).Dump(&strm); in DumpValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 381 supporting_files.GetFileSpecAtIndex(sfiles); in SearchCallback() 423 m_matching_files.GetFileSpecAtIndex(i).GetFilename().GetCString()); in DoCompletion()
|
| H A D | CommandObjectSource.cpp | 240 cu_file_list.GetFileSpecAtIndex(file_idx); in DumpFileLinesInCompUnit()
|
| H A D | CommandObjectTarget.cpp | 954 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 D | CommandObjectThread.cpp | 1865 file = m_options.m_filenames.GetFileSpecAtIndex(0); in DoExecute()
|
| H A D | CommandObjectBreakpoint.cpp | 722 file = m_options.m_filenames.GetFileSpecAtIndex(0); in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 301 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 D | SymbolFileDWARF.cpp | 202 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 D | Symbols.cpp | 317 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in LocateExecutableSymbolFile()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadPlanStepInRange.cpp | 343 const FileSpec &file_spec(libraries_to_avoid.GetFileSpecAtIndex(i)); in FrameMatchesAvoidCriteria()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 589 const FileSpec &search_path = module_search_paths.GetFileSpecAtIndex(spi); in Create()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 960 if (files.AppendIfUnique(m_filespec_ap->GetFileSpecAtIndex(i))) in GetDependentModules() 3286 const FileSpec &spec = m_filespec_ap->GetFileSpecAtIndex(i); in DumpDependentModules()
|