Home
last modified time | relevance | path

Searched defs:GetModule (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleChild.cpp24 lldb::ModuleSP ModuleChild::GetModule() const { return m_module_wp.lock(); } in GetModule() function in ModuleChild
H A DValueObjectMemory.cpp236 lldb::ModuleSP ValueObjectMemory::GetModule() { return m_address.GetModule(); } in GetModule() function in ValueObjectMemory
H A DValueObjectVariable.cpp334 lldb::ModuleSP ValueObjectVariable::GetModule() { in GetModule() function in ValueObjectVariable
H A DAddress.cpp285 ModuleSP Address::GetModule() const { in GetModule() function in Address
H A DValueObject.cpp3662 ModuleSP ValueObject::GetModule() { in GetModule() function in ValueObject
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp84 lldb::ModuleSP DWARFBaseDIE::GetModule() const { in GetModule() function in DWARFBaseDIE
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp101 llvm::Module *GetModule() { in GetModule() function in __anonbec9d48b0111::CodeGeneratorImpl
332 llvm::Module *CodeGenerator::GetModule() { in GetModule() function in CodeGenerator
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSymbolContext.cpp54 SBModule SBSymbolContext::GetModule() { in GetModule() function in SBSymbolContext
H A DSBAddress.cpp203 SBModule SBAddress::GetModule() { in GetModule() function in SBAddress
H A DSBType.cpp611 lldb::SBModule SBType::GetModule() { in GetModule() function in SBType
H A DSBFrame.cpp135 SBModule SBFrame::GetModule() const { in GetModule() function in SBFrame
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h71 llvm::Module *GetModule() { return m_module; } in GetModule() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp827 ModuleSP Type::GetModule() { in GetModule() function in Type
1031 ModuleSP TypeImpl::GetModule() const { in GetModule() function in TypeImpl