Home
last modified time | relevance | path

Searched refs:SBModule (Results 1 – 25 of 70) sorted by relevance

123

/external/lldb/source/API/
DSBModule.cpp33 SBModule::SBModule () : in SBModule() function in SBModule
38 SBModule::SBModule (const lldb::ModuleSP& module_sp) : in SBModule() function in SBModule
43 SBModule::SBModule(const SBModuleSpec &module_spec) : in SBModule() function in SBModule
56 SBModule::SBModule(const SBModule &rhs) : in SBModule() function in SBModule
61 SBModule::SBModule (lldb::SBProcess &process, lldb::addr_t header_addr) : in SBModule() function in SBModule
78 const SBModule &
79 SBModule::operator = (const SBModule &rhs) in operator =()
86 SBModule::~SBModule () in ~SBModule()
91 SBModule::IsValid () const in IsValid()
97 SBModule::Clear() in Clear()
[all …]
DSBSymbolContext.cpp87 SBModule
92 SBModule sb_module; in GetModule()
182 SBSymbolContext::SetModule (lldb::SBModule module) in SetModule()
DSBAddress.cpp252 SBModule
255 SBModule sb_module; in GetModule()
DSBTarget.cpp1881 lldb::SBModule
1889 lldb::SBModule
1895 lldb::SBModule sb_module; in AddModule()
1917 lldb::SBModule
1920 lldb::SBModule sb_module; in AddModule()
1928 SBTarget::AddModule (lldb::SBModule &module) in AddModule()
1970 SBModule
1973 SBModule sb_module; in FindModule()
2019 SBModule
2024 SBModule sb_module; in GetModuleAtIndex()
[all …]
DCMakeLists.txt29 SBModule.cpp
/external/lldb/include/lldb/API/
DSBModule.h21 class SBModule
25 SBModule ();
27 SBModule (const SBModule &rhs);
29 SBModule (const SBModuleSpec &module_spec);
31 const SBModule &
32 operator = (const SBModule &rhs);
34 SBModule (lldb::SBProcess &process,
37 ~SBModule ();
95 operator == (const lldb::SBModule &rhs) const;
98 operator != (const lldb::SBModule &rhs) const;
[all …]
DSBTarget.h468 AddModule (lldb::SBModule &module);
470 lldb::SBModule
475 lldb::SBModule
481 lldb::SBModule
487 lldb::SBModule
491 RemoveModule (lldb::SBModule module);
496 lldb::SBModule
561 SetModuleLoadAddress (lldb::SBModule module,
576 ClearModuleLoadAddress (lldb::SBModule module);
799 friend class SBModule; variable
DSBSymbolContext.h38 lldb::SBModule GetModule ();
45 void SetModule (lldb::SBModule module);
62 friend class SBModule; variable
DSBAddress.h85 lldb::SBModule
114 friend class SBModule; variable
DSBType.h197 friend class SBModule; variable
237 friend class SBModule; variable
DSBSymbolContextList.h53 friend class SBModule;
DSBSymbol.h95 friend class SBModule; variable
DSBSection.h87 friend class SBModule; variable
DSBDefines.h56 class SBModule; variable
DSBFileSpec.h66 friend class SBModule; variable
DSBCompileUnit.h94 friend class SBModule; variable
DSBModuleSpec.h106 friend class SBModule; variable
/external/lldb/scripts/Python/interface/
DSBModule.i92 ) SBModule;
93 class SBModule
97 SBModule ();
99 SBModule (const lldb::SBModule &rhs);
101 SBModule (const lldb::SBModuleSpec &module_spec);
103 SBModule (lldb::SBProcess &process,
106 ~SBModule ();
304 operator == (const lldb::SBModule &rhs) const;
307 operator != (const lldb::SBModule &rhs) const;
DSBTarget.i505 AddModule (lldb::SBModule &module);
507 lldb::SBModule
512 lldb::SBModule
518 lldb::SBModule
524 lldb::SBModule
528 RemoveModule (lldb::SBModule module);
533 lldb::SBModule
553 SetModuleLoadAddress (lldb::SBModule module,
557 ClearModuleLoadAddress (lldb::SBModule module);
DSBSymbolContext.i61 lldb::SBModule GetModule ();
68 void SetModule (lldb::SBModule module);
/external/lldb/www/python_reference/
Dapi-objects.txt3236 lldb.SBModule lldb.SBModule-class.html
3237 lldb.SBModule.__swig_getmethods__ lldb.SBModule-class.html#__swig_getmethods__
3238 lldb.SBModule.platform_file lldb.SBModule-class.html#platform_file
3239 lldb.SBModule.GetFileSpec lldb.SBModule-class.html#GetFileSpec
3240 lldb.SBModule.FindFunctions lldb.SBModule-class.html#FindFunctions
3241 lldb.SBModule.addr_size lldb.SBModule-class.html#addr_size
3242 lldb.SBModule.__ne__ lldb.SBModule-class.html#__ne__
3243 lldb.SBModule.symbol_in_section_iter lldb.SBModule-class.html#symbol_in_section_iter
3244 lldb.SBModule.__str__ lldb.SBModule-class.html#__str__
3245 lldb.SBModule.__swig_setmethods__ lldb.SBModule-class.html#__swig_setmethods__
[all …]
/external/lldb/www/cpp_reference/html/
DSBModule_8h__dep__incl.map1 <map id="SBModule.h" name="SBModule.h">
DSBModule_8h__incl.map1 <map id="SBModule.h" name="SBModule.h">
/external/lldb/scripts/
Dlldb.swig22 o SBModule: Represents an executable image and its associated object and symbol
23 files. SBTarget conatins SBModule(s).
80 #include "lldb/API/SBModule.h"
144 %include "./Python/interface/SBModule.i"
/external/lldb/tools/lldb-perf/lib/
DXcode.cpp48 SBModule module(target.GetModuleAtIndex(i)); in FetchModules()
95 SBModule module(context.GetModule()); in FetchFrames()

123