Searched refs:GetCompileUnit (Results 1 - 20 of 20) sorted by relevance

/external/lldb/test/python_api/default-constructor/
H A Dsb_symbolcontext.py10 obj.GetCompileUnit()
H A Dsb_address.py17 obj.GetCompileUnit()
H A Dsb_frame.py17 obj.GetCompileUnit()
/external/lldb/scripts/Python/interface/
H A DSBSymbolContext.i45 compileUnit = context.GetCompileUnit()
62 lldb::SBCompileUnit GetCompileUnit ();
89 __swig_getmethods__["compile_unit"] = GetCompileUnit
91 if _newclass: compile_unit = property(GetCompileUnit, SetCompileUnit, doc='''A read/write property that allows the getting/setting of the compile unit (lldb.SBCompileUnit) in this symbol context.''')
H A DSBAddress.i128 GetCompileUnit ();
169 __swig_getmethods__["compile_unit"] = GetCompileUnit
170 if _newclass: compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb object that represents the compile unit (lldb.SBCompileUnit) that this address resides within.''')
H A DSBFrame.i88 GetCompileUnit () const;
295 __swig_getmethods__["compile_unit"] = GetCompileUnit
296 if _newclass: compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb object that represents the compile unit (lldb.SBCompileUnit) for this stack frame.''')
/external/lldb/include/lldb/API/
H A DSBSymbolContext.h39 lldb::SBCompileUnit GetCompileUnit ();
H A DSBAddress.h89 GetCompileUnit ();
H A DSBFrame.h61 GetCompileUnit () const;
/external/lldb/include/lldb/Symbol/
H A DFunction.h488 GetCompileUnit();
497 GetCompileUnit() const;
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.h51 DWARFCompileUnitSP GetCompileUnit(dw_offset_t cu_offset, uint32_t* idx_ptr = NULL);
H A DDWARFDebugInfo.cpp106 cu_sp = GetCompileUnit(hint_die_offset);
111 cu_sp = GetCompileUnit(cu_offset);
220 DWARFDebugInfo::GetCompileUnit(dw_offset_t cu_offset, uint32_t* idx_ptr) function in class:DWARFDebugInfo
H A DSymbolFileDWARFDebugMap.h259 GetCompileUnit (SymbolFileDWARF *oso_dwarf);
H A DSymbolFileDWARF.cpp864 return info->GetCompileUnit(0).get();
870 return info->GetCompileUnit((dw_offset_t)comp_unit->GetID()).get();
916 cu_sp = m_debug_map_symfile->GetCompileUnit(this);
967 DebugInfo()->GetCompileUnit(dwarf_cu->GetOffset(), &cu_idx);
2728 DWARFCompileUnit* dwarf_cu = debug_info->GetCompileUnit(cu_offset, &cu_idx).get();
7143 DWARFCompileUnit* dwarf_cu = info->GetCompileUnit(sc.comp_unit->GetID()).get();
H A DSymbolFileDWARFDebugMap.cpp1318 SymbolFileDWARFDebugMap::GetCompileUnit (SymbolFileDWARF *oso_dwarf) function in class:SymbolFileDWARFDebugMap
/external/lldb/source/Symbol/
H A DFunction.cpp325 Function::GetCompileUnit() function in class:Function
331 Function::GetCompileUnit() const function in class:Function
392 return this->GetCompileUnit()->GetModule();
398 return this->GetCompileUnit();
/external/lldb/test/python_api/symbol-context/
H A DTestSymbolContext.py72 compileUnit = context.GetCompileUnit()
/external/lldb/source/API/
H A DSBAddress.cpp271 SBAddress::GetCompileUnit () function in class:SBAddress
H A DSBSymbolContext.cpp112 SBSymbolContext::GetCompileUnit () function in class:SBSymbolContext
H A DSBFrame.cpp194 SBFrame::GetCompileUnit () const function in class:SBFrame
217 log->Printf ("SBFrame::GetCompileUnit () => error: could not reconstruct frame object for this SBFrame.");
223 log->Printf ("SBFrame::GetCompileUnit () => error: process is running");
227 log->Printf ("SBFrame(%p)::GetCompileUnit () => SBCompileUnit(%p)",

Completed in 4271 milliseconds