| /freebsd-src/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModule.cpp | 32 SBModule::SBModule() { LLDB_INSTRUMENT_VA(this); } in SBModule() function in SBModule 34 SBModule::SBModule(const lldb::ModuleSP &module_sp) : m_opaque_sp(module_sp) {} in SBModule() function in SBModule 36 SBModule::SBModule(const SBModuleSpec &module_spec) { in SBModule() function in SBModule 46 SBModule::SBModule(const SBModule &rhs) : m_opaque_sp(rhs.m_opaque_sp) { in SBModule() function in SBModule 50 SBModule::SBModule(lldb::SBProcess &process, lldb::addr_t header_addr) { in SBModule() function in SBModule 65 const SBModule &SBModule::operator=(const SBModule &rhs) { in operator =() 73 SBModule::~SBModule() = default; 75 bool SBModule::IsValid() const { in IsValid() 79 SBModule::operator bool() const { in operator bool() 85 void SBModule::Clear() { in Clear() [all …]
|
| H A D | SBSymbolContext.cpp | 54 SBModule SBSymbolContext::GetModule() { in GetModule() 57 SBModule sb_module; in GetModule() 115 void SBSymbolContext::SetModule(lldb::SBModule module) { in SetModule()
|
| H A D | SBTarget.cpp | 21 #include "lldb/API/SBModule.h" 138 SBModule SBTarget::GetModuleAtIndexFromEvent(const uint32_t idx, in GetModuleAtIndexFromEvent() 144 return SBModule(module_list.GetModuleAtIndex(idx)); in GetModuleAtIndexFromEvent() 1489 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule() 1496 lldb::SBModule SBTarget::AddModule(const char *path, const char *triple, in AddModule() 1525 lldb::SBModule SBTarget::AddModule(const SBModuleSpec &module_spec) { in AddModule() 1528 lldb::SBModule sb_module; in AddModule() 1554 bool SBTarget::AddModule(lldb::SBModule &module) { in AddModule() 1584 SBModule SBTarget::FindModule(const SBFileSpec &sb_file_spec) { in FindModule() 1587 SBModule sb_modul in FindModule() [all...] |
| H A D | SBAddress.cpp | 203 SBModule SBAddress::GetModule() { in GetModule() 206 SBModule sb_module; in GetModule()
|
| H A D | SBType.cpp | 12 #include "lldb/API/SBModule.h" 611 lldb::SBModule SBType::GetModule() { in IsValid() 614 lldb::SBModule sb_module; in operator bool()
|
| /freebsd-src/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBModuleDocstrings.i | 81 ) lldb::SBModule; 90 ) lldb::SBModule::IsFileBacked; 101 ) lldb::SBModule::GetFileSpec; 117 ) lldb::SBModule::GetPlatformFileSpec; 120 ) lldb::SBModule::GetUUIDString; 133 ) lldb::SBModule::FindCompileUnits; 151 ) lldb::SBModule::FindFunctions; 166 ) lldb::SBModule::GetTypes; 183 ) lldb::SBModule::FindGlobalVariables; 197 ) lldb::SBModule::FindFirstGlobalVariable; [all …]
|
| H A D | SBModuleExtensions.i | 4 # Helper function for SBModule class 26 STRING_EXTENSION_OUTSIDE(SBModule) 28 %extend lldb::SBModule {
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBModule.h | 20 class LLDB_API SBModule { 22 SBModule(); 24 SBModule(const SBModule &rhs); 26 SBModule(const SBModuleSpec &module_spec); 28 const SBModule &operator=(const SBModule &rhs); 30 SBModule(lldb::SBProcess &process, lldb::addr_t header_addr); 32 ~SBModule(); 109 bool operator==(const lldb::SBModule &rhs) const; 111 bool operator!=(const lldb::SBModule &rhs) const; 307 explicit SBModule(const lldb::ModuleSP &module_sp);
|
| H A D | SBTarget.h | 69 static lldb::SBModule GetModuleAtIndexFromEvent(const uint32_t idx, 302 bool AddModule(lldb::SBModule &module); 304 lldb::SBModule AddModule(const char *path, const char *triple, 307 lldb::SBModule AddModule(const char *path, const char *triple, 310 lldb::SBModule AddModule(const SBModuleSpec &module_spec); 314 lldb::SBModule GetModuleAtIndex(uint32_t idx); 316 bool RemoveModule(lldb::SBModule module); 320 lldb::SBModule FindModule(const lldb::SBFileSpec &file_spec); 411 LLDB_DEPRECATED_FIXME("Use SetModuleLoadAddress(lldb::SBModule, uint64_t)", 412 "SetModuleLoadAddress(lldb::SBModule, uint64_ 940 friend class SBModule; global() variable [all...] |
| H A D | SBSymbolContext.h | 42 lldb::SBModule GetModule(); 49 void SetModule(lldb::SBModule module); 64 friend class SBModule; variable
|
| H A D | SBType.h | 236 lldb::SBModule GetModule(); 271 friend class SBModule; 312 friend class SBModule; 238 friend class SBModule; global() variable 278 friend class SBModule; global() variable
|
| H A D | SBAddress.h | 13 #include "lldb/API/SBModule.h" 76 lldb::SBModule GetModule(); 97 friend class SBModule; 96 friend class SBModule; global() variable
|
| H A D | SBSymbolContextList.h | 45 friend class SBModule;
|
| H A D | SBSymbol.h | 110 friend class SBModule; variable
|
| H A D | SBSection.h | 93 friend class SBModule; variable
|
| H A D | SBCompileUnit.h | 81 friend class SBModule; variable
|
| H A D | SBModuleSpec.h | 92 friend class SBModule; variable
|
| H A D | SBFileSpec.h | 72 friend class SBModule; variable
|
| H A D | SBStream.h | 90 friend class SBModule; 84 friend class SBModule; global() variable
|
| H A D | SBFrame.h | 58 lldb::SBModule GetModule() const;
|
| H A D | SBDefines.h | 89 class LLDB_API SBModule; 86 class LLDB_API SBModule; global() variable
|
| H A D | SBValue.h | 444 friend class SBModule; 426 friend class SBModule; global() variable
|
| H A D | SBProcess.h | 592 friend class SBModule; 451 friend class SBModule; global() variable
|
| /freebsd-src/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python.swig | 22 * :py:class:`SBModule`: Represents an executable image and its associated object and symbol 23 files. :py:class:`SBTarget` contains SBModule.
|
| /freebsd-src/contrib/llvm-project/lldb/bindings/ |
| H A D | headers.swig | 49 #include "lldb/API/SBModule.h"
|