HomeSort by relevance Sort by last modified time
    Searched refs:GetCompileUnit (Results 1 - 20 of 20) sorted by null

  /external/lldb/test/python_api/default-constructor/
sb_symbolcontext.py 10 obj.GetCompileUnit()
sb_address.py 17 obj.GetCompileUnit()
sb_frame.py 17 obj.GetCompileUnit()
  /external/lldb/scripts/Python/interface/
SBSymbolContext.i 45 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.''')
SBAddress.i 128 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.''')
SBFrame.i 88 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/Symbol/
Function.h 488 GetCompileUnit();
497 GetCompileUnit() const;
  /external/lldb/include/lldb/API/
SBSymbolContext.h 39 lldb::SBCompileUnit GetCompileUnit ();
SBAddress.h 89 GetCompileUnit ();
SBFrame.h 61 GetCompileUnit () const;
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugInfo.h 51 DWARFCompileUnitSP GetCompileUnit(dw_offset_t cu_offset, uint32_t* idx_ptr = NULL);
DWARFDebugInfo.cpp 106 cu_sp = GetCompileUnit(hint_die_offset);
111 cu_sp = GetCompileUnit(cu_offset);
220 DWARFDebugInfo::GetCompileUnit(dw_offset_t cu_offset, uint32_t* idx_ptr)
SymbolFileDWARFDebugMap.h 259 GetCompileUnit (SymbolFileDWARF *oso_dwarf);
SymbolFileDWARF.cpp 864 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);
    [all...]
SymbolFileDWARFDebugMap.cpp     [all...]
  /external/lldb/source/Symbol/
Function.cpp 325 Function::GetCompileUnit()
331 Function::GetCompileUnit() const
392 return this->GetCompileUnit()->GetModule();
398 return this->GetCompileUnit();
  /external/lldb/test/python_api/symbol-context/
TestSymbolContext.py 72 compileUnit = context.GetCompileUnit()
  /external/lldb/source/API/
SBAddress.cpp 271 SBAddress::GetCompileUnit ()
SBSymbolContext.cpp 112 SBSymbolContext::GetCompileUnit ()
SBFrame.cpp 194 SBFrame::GetCompileUnit () const
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)",
    [all...]

Completed in 111 milliseconds