/external/lldb/test/python_api/default-constructor/ |
H A D | sb_symbolcontext.py | 10 obj.GetCompileUnit()
|
H A D | sb_address.py | 17 obj.GetCompileUnit()
|
H A D | sb_frame.py | 17 obj.GetCompileUnit()
|
/external/lldb/scripts/Python/interface/ |
H A D | 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.''')
|
H A D | 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.''')
|
H A D | 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/API/ |
H A D | SBSymbolContext.h | 39 lldb::SBCompileUnit GetCompileUnit ();
|
H A D | SBAddress.h | 89 GetCompileUnit ();
|
H A D | SBFrame.h | 61 GetCompileUnit () const;
|
/external/lldb/include/lldb/Symbol/ |
H A D | Function.h | 488 GetCompileUnit(); 497 GetCompileUnit() const;
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfo.h | 51 DWARFCompileUnitSP GetCompileUnit(dw_offset_t cu_offset, uint32_t* idx_ptr = NULL);
|
H A D | 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) function in class:DWARFDebugInfo
|
H A D | SymbolFileDWARFDebugMap.h | 259 GetCompileUnit (SymbolFileDWARF *oso_dwarf);
|
H A D | 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); 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 D | SymbolFileDWARFDebugMap.cpp | 1318 SymbolFileDWARFDebugMap::GetCompileUnit (SymbolFileDWARF *oso_dwarf) function in class:SymbolFileDWARFDebugMap
|
/external/lldb/source/Symbol/ |
H A D | Function.cpp | 325 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 D | TestSymbolContext.py | 72 compileUnit = context.GetCompileUnit()
|
/external/lldb/source/API/ |
H A D | SBAddress.cpp | 271 SBAddress::GetCompileUnit () function in class:SBAddress
|
H A D | SBSymbolContext.cpp | 112 SBSymbolContext::GetCompileUnit () function in class:SBSymbolContext
|
H A D | SBFrame.cpp | 194 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)",
|