Searched refs:comp_unit (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DLineTable.cpp24 LineTable::LineTable(CompileUnit* comp_unit) : argument
25 m_comp_unit(comp_unit),
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp404 sc.comp_unit = dwarf2Data->GetCompUnitForDWARFCompUnit(this);
405 if (sc.comp_unit)
410 LineTable *line_table = sc.comp_unit->GetLineTable();
H A DSymbolFileDWARFDebugMap.cpp686 if (sc.comp_unit == m_compile_unit_infos[i].compile_unit_sp.get())
1245 if (sc.comp_unit)
1280 if (sc.comp_unit)
H A DSymbolFileDWARF.h309 DWARFCompileUnit* GetDWARFCompileUnit(lldb_private::CompileUnit *comp_unit);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp821 if (frame_sc.comp_unit == NULL)
859 const uint32_t num_matches = frame_sc.comp_unit->ResolveSymbolContext (step_file_spec,
H A DSBFrame.cpp212 sb_comp_unit.reset (frame->GetSymbolContext (eSymbolContextCompUnit).comp_unit);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp2087 if (sc && sc->comp_unit != NULL)
2093 format_file_spec.GetFilename() = sc->comp_unit->GetFilename();
2098 format_file_spec = *sc->comp_unit;
H A DAddress.cpp810 return sc.comp_unit;
H A DDisassembler.cpp452 if (sc.comp_unit && sc.line_entry.IsValid())

Completed in 214 milliseconds

12