Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/API/
DSBFileSpecList.cpp82 const SBFileSpec SBFileSpecList::GetFileSpecAtIndex(uint32_t idx) const { in GetFileSpecAtIndex() function in SBFileSpecList
84 GetFileSpecAtIndex, (uint32_t), idx); in GetFileSpecAtIndex()
87 new_spec.SetFileSpec(m_opaque_up->GetFileSpecAtIndex(idx)); in GetFileSpecAtIndex()
118 if (m_opaque_up->GetFileSpecAtIndex(i).GetPath(path, sizeof(path))) in GetDescription()
146 GetFileSpecAtIndex, (uint32_t)); in RegisterMethods()
DSBCompileUnit.cpp158 FileSpec spec = m_opaque_ptr->GetSupportFiles().GetFileSpecAtIndex(idx); in GetSupportFileAtIndex()
/external/llvm-project/lldb/bindings/interface/
DSBFileSpecList.i39 GetFileSpecAtIndex (uint32_t idx) const;
/external/llvm-project/lldb/include/lldb/API/
DSBFileSpecList.h39 const SBFileSpec GetFileSpecAtIndex(uint32_t idx) const;
/external/llvm-project/lldb/source/Symbol/
DDebugMacros.cpp26 return comp_unit->GetSupportFiles().GetFileSpecAtIndex(m_debug_line_file_idx); in GetFileSpec()
DLineTable.cpp292 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
294 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
DLocateSymbolFile.cpp324 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in LocateExecutableSymbolFile()
DSymbol.cpp461 reexported_libraries.GetFileSpecAtIndex(idx); in ResolveReExportedSymbolInModuleSpec()
/external/llvm-project/lldb/source/Core/
DSearchFilter.cpp196 file_list.GetFileSpecAtIndex(i).GetPath())); in SerializeFileSpecList()
577 m_module_spec_list.GetFileSpecAtIndex(0).GetFilename().AsCString( in GetDescription()
585 m_module_spec_list.GetFileSpecAtIndex(i).GetFilename().AsCString( in GetDescription()
799 m_module_spec_list.GetFileSpecAtIndex(0).GetFilename().AsCString( in GetDescription()
805 m_module_spec_list.GetFileSpecAtIndex(i).GetFilename().AsCString( in GetDescription()
DFileSpecList.cpp87 const FileSpec &FileSpecList::GetFileSpecAtIndex(size_t idx) const { in GetFileSpecAtIndex() function in FileSpecList
DModuleList.cpp839 auto search_path_spec = module_search_paths_ptr->GetFileSpecAtIndex(idx); in GetSharedModule()
DModule.cpp1526 FileSpec scripting_fspec(file_specs.GetFileSpecAtIndex(i)); in LoadScriptingResourceInTarget()
/external/llvm-project/lldb/include/lldb/Core/
DFileSpecList.h132 const FileSpec &GetFileSpecAtIndex(size_t idx) const;
/external/llvm-project/lldb/source/Interpreter/
DOptionValueFileSpecList.cpp36 m_current_value.GetFileSpecAtIndex(i).Dump(strm.AsRawOstream()); in DumpValue()
/external/llvm-project/lldb/source/Target/
DThreadPlanStepInRange.cpp320 const FileSpec &file_spec(libraries_to_avoid.GetFileSpecAtIndex(i)); in FrameMatchesAvoidCriteria()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp416 module_search_paths_ptr->GetFileSpecAtIndex(i).GetPath( in GetSharedModule()
1761 module_search_paths_ptr->GetFileSpecAtIndex(i).GetPath().c_str()); in FindBundleBinaryInExecSearchPaths()
1768 FileSpec path_to_try(module_search_paths_ptr->GetFileSpecAtIndex(i)); in FindBundleBinaryInExecSearchPaths()
DPlatformDarwinKernel.cpp385 FileSpec dir = user_dirs.GetFileSpecAtIndex(i); in GetUserSpecifiedDirectoriesToSearch()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp909 return lldb_cu->GetSupportFiles().GetFileSpecAtIndex(file_idx); in GetFile()
914 return GetTypeUnitSupportFiles(tu).GetFileSpecAtIndex(file_idx); in GetFile()
1198 comp_unit.GetSupportFiles().GetFileSpecAtIndex(decl_file), in ParseBlocksRecursive()
1204 comp_unit.GetSupportFiles().GetFileSpecAtIndex(call_file), in ParseBlocksRecursive()
3131 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseVariableDIE()
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp943 files.AppendIfUnique(m_deps_filespec->GetFileSpecAtIndex(i)); in GetDependentModules()
1152 auto spec = m_deps_filespec->GetFileSpecAtIndex(i); in DumpDependentModules()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp646 const FileSpec &search_path = module_search_paths.GetFileSpecAtIndex(spi); in Create()
/external/llvm-project/lldb/source/Commands/
DCommandCompletions.cpp168 m_matching_files.GetFileSpecAtIndex(i).GetFilename().GetCString()); in DoCompletion()
DCommandObjectSource.cpp213 cu_file_list.GetFileSpecAtIndex(file_idx); in DumpFileLinesInCompUnit()
DCommandObjectTarget.cpp946 const FileSpec module_file(shlibs.GetFileSpecAtIndex(shlib_idx)); in DoExecute()
955 compile_units.GetFileSpecAtIndex(cu_idx), sc_list); in DoExecute()
973 compile_units.GetFileSpecAtIndex(cu_idx), sc_list); in DoExecute()
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp923 Files.GetFileSpecAtIndex(I).GetCString()); in dumpObjectFiles()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp798 if (files.AppendIfUnique(m_filespec_up->GetFileSpecAtIndex(i))) in GetDependentModules()
3207 const FileSpec &spec = m_filespec_up->GetFileSpecAtIndex(i); in DumpDependentModules()

12