| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBFileSpecList.cpp | 75 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 D | SBCompileUnit.cpp | 161 FileSpec spec = m_opaque_ptr->GetSupportFiles().GetFileSpecAtIndex(idx); in GetSupportFileAtIndex()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBFileSpecList.i | 42 GetFileSpecAtIndex (uint32_t idx) const;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBFileSpecList.h | 39 const SBFileSpec GetFileSpecAtIndex(uint32_t idx) const;
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | SearchFilter.cpp | 196 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 D | FileSpecList.cpp | 138 const FileSpec &FileSpecList::GetFileSpecAtIndex(size_t idx) const { in GetFileSpecAtIndex() function in FileSpecList
|
| H A D | ModuleList.cpp | 875 auto search_path_spec = module_search_paths_ptr->GetFileSpecAtIndex(idx); in GetSharedModule()
|
| H A D | Module.cpp | 1507 FileSpec scripting_fspec(file_specs.GetFileSpecAtIndex(i)); in LoadScriptingResourceInTarget()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | DebugMacros.cpp | 26 return comp_unit->GetSupportFiles().GetFileSpecAtIndex(m_debug_line_file_idx); in GetFileSpec()
|
| H A D | LineTable.cpp | 292 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry() 294 m_comp_unit->GetSupportFiles().GetFileSpecAtIndex(entry.file_idx); in ConvertEntryAtIndexToLineEntry()
|
| H A D | LocateSymbolFile.cpp | 331 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in LocateExecutableSymbolFile()
|
| H A D | Symbol.cpp | 462 reexported_libraries.GetFileSpecAtIndex(idx); in ResolveReExportedSymbolInModuleSpec()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | FileSpecList.h | 158 const FileSpec &GetFileSpecAtIndex(size_t idx) const;
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | OptionValueFileSpecList.cpp | 35 m_current_value.GetFileSpecAtIndex(i).Dump(strm.AsRawOstream()); in DumpValue()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwin.cpp | 383 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 D | PlatformDarwinKernel.cpp | 380 FileSpec dir = user_dirs.GetFileSpecAtIndex(i); in GetUserSpecifiedDirectoriesToSearch()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | ThreadPlanStepInRange.cpp | 320 const FileSpec &file_spec(libraries_to_avoid.GetFileSpecAtIndex(i)); in FrameMatchesAvoidCriteria()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 750 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 D | ObjectFilePECOFF.cpp | 1152 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 D | ClangModulesDeclVendor.cpp | 695 const FileSpec &search_path = module_search_paths.GetFileSpecAtIndex(spi); in Create()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 170 m_matching_files.GetFileSpecAtIndex(i).GetFilename().GetCString()); in DoCompletion()
|
| H A D | CommandObjectSource.cpp | 214 cu_file_list.GetFileSpecAtIndex(file_idx); in DumpFileLinesInCompUnit()
|
| H A D | CommandObjectTarget.cpp | 930 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 D | SymbolFileNativePDB.cpp | 1420 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 D | lldb-test.cpp | 1026 Files.GetFileSpecAtIndex(I).GetPath()); in dumpObjectFiles()
|