Home
last modified time | relevance | path

Searched refs:GetSupportFiles (Results 1 – 7 of 7) sorted by relevance

/external/lldb/source/Symbol/
DCompileUnit.cpp288 file_idx = GetSupportFiles().FindFileIndex (1, *file_spec_ptr, true); in FindLineEntry()
297 FileSpecList &support_files = GetSupportFiles(); in FindLineEntry()
335 uint32_t file_idx = GetSupportFiles().FindFileIndex (1, file_spec, true); in ResolveSymbolContext()
339 file_idx = GetSupportFiles().FindFileIndex (file_idx + 1, file_spec, true); in ResolveSymbolContext()
439 CompileUnit::GetSupportFiles () in GetSupportFiles() function in CompileUnit
DLineTable.cpp274 line_entry.file = m_comp_unit->GetSupportFiles().GetFileSpecAtIndex (entry.file_idx); in ConvertEntryAtIndexToLineEntry()
/external/lldb/source/Core/
DFileLineResolver.cpp56 uint32_t file_idx = cu->GetSupportFiles().FindFileIndex(start_file_idx, m_file_spec, false); in SearchCallback()
71 … file_idx = cu->GetSupportFiles().FindFileIndex(file_idx + 1, m_file_spec, false); in SearchCallback()
/external/lldb/source/API/
DSBCompileUnit.cpp154 FileSpecList& support_files = m_opaque_ptr->GetSupportFiles (); in GetNumSupportFiles()
195 FileSpecList &support_files = m_opaque_ptr->GetSupportFiles (); in GetSupportFileAtIndex()
216 FileSpecList &support_files = m_opaque_ptr->GetSupportFiles (); in FindSupportFileIndex()
/external/lldb/include/lldb/Symbol/
DCompileUnit.h258 GetSupportFiles ();
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.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()
1752 …case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value… in ParseChildMembers()
2147 …case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value… in ParseChildMembers()
2862 … file_idx = sc.comp_unit->GetSupportFiles().FindFileIndex (1, file_spec, true); in ResolveSymbolContext()
2876 … file_idx = sc.comp_unit->GetSupportFiles().FindFileIndex (1, file_spec, true); in ResolveSymbolContext()
4185 …case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value… in ParseChildParameters()
4363 …case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value… in ParseChildEnumerators()
5708 …case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value… in ParseType()
[all …]
/external/lldb/source/Commands/
DCommandCompletions.cpp538 FileSpecList supporting_files = context.comp_unit->GetSupportFiles(); in SearchCallback()