Lines Matching refs:SBModule
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()
91 bool SBModule::IsFileBacked() const { in IsFileBacked()
105 SBFileSpec SBModule::GetFileSpec() const { in GetFileSpec()
116 lldb::SBFileSpec SBModule::GetPlatformFileSpec() const { in GetPlatformFileSpec()
127 bool SBModule::SetPlatformFileSpec(const lldb::SBFileSpec &platform_file) { in SetPlatformFileSpec()
141 lldb::SBFileSpec SBModule::GetRemoteInstallFileSpec() { in GetRemoteInstallFileSpec()
151 bool SBModule::SetRemoteInstallFileSpec(lldb::SBFileSpec &file) { in SetRemoteInstallFileSpec()
162 const uint8_t *SBModule::GetUUIDBytes() const { in GetUUIDBytes()
173 const char *SBModule::GetUUIDString() const { in GetUUIDString()
193 bool SBModule::operator==(const SBModule &rhs) const { in operator ==()
201 bool SBModule::operator!=(const SBModule &rhs) const { in operator !=()
209 ModuleSP SBModule::GetSP() const { return m_opaque_sp; } in GetSP()
211 void SBModule::SetSP(const ModuleSP &module_sp) { m_opaque_sp = module_sp; } in SetSP()
213 SBAddress SBModule::ResolveFileAddress(lldb::addr_t vm_addr) { in ResolveFileAddress()
227 SBModule::ResolveSymbolContextForAddress(const SBAddress &addr, in ResolveSymbolContextForAddress()
239 bool SBModule::GetDescription(SBStream &description) { in GetDescription()
253 uint32_t SBModule::GetNumCompileUnits() { in GetNumCompileUnits()
263 SBCompileUnit SBModule::GetCompileUnitAtIndex(uint32_t index) { in GetCompileUnitAtIndex()
275 SBSymbolContextList SBModule::FindCompileUnits(const SBFileSpec &sb_file_spec) { in FindCompileUnits()
292 size_t SBModule::GetNumSymbols() { in GetNumSymbols()
301 SBSymbol SBModule::GetSymbolAtIndex(size_t idx) { in GetSymbolAtIndex()
312 lldb::SBSymbol SBModule::FindSymbol(const char *name, in FindSymbol()
328 lldb::SBSymbolContextList SBModule::FindSymbols(const char *name, in FindSymbols()
356 size_t SBModule::GetNumSections() { in GetNumSections()
370 SBSection SBModule::GetSectionAtIndex(size_t idx) { in GetSectionAtIndex()
386 lldb::SBSymbolContextList SBModule::FindFunctions(const char *name, in FindFunctions()
404 SBValueList SBModule::FindGlobalVariables(SBTarget &target, const char *name, in FindGlobalVariables()
426 lldb::SBValue SBModule::FindFirstGlobalVariable(lldb::SBTarget &target, in FindFirstGlobalVariable()
436 lldb::SBType SBModule::FindFirstType(const char *name_cstr) { in FindFirstType()
462 lldb::SBType SBModule::GetBasicType(lldb::BasicType type) { in GetBasicType()
479 lldb::SBTypeList SBModule::FindTypes(const char *type) { in FindTypes()
509 lldb::SBType SBModule::GetTypeByID(lldb::user_id_t uid) { in GetTypeByID()
523 lldb::SBTypeList SBModule::GetTypes(uint32_t type_mask) { in GetTypes()
542 SBSection SBModule::FindSection(const char *sect_name) { in FindSection()
563 lldb::ByteOrder SBModule::GetByteOrder() { in GetByteOrder()
572 const char *SBModule::GetTriple() { in GetTriple()
587 uint32_t SBModule::GetAddressByteSize() { in GetAddressByteSize()
596 uint32_t SBModule::GetVersion(uint32_t *versions, uint32_t num_versions) { in GetVersion()
624 lldb::SBFileSpec SBModule::GetSymbolFileSpec() const { in GetSymbolFileSpec()
636 lldb::SBAddress SBModule::GetObjectFileHeaderAddress() const { in GetObjectFileHeaderAddress()
649 lldb::SBAddress SBModule::GetObjectFileEntryPointAddress() const { in GetObjectFileEntryPointAddress()
662 uint32_t SBModule::GetNumberAllocatedModules() { in GetNumberAllocatedModules()
668 void SBModule::GarbageCollectAllocatedModules() { in GarbageCollectAllocatedModules()