/external/llvm-project/lldb/source/API/ |
D | SBFileSpecList.cpp | 82 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()
|
D | SBCompileUnit.cpp | 158 FileSpec spec = m_opaque_ptr->GetSupportFiles().GetFileSpecAtIndex(idx); in GetSupportFileAtIndex()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBFileSpecList.i | 39 GetFileSpecAtIndex (uint32_t idx) const;
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBFileSpecList.h | 39 const SBFileSpec GetFileSpecAtIndex(uint32_t idx) const;
|
/external/llvm-project/lldb/source/Symbol/ |
D | DebugMacros.cpp | 26 return comp_unit->GetSupportFiles().GetFileSpecAtIndex(m_debug_line_file_idx); in GetFileSpec()
|
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()
|
D | LocateSymbolFile.cpp | 324 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in LocateExecutableSymbolFile()
|
D | Symbol.cpp | 461 reexported_libraries.GetFileSpecAtIndex(idx); in ResolveReExportedSymbolInModuleSpec()
|
/external/llvm-project/lldb/source/Core/ |
D | SearchFilter.cpp | 196 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()
|
D | FileSpecList.cpp | 87 const FileSpec &FileSpecList::GetFileSpecAtIndex(size_t idx) const { in GetFileSpecAtIndex() function in FileSpecList
|
D | ModuleList.cpp | 839 auto search_path_spec = module_search_paths_ptr->GetFileSpecAtIndex(idx); in GetSharedModule()
|
D | Module.cpp | 1526 FileSpec scripting_fspec(file_specs.GetFileSpecAtIndex(i)); in LoadScriptingResourceInTarget()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | FileSpecList.h | 132 const FileSpec &GetFileSpecAtIndex(size_t idx) const;
|
/external/llvm-project/lldb/source/Interpreter/ |
D | OptionValueFileSpecList.cpp | 36 m_current_value.GetFileSpecAtIndex(i).Dump(strm.AsRawOstream()); in DumpValue()
|
/external/llvm-project/lldb/source/Target/ |
D | ThreadPlanStepInRange.cpp | 320 const FileSpec &file_spec(libraries_to_avoid.GetFileSpecAtIndex(i)); in FrameMatchesAvoidCriteria()
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformDarwin.cpp | 416 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()
|
D | PlatformDarwinKernel.cpp | 385 FileSpec dir = user_dirs.GetFileSpecAtIndex(i); in GetUserSpecifiedDirectoriesToSearch()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 909 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/ |
D | ObjectFilePECOFF.cpp | 943 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/ |
D | ClangModulesDeclVendor.cpp | 646 const FileSpec &search_path = module_search_paths.GetFileSpecAtIndex(spi); in Create()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandCompletions.cpp | 168 m_matching_files.GetFileSpecAtIndex(i).GetFilename().GetCString()); in DoCompletion()
|
D | CommandObjectSource.cpp | 213 cu_file_list.GetFileSpecAtIndex(file_idx); in DumpFileLinesInCompUnit()
|
D | CommandObjectTarget.cpp | 946 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/ |
D | lldb-test.cpp | 923 Files.GetFileSpecAtIndex(I).GetCString()); in dumpObjectFiles()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 798 if (files.AppendIfUnique(m_filespec_up->GetFileSpecAtIndex(i))) in GetDependentModules() 3207 const FileSpec &spec = m_filespec_up->GetFileSpecAtIndex(i); in DumpDependentModules()
|