Searched refs:GetModule (Results 1 - 25 of 84) sorted by relevance

1234

/external/lldb/test/python_api/default-constructor/
H A Dsb_symbolcontext.py9 obj.GetModule()
H A Dsb_address.py16 obj.GetModule()
H A Dsb_frame.py16 obj.GetModule()
/external/lldb/include/lldb/Core/
H A DModuleChild.h67 GetModule () const;
H A DValueObjectVariable.h53 GetModule();
H A DValueObjectMemory.h60 GetModule();
/external/lldb/source/Symbol/
H A DSymbolVendor.cpp85 ModuleSP module_sp(GetModule());
100 ModuleSP module_sp(GetModule());
129 ModuleSP module_sp(GetModule());
151 ModuleSP module_sp(GetModule());
165 ModuleSP module_sp(GetModule());
178 ModuleSP module_sp(GetModule());
191 ModuleSP module_sp(GetModule());
204 ModuleSP module_sp(GetModule());
217 ModuleSP module_sp(GetModule());
230 ModuleSP module_sp(GetModule());
[all...]
H A DSymbolFile.cpp30 lldb::ModuleSP module_sp(obj_file->GetModule());
81 return m_obj_file->GetModule()->GetTypeList();
88 return m_obj_file->GetModule()->GetClangASTContext();
H A DCompileUnit.cpp62 GetModule()->CalculateSymbolContext(sc);
68 return GetModule();
80 GetModule()->DumpSymbolContext(s);
225 SymbolVendor* symbol_vendor = GetModule()->GetSymbolVendor();
245 SymbolVendor* symbol_vendor = GetModule()->GetSymbolVendor();
348 SymbolContext sc(GetModule());
446 SymbolVendor* symbol_vendor = GetModule()->GetSymbolVendor();
H A DSymbol.cpp302 ModuleSP module_sp (base_address.GetModule());
419 sc->module_sp = GetAddress().GetModule();
428 return GetAddress().GetModule();
444 ModuleSP module_sp (GetAddress().GetModule());
/external/lldb/source/Core/
H A DModuleChild.cpp37 ModuleChild::GetModule () const function in class:ModuleChild
H A DAddress.cpp61 ModuleSP module_sp (address.GetModule());
124 ModuleSP module_sp (address.GetModule());
259 Address::GetModule () const function in class:Address
264 module_sp = section_sp->GetModule();
410 s->Printf("%s[", section_sp->GetModule()->GetFileSpec().GetFilename().AsCString());
445 ModuleSP module_sp (GetModule());
680 ModuleSP module_sp (GetModule());
779 ModuleSP module_sp (section_sp->GetModule());
795 return section_sp->GetModule();
806 sc.module_sp = section_sp->GetModule();
[all...]
H A DValueObjectCast.cpp113 m_error = m_value.GetValueAsData(&exe_ctx, m_data, 0, GetModule().get());
H A DValueObjectMemory.cpp203 m_error = m_value.GetValueAsData (&exe_ctx, m_data, 0, GetModule().get());
248 m_error = value.GetValueAsData(&exe_ctx, m_data, 0, GetModule().get());
270 ValueObjectMemory::GetModule() function in class:ValueObjectMemory
272 return m_address.GetModule();
/external/lldb/scripts/Python/interface/
H A DSBSymbolContext.i41 module = context.GetModule()
61 lldb::SBModule GetModule ();
85 __swig_getmethods__["module"] = GetModule
87 if _newclass: module = property(GetModule, SetModule, doc='''A read/write property that allows the getting/setting of the module (lldb.SBModule) in this symbol context.''')
H A DSBAddress.i114 /// GetModule() and the following grab individual objects for a given address and
123 ") GetModule;
125 GetModule ();
166 __swig_getmethods__["module"] = GetModule
167 if _newclass: module = property(GetModule, None, doc='''A read only property that returns an lldb object that represents the module (lldb.SBModule) that this address resides within.''')
H A DSBFrame.i85 GetModule () const;
292 __swig_getmethods__["module"] = GetModule
293 if _newclass: module = property(GetModule, None, doc='''A read only property that returns an lldb object that represents the module (lldb.SBModule) for this stack frame.''')
/external/lldb/test/python_api/function_symbol/
H A DTestSymbolAPI.py88 print "UUID:", addr_line1.GetModule().GetUUIDString()
89 self.assertTrue(addr_line1.GetModule().GetUUIDString() == addr_line2.GetModule().GetUUIDString())
/external/clang/include/clang/CodeGen/
H A DModuleBuilder.h35 virtual llvm::Module* GetModule() = 0;
/external/lldb/examples/python/
H A Ddiagnose_unwind.py27 if sbaddr.GetModule():
29 module_uuid_str = sbaddr.GetModule().GetUUIDString()
32 if sbaddr.GetModule().GetFileSpec():
33 module_filename = sbaddr.GetModule().GetFileSpec().GetFilename()
49 return sbaddr.GetModule()
/external/lldb/source/Target/
H A DSectionLoadList.cpp66 const FileSpec &module_file_spec (section->GetModule()->GetFileSpec());
107 ModuleSP module_sp (section->GetModule());
110 ModuleSP curr_module_sp (ats_pos->second->GetModule());
141 const FileSpec &module_file_spec (section_sp->GetModule()->GetFileSpec());
173 const FileSpec &module_file_spec (section_sp->GetModule()->GetFileSpec());
/external/lldb/include/lldb/API/
H A DSBSymbolContext.h38 lldb::SBModule GetModule ();
H A DSBAddress.h86 GetModule ();
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp79 ModuleSP oso_module_sp (oso_objfile->GetModule());
422 m_obj_file->GetModule()->ReportError ("N_SO in symbol with UID %u has invalid sibling in debug map, please file a bug and attach the binary listed in this error", so_symbol->GetID());
439 m_obj_file->GetModule()->ReportError ("N_OSO symbol[%u] can't be found, please file a bug and attach the binary listed in this error", oso_idx);
441 m_obj_file->GetModule()->ReportError ("N_SO not found for N_OSO symbol[%u], please file a bug and attach the binary listed in this error", oso_idx);
443 m_obj_file->GetModule()->ReportError ("N_SO has incorrect symbol type (%u) for N_OSO symbol[%u], please file a bug and attach the binary listed in this error", so_symbol->GetType(), oso_idx);
445 m_obj_file->GetModule()->ReportError ("N_OSO has incorrect symbol type (%u) for N_OSO symbol[%u], please file a bug and attach the binary listed in this error", oso_symbol->GetType(), oso_idx);
484 obj_file->GetModule()->ReportError ("debug map object file '%s' has changed (actual time is 0x%" PRIx64 ", debug map time is 0x%" PRIx64 ") since this executable was linked, file will be ignored",
508 comp_unit_info->oso_sp->module_sp.reset (new DebugMapModule (obj_file->GetModule(),
511 m_obj_file->GetModule()->GetArchitecture(),
661 m_compile_unit_infos[cu_idx].compile_unit_sp.reset(new CompileUnit (m_obj_file->GetModule(),
[all...]
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp569 DynamicLoaderDarwinKernel::KextImageInfo::GetModule () function in class:DynamicLoaderDarwinKernel::KextImageInfo
1017 if (m_kernel.GetModule().get()
1018 && m_kernel.GetModule()->GetObjectFile()
1019 && !m_kernel.GetModule()->GetObjectFile()->GetFileSpec().GetFilename().IsEmpty())
1021 kernel_name = m_kernel.GetModule()->GetObjectFile()->GetFileSpec().GetFilename();
1028 if (m_kernel.GetLoadAddress() == LLDB_INVALID_ADDRESS && m_kernel.GetModule())
1033 ObjectFile *kernel_object_file = m_kernel.GetModule()->GetObjectFile();
1065 if (m_kernel.IsLoaded() && m_kernel.GetModule())
1068 const Symbol *symbol = m_kernel.GetModule()->FindFirstSymbolWithNameAndType (kext_summary_symbol, eSymbolTypeData);
1211 else if (image_info.GetLoadAddress() == LLDB_INVALID_ADDRESS && !image_info.GetModule())
[all...]

Completed in 351 milliseconds

1234