Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBFileSpecList.cpp90 SBFileSpecList::GetFileSpecAtIndex (uint32_t idx) const in GetFileSpecAtIndex() function in SBFileSpecList
93 new_spec.SetFileSpec(m_opaque_ap->GetFileSpecAtIndex(idx)); in GetFileSpecAtIndex()
134 if (m_opaque_ap->GetFileSpecAtIndex(i).GetPath(path, sizeof(path))) in GetDescription()
HDSBCompileUnit.cpp196 FileSpec file_spec = support_files.GetFileSpecAtIndex(idx); in GetSupportFileAtIndex()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDSearchFilter.cpp585 m_module_spec_list.GetFileSpecAtIndex(0).GetPath(buffer, 2047); in GetDescription()
590 … s->PutCString(m_module_spec_list.GetFileSpecAtIndex(0).GetFilename().AsCString("<unknown>")); in GetDescription()
601 m_module_spec_list.GetFileSpecAtIndex(i).GetPath(buffer, 2047); in GetDescription()
606 … s->PutCString(m_module_spec_list.GetFileSpecAtIndex(i).GetFilename().AsCString("<unknown>")); in GetDescription()
776 m_module_spec_list.GetFileSpecAtIndex(0).GetPath(buffer, 2047); in GetDescription()
781 … s->PutCString(m_module_spec_list.GetFileSpecAtIndex(0).GetFilename().AsCString("<unknown>")); in GetDescription()
792 m_module_spec_list.GetFileSpecAtIndex(i).GetPath(buffer, 2047); in GetDescription()
797 … s->PutCString(m_module_spec_list.GetFileSpecAtIndex(i).GetFilename().AsCString("<unknown>")); in GetDescription()
HDFileSpecList.cpp141 FileSpecList::GetFileSpecAtIndex(size_t idx) const in GetFileSpecAtIndex() function in FileSpecList
HDModule.cpp1452 FileSpec scripting_fspec (file_specs.GetFileSpecAtIndex(i)); in LoadScriptingResourceInTarget()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBFileSpecList.h48 GetFileSpecAtIndex (uint32_t idx) const;
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDFileSpecList.h146 GetFileSpecAtIndex (size_t idx) const;
/trueos/contrib/llvm/tools/lldb/source/Host/common/
HDSymbols.cpp71 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex (idx); in LocateExecutableSymbolFile()
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
HDSymbolVendorELF.cpp117 const FileSpec fspec = file_spec_list.GetFileSpecAtIndex (idx); in CreateInstance()
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueFileSpecLIst.cpp37 m_current_value.GetFileSpecAtIndex(i).Dump(&strm); in DumpValue()
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandCompletions.cpp563 const FileSpec &sfile_spec = supporting_files.GetFileSpecAtIndex(sfiles); in SearchCallback()
611 m_matches.AppendString (m_matching_files.GetFileSpecAtIndex(i).GetFilename().GetCString()); in DoCompletion()
HDCommandObjectTarget.cpp957 const FileSpec module_file(shlibs.GetFileSpecAtIndex(shlib_idx)); in DoExecute()
966 … module_sp->FindCompileUnits(compile_units.GetFileSpecAtIndex(cu_idx), append, sc_list); in DoExecute()
987 … target->GetImages().FindCompileUnits(compile_units.GetFileSpecAtIndex(cu_idx), append, sc_list); in DoExecute()
HDCommandObjectThread.cpp1674 file = m_options.m_filenames.GetFileSpecAtIndex(0); in DoExecute()
HDCommandObjectBreakpoint.cpp424 file = m_options.m_filenames.GetFileSpecAtIndex(0); in DoExecute()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanStepInRange.cpp295 const FileSpec &file_spec(libraries_to_avoid.GetFileSpecAtIndex(i)); in FrameMatchesAvoidCriteria()
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDCompileUnit.cpp299 file_idx = support_files.FindFileIndex (1, support_files.GetFileSpecAtIndex(0), full); in FindLineEntry()
HDLineTable.cpp274 line_entry.file = m_comp_unit->GetSupportFiles().GetFileSpecAtIndex (entry.file_idx); in ConvertEntryAtIndexToLineEntry()
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp1075 … decl_ap.reset(new Declaration (sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(decl_file), in ParseCompileUnitFunction()
1365 … decl_ap.reset(new Declaration(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(decl_file), in ParseFunctionBlocks()
1370 … call_ap.reset(new Declaration(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(call_file), in ParseFunctionBlocks()
1760 …se DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.U… in ParseChildMembers()
2159 …se DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.U… in ParseChildMembers()
4243 …se DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.U… in ParseChildParameters()
4425 …se DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.U… in ParseChildEnumerators()
5769 …se DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.U… in ParseType()
5963 … decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.Unsigned())); in ParseType()
6361 …W_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.U… in ParseType()
[all …]
/trueos/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp592 if (files.AppendIfUnique(m_filespec_ap->GetFileSpecAtIndex(i))) in GetDependentModules()
1949 const FileSpec &spec = m_filespec_ap->GetFileSpecAtIndex(i); in DumpDependentModules()