reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/FileSpecList.h
  132   const FileSpec &GetFileSpecAtIndex(size_t idx) const;

References

tools/lldb/source/API/SBCompileUnit.cpp
  158     FileSpec spec = m_opaque_ptr->GetSupportFiles().GetFileSpecAtIndex(idx);
tools/lldb/source/API/SBFileSpecList.cpp
   87   new_spec.SetFileSpec(m_opaque_up->GetFileSpecAtIndex(idx));
  118       if (m_opaque_up->GetFileSpecAtIndex(i).GetPath(path, sizeof(path)))
tools/lldb/source/Commands/CommandCompletions.cpp
  365             supporting_files.GetFileSpecAtIndex(sfiles);
  407         m_matching_files.GetFileSpecAtIndex(i).GetFilename().GetCString());
tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
  588         file = m_options.m_filenames.GetFileSpecAtIndex(0);
tools/lldb/source/Commands/CommandObjectSource.cpp
  225             cu_file_list.GetFileSpecAtIndex(file_idx);
tools/lldb/source/Commands/CommandObjectTarget.cpp
  949             const FileSpec module_file(shlibs.GetFileSpecAtIndex(shlib_idx));
  958                       compile_units.GetFileSpecAtIndex(cu_idx), sc_list);
  976                 compile_units.GetFileSpecAtIndex(cu_idx), sc_list);
tools/lldb/source/Commands/CommandObjectThread.cpp
 1799         file = m_options.m_filenames.GetFileSpecAtIndex(0);
tools/lldb/source/Core/Module.cpp
 1494           FileSpec scripting_fspec(file_specs.GetFileSpecAtIndex(i));
tools/lldb/source/Core/ModuleList.cpp
  803       auto search_path_spec = module_search_paths_ptr->GetFileSpecAtIndex(idx);
tools/lldb/source/Core/SearchFilter.cpp
  196         file_list.GetFileSpecAtIndex(i).GetPath()));
  600         m_module_spec_list.GetFileSpecAtIndex(0).GetFilename().AsCString(
  606           m_module_spec_list.GetFileSpecAtIndex(i).GetFilename().AsCString(
  829         m_module_spec_list.GetFileSpecAtIndex(0).GetFilename().AsCString(
  835           m_module_spec_list.GetFileSpecAtIndex(i).GetFilename().AsCString(
tools/lldb/source/Interpreter/OptionValueFileSpecList.cpp
   36       m_current_value.GetFileSpecAtIndex(i).Dump(&strm);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  624     const FileSpec &search_path = module_search_paths.GetFileSpecAtIndex(spi);
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  794     if (files.AppendIfUnique(m_filespec_up->GetFileSpecAtIndex(i)))
 3196       const FileSpec &spec = m_filespec_up->GetFileSpecAtIndex(i);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 4494               dylib_files.GetFileSpecAtIndex(dylib_ordinal - 1));
 4684                 dylib_files.GetFileSpecAtIndex(e.entry.other - 1));
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
 1005     files.AppendIfUnique(m_deps_filespec->GetFileSpecAtIndex(i));
 1213       auto spec = m_deps_filespec->GetFileSpecAtIndex(i);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  382                 module_search_paths_ptr->GetFileSpecAtIndex(i).GetPath(
 1730           module_search_paths_ptr->GetFileSpecAtIndex(i).GetPath().c_str());
 1737         FileSpec path_to_try(module_search_paths_ptr->GetFileSpecAtIndex(i));
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  871       return lldb_cu->GetSupportFiles().GetFileSpecAtIndex(file_idx);
  876   return GetTypeUnitSupportFiles(tu).GetFileSpecAtIndex(file_idx);
 1158                 comp_unit.GetSupportFiles().GetFileSpecAtIndex(decl_file),
 1164                 comp_unit.GetSupportFiles().GetFileSpecAtIndex(call_file),
 3177             decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(
tools/lldb/source/Symbol/CompileUnit.cpp
  210         1, support_files.GetFileSpecAtIndex(0), full);
tools/lldb/source/Symbol/DebugMacros.cpp
   26   return comp_unit->GetSupportFiles().GetFileSpecAtIndex(m_debug_line_file_idx);
tools/lldb/source/Symbol/LineTable.cpp
  274       m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx);
  276       m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx);
tools/lldb/source/Symbol/LocateSymbolFile.cpp
  321     FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx);
tools/lldb/source/Symbol/Symbol.cpp
  460           reexported_libraries.GetFileSpecAtIndex(idx);
tools/lldb/source/Target/ThreadPlanStepInRange.cpp
  341         const FileSpec &file_spec(libraries_to_avoid.GetFileSpecAtIndex(i));
tools/lldb/tools/lldb-test/lldb-test.cpp
  906                            Files.GetFileSpecAtIndex(I).GetCString());