Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/API/
H A DSBFileSpecList.cpp75 const SBFileSpec SBFileSpecList::GetFileSpecAtIndex(uint32_t idx) const { in GetFileSpecAtIndex() function in SBFileSpecList
79 new_spec.SetFileSpec(m_opaque_up->GetFileSpecAtIndex(idx)); in GetFileSpecAtIndex()
109 if (m_opaque_up->GetFileSpecAtIndex(i).GetPath(path, sizeof(path))) in GetDescription()
H A DSBCompileUnit.cpp161 FileSpec spec = m_opaque_ptr->GetSupportFiles().GetFileSpecAtIndex(idx); in GetSupportFileAtIndex()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBFileSpecList.i42 GetFileSpecAtIndex (uint32_t idx) const;
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBFileSpecList.h39 const SBFileSpec GetFileSpecAtIndex(uint32_t idx) const;
/llvm-project-15.0.7/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.cpp86 const FileSpec &FileSpecList::GetFileSpecAtIndex(size_t idx) const { in GetFileSpecAtIndex() function in FileSpecList
H A DModuleList.cpp866 auto search_path_spec = module_search_paths_ptr->GetFileSpecAtIndex(idx); in GetSharedModule()
/llvm-project-15.0.7/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.cpp328 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in LocateExecutableSymbolFile()
H A DSymbol.cpp463 reexported_libraries.GetFileSpecAtIndex(idx); in ResolveReExportedSymbolInModuleSpec()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DFileSpecList.h132 const FileSpec &GetFileSpecAtIndex(size_t idx) const;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueFileSpecList.cpp35 m_current_value.GetFileSpecAtIndex(i).Dump(strm.AsRawOstream()); in DumpValue()
/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp168 ASSERT_EQ(file_list_copy.GetFileSpecAtIndex(0), FileSpec("path/to/file")); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp382 module_search_paths_ptr->GetFileSpecAtIndex(i).GetPath( in GetSharedModule()
1228 module_search_paths_ptr->GetFileSpecAtIndex(i).GetPath().c_str()); in FindBundleBinaryInExecSearchPaths()
1235 FileSpec path_to_try(module_search_paths_ptr->GetFileSpecAtIndex(i)); in FindBundleBinaryInExecSearchPaths()
H A DPlatformDarwinKernel.cpp376 FileSpec dir = user_dirs.GetFileSpecAtIndex(i); in GetUserSpecifiedDirectoriesToSearch()
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanStepInRange.cpp320 const FileSpec &file_spec(libraries_to_avoid.GetFileSpecAtIndex(i)); in FrameMatchesAvoidCriteria()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp750 initialize_cu(support_files.GetFileSpecAtIndex(0), in ParseCompileUnit()
1006 return lldb_cu->GetSupportFiles().GetFileSpecAtIndex(file_idx); in GetFile()
1011 return GetTypeUnitSupportFiles(tu).GetFileSpecAtIndex(file_idx); in GetFile()
1304 comp_unit.GetSupportFiles().GetFileSpecAtIndex(decl_file), in ParseBlocksRecursive()
1310 comp_unit.GetSupportFiles().GetFileSpecAtIndex(call_file), in ParseBlocksRecursive()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp1104 files.AppendIfUnique(m_deps_filespec->GetFileSpecAtIndex(i)); in GetDependentModules()
1313 auto spec = m_deps_filespec->GetFileSpecAtIndex(i); in DumpDependentModules()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp634 const FileSpec &search_path = module_search_paths.GetFileSpecAtIndex(spi); in Create()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandCompletions.cpp170 m_matching_files.GetFileSpecAtIndex(i).GetFilename().GetCString()); in DoCompletion()
H A DCommandObjectSource.cpp213 cu_file_list.GetFileSpecAtIndex(file_idx); in DumpFileLinesInCompUnit()
H A DCommandObjectTarget.cpp930 const FileSpec module_file(shlibs.GetFileSpecAtIndex(shlib_idx)); in DoExecute()
939 compile_units.GetFileSpecAtIndex(cu_idx), sc_list); in DoExecute()
957 compile_units.GetFileSpecAtIndex(cu_idx), sc_list); in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1324 decl_file = files.GetFileSpecAtIndex(file_offset); in ParseInlineSite()
1461 files.GetFileSpecAtIndex(entry->data.first); in ParseInlineSite()
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp928 Files.GetFileSpecAtIndex(I).GetCString()); in dumpObjectFiles()

12