Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBFileSpecList.i42 GetFileSpecAtIndex (uint32_t idx) const;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBFileSpecList.h39 const SBFileSpec GetFileSpecAtIndex(uint32_t idx) const;
/openbsd-src/gnu/llvm/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.cpp138 const FileSpec &FileSpecList::GetFileSpecAtIndex(size_t idx) const { in GetFileSpecAtIndex() function in FileSpecList
H A DModuleList.cpp875 auto search_path_spec = module_search_paths_ptr->GetFileSpecAtIndex(idx); in GetSharedModule()
H A DModule.cpp1507 FileSpec scripting_fspec(file_specs.GetFileSpecAtIndex(i)); in LoadScriptingResourceInTarget()
/openbsd-src/gnu/llvm/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.cpp331 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in LocateExecutableSymbolFile()
H A DSymbol.cpp462 reexported_libraries.GetFileSpecAtIndex(idx); in ResolveReExportedSymbolInModuleSpec()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DFileSpecList.h158 const FileSpec &GetFileSpecAtIndex(size_t idx) const;
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueFileSpecList.cpp35 m_current_value.GetFileSpecAtIndex(i).Dump(strm.AsRawOstream()); in DumpValue()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp383 module_search_paths_ptr->GetFileSpecAtIndex(i).GetPath( in GetSharedModule()
1259 module_search_paths_ptr->GetFileSpecAtIndex(i).GetPath().c_str()); in FindBundleBinaryInExecSearchPaths()
1266 FileSpec path_to_try(module_search_paths_ptr->GetFileSpecAtIndex(i)); in FindBundleBinaryInExecSearchPaths()
H A DPlatformDarwinKernel.cpp380 FileSpec dir = user_dirs.GetFileSpecAtIndex(i); in GetUserSpecifiedDirectoriesToSearch()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepInRange.cpp320 const FileSpec &file_spec(libraries_to_avoid.GetFileSpecAtIndex(i)); in FrameMatchesAvoidCriteria()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp750 initialize_cu(support_files.GetFileSpecAtIndex(0), in ParseCompileUnit()
1034 return lldb_cu->GetSupportFiles().GetFileSpecAtIndex(file_idx); in GetFile()
1039 return GetTypeUnitSupportFiles(tu).GetFileSpecAtIndex(file_idx); in GetFile()
1332 comp_unit.GetSupportFiles().GetFileSpecAtIndex(decl_file), in ParseBlocksRecursive()
1338 comp_unit.GetSupportFiles().GetFileSpecAtIndex(call_file), in ParseBlocksRecursive()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp1152 files.AppendIfUnique(m_deps_filespec->GetFileSpecAtIndex(i)); in GetDependentModules()
1361 auto spec = m_deps_filespec->GetFileSpecAtIndex(i); in DumpDependentModules()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp695 const FileSpec &search_path = module_search_paths.GetFileSpecAtIndex(spi); in Create()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandCompletions.cpp170 m_matching_files.GetFileSpecAtIndex(i).GetFilename().GetCString()); in DoCompletion()
H A DCommandObjectSource.cpp214 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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1420 decl_file = files.GetFileSpecAtIndex(file_offset); in ParseInlineSite()
1557 files.GetFileSpecAtIndex(entry->data.first); in ParseInlineSite()
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp1026 Files.GetFileSpecAtIndex(I).GetPath()); in dumpObjectFiles()

12