Searched refs:GetSupportFiles (Results 1 - 7 of 7) sorted by relevance
/external/lldb/source/Core/ |
H A D | FileLineResolver.cpp | 56 uint32_t file_idx = cu->GetSupportFiles().FindFileIndex(start_file_idx, m_file_spec, false); 71 file_idx = cu->GetSupportFiles().FindFileIndex(file_idx + 1, m_file_spec, false);
|
/external/lldb/source/API/ |
H A D | SBCompileUnit.cpp | 154 FileSpecList& support_files = m_opaque_ptr->GetSupportFiles (); 195 FileSpecList &support_files = m_opaque_ptr->GetSupportFiles (); 216 FileSpecList &support_files = m_opaque_ptr->GetSupportFiles ();
|
/external/lldb/source/Symbol/ |
H A D | CompileUnit.cpp | 288 file_idx = GetSupportFiles().FindFileIndex (1, *file_spec_ptr, true); 297 FileSpecList &support_files = GetSupportFiles(); 335 uint32_t file_idx = GetSupportFiles().FindFileIndex (1, file_spec, true); 339 file_idx = GetSupportFiles().FindFileIndex (file_idx + 1, file_spec, true); 439 CompileUnit::GetSupportFiles () function in class:CompileUnit
|
H A D | LineTable.cpp | 274 line_entry.file = m_comp_unit->GetSupportFiles().GetFileSpecAtIndex (entry.file_idx);
|
/external/lldb/include/lldb/Symbol/ |
H A D | CompileUnit.h | 258 GetSupportFiles ();
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 1075 decl_ap.reset(new Declaration (sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(decl_file), 1365 decl_ap.reset(new Declaration(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(decl_file), 1370 call_ap.reset(new Declaration(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(call_file), 1752 case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.Unsigned())); break; 2147 case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.Unsigned())); break; 2862 file_idx = sc.comp_unit->GetSupportFiles().FindFileIndex (1, file_spec, true); 2876 file_idx = sc.comp_unit->GetSupportFiles().FindFileIndex (1, file_spec, true); 4185 case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.Unsigned())); break; 4363 case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.Unsigned())); break; 5708 case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles() [all...] |
/external/lldb/source/Commands/ |
H A D | CommandCompletions.cpp | 538 FileSpecList supporting_files = context.comp_unit->GetSupportFiles();
|
Completed in 937 milliseconds