Searched refs:GetModule (Results 1 - 25 of 123) sorted by last modified time

12345

/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Module.h23 static CJS_Module* GetModule(CReader_App* pApp);
/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()
H A Dsymbolication.py92 module = sym_ctx.GetModule()
/external/lldb/include/lldb/API/
H A DSBAddress.h86 GetModule ();
H A DSBFrame.h58 GetModule () const;
H A DSBSymbolContext.h38 lldb::SBModule GetModule ();
/external/lldb/include/lldb/Core/
H A DAddress.h439 GetModule () const;
H A DModuleChild.h67 GetModule () const;
H A DValueObject.h735 GetModule();
H A DValueObjectMemory.h60 GetModule();
H A DValueObjectVariable.h53 GetModule();
/external/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h80 llvm::Module *GetModule() function in class:lldb_private::IRExecutionUnit
/external/lldb/scripts/Python/interface/
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.''')
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.''')
/external/lldb/source/API/
H A DSBAddress.cpp253 SBAddress::GetModule () function in class:SBAddress
257 sb_module.SetSP (m_opaque_ap->GetModule());
H A DSBCompileUnit.cpp169 ModuleSP module_sp (m_opaque_ptr->GetModule());
H A DSBFrame.cpp151 SBFrame::GetModule () const function in class:SBFrame
176 log->Printf ("SBFrame::GetModule () => error: could not reconstruct frame object for this SBFrame.");
182 log->Printf ("SBFrame::GetModule () => error: process is running");
187 log->Printf ("SBFrame(%p)::GetModule () => SBModule(%p)",
H A DSBFunction.cpp143 ModuleSP module_sp (m_opaque_ptr->GetAddressRange().GetBaseAddress().GetModule());
H A DSBSection.cpp60 return section_sp && section_sp->GetModule().get() != NULL;
175 ModuleSP module_sp (section_sp->GetModule());
211 ModuleSP module_sp (section_sp->GetModule());
H A DSBSymbol.cpp138 ModuleSP module_sp (m_opaque_ptr->GetAddress().GetModule());
H A DSBSymbolContext.cpp88 SBSymbolContext::GetModule () function in class:SBSymbolContext
104 log->Printf ("SBSymbolContext(%p)::GetModule () => SBModule(%p): %s",
H A DSBValue.cpp1459 ModuleSP module_sp (value_sp->GetModule());
1497 ModuleSP module_sp (value_sp->GetModule());
/external/lldb/source/Breakpoint/
H A DBreakpoint.cpp389 if (!section_sp || section_sp->GetModule() == module_sp)
460 if (section_sp && section_sp->GetModule() == module_sp)
H A DBreakpointLocationList.cpp104 if (section_sp && section_sp->GetModule().get() == module)

Completed in 504 milliseconds

12345