Home
last modified time | relevance | path

Searched refs:GetCompileUnit (Results 1 – 21 of 21) sorted by relevance

/external/lldb/scripts/Python/interface/
DSBSymbolContext.i62 lldb::SBCompileUnit GetCompileUnit ();
89 __swig_getmethods__["compile_unit"] = GetCompileUnit
91 …if _newclass: compile_unit = property(GetCompileUnit, SetCompileUnit, doc='''A read/write property…
DSBAddress.i128 GetCompileUnit ();
169 __swig_getmethods__["compile_unit"] = GetCompileUnit
170 …if _newclass: compile_unit = property(GetCompileUnit, None, doc='''A read only property that retur…
DSBFrame.i88 GetCompileUnit () const;
295 __swig_getmethods__["compile_unit"] = GetCompileUnit
296 …if _newclass: compile_unit = property(GetCompileUnit, None, doc='''A read only property that retur…
/external/lldb/include/lldb/Symbol/
DFunction.h488 GetCompileUnit();
497 GetCompileUnit() const;
/external/lldb/source/Symbol/
DFunction.cpp325 Function::GetCompileUnit() in GetCompileUnit() function in Function
331 Function::GetCompileUnit() const in GetCompileUnit() function in Function
392 return this->GetCompileUnit()->GetModule(); in CalculateSymbolContextModule()
398 return this->GetCompileUnit(); in CalculateSymbolContextCompileUnit()
/external/lldb/test/python_api/default-constructor/
Dsb_symbolcontext.py10 obj.GetCompileUnit()
Dsb_address.py17 obj.GetCompileUnit()
Dsb_frame.py17 obj.GetCompileUnit()
/external/lldb/include/lldb/API/
DSBSymbolContext.h39 lldb::SBCompileUnit GetCompileUnit ();
DSBAddress.h89 GetCompileUnit ();
DSBFrame.h61 GetCompileUnit () const;
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfo.h51 DWARFCompileUnitSP GetCompileUnit(dw_offset_t cu_offset, uint32_t* idx_ptr = NULL);
DDWARFDebugInfo.cpp106 cu_sp = GetCompileUnit(hint_die_offset); in LookupAddress()
111 cu_sp = GetCompileUnit(cu_offset); in LookupAddress()
220 DWARFDebugInfo::GetCompileUnit(dw_offset_t cu_offset, uint32_t* idx_ptr) in GetCompileUnit() function in DWARFDebugInfo
DSymbolFileDWARFDebugMap.h259 GetCompileUnit (SymbolFileDWARF *oso_dwarf);
DSymbolFileDWARF.cpp864 return info->GetCompileUnit(0).get(); in GetDWARFCompileUnit()
870 return info->GetCompileUnit((dw_offset_t)comp_unit->GetID()).get(); in GetDWARFCompileUnit()
916 cu_sp = m_debug_map_symfile->GetCompileUnit(this); in ParseCompileUnit()
967 DebugInfo()->GetCompileUnit(dwarf_cu->GetOffset(), &cu_idx); in ParseCompileUnit()
2728 DWARFCompileUnit* dwarf_cu = debug_info->GetCompileUnit(cu_offset, &cu_idx).get(); in ResolveSymbolContext()
7143 DWARFCompileUnit* dwarf_cu = info->GetCompileUnit(sc.comp_unit->GetID()).get(); in ParseVariablesForContext()
DSymbolFileDWARFDebugMap.cpp1318 SymbolFileDWARFDebugMap::GetCompileUnit (SymbolFileDWARF *oso_dwarf) in GetCompileUnit() function in SymbolFileDWARFDebugMap
/external/lldb/test/python_api/symbol-context/
DTestSymbolContext.py72 compileUnit = context.GetCompileUnit()
/external/lldb/source/API/
DSBSymbolContext.cpp112 SBSymbolContext::GetCompileUnit () in GetCompileUnit() function in SBSymbolContext
DSBAddress.cpp271 SBAddress::GetCompileUnit () in GetCompileUnit() function in SBAddress
DSBFrame.cpp194 SBFrame::GetCompileUnit () const in GetCompileUnit() function in SBFrame
/external/lldb/www/python_reference/
Dapi-objects.txt2322 lldb.SBAddress.GetCompileUnit lldb.SBAddress-class.html#GetCompileUnit
3015 lldb.SBFrame.GetCompileUnit lldb.SBFrame-class.html#GetCompileUnit
3621 lldb.SBSymbolContext.GetCompileUnit lldb.SBSymbolContext-class.html#GetCompileUnit