Searched defs:GetModule (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleChild.cpp24 lldb::ModuleSP ModuleChild::GetModule() const { return m_module_wp.lock(); } function in class:ModuleChild
H A DValueObjectMemory.cpp228 lldb::ModuleSP ValueObjectMemory::GetModule() { return m_address.GetModule(); } function in class:ValueObjectMemory
H A DValueObjectVariable.cpp243 lldb::ModuleSP ValueObjectVariable::GetModule() { function in class:ValueObjectVariable
H A DAddress.cpp282 ModuleSP Address::GetModule() const { function in class:Address
[all...]
H A DValueObject.cpp3186 ModuleSP ValueObject::GetModule() { function in class:ValueObject
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp84 lldb::ModuleSP DWARFBaseDIE::GetModule() const { function in class:DWARFBaseDIE
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp98 llvm::Module *GetModule() { function in class:__anon2966::CodeGeneratorImpl
312 llvm::Module *CodeGenerator::GetModule() { function in class:CodeGenerator
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h71 llvm::Module *GetModule() { return m_module; } function in class:lldb_private::IRExecutionUnit
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBAddress.cpp219 SBModule SBAddress::GetModule() { function in class:SBAddress
H A DSBSymbolContext.cpp69 SBModule SBSymbolContext::GetModule() { function in class:SBSymbolContext
H A DSBFrame.cpp137 SBModule SBFrame::GetModule() const { function in class:SBFrame
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp720 ModuleSP Type::GetModule() { function in class:Type

Completed in 202 milliseconds