Home
last modified time | relevance | path

Searched refs:m_module (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Symbol/
H A DUnwindTable.cpp33 : m_module(module), m_unwinds(), m_initialized(false), m_mutex(), in UnwindTable()
49 ObjectFile *object_file = m_module.GetObjectFile(); in Initialize()
55 SectionList *sl = m_module.GetSectionList(); in Initialize()
167 s.Format("UnwindTable for '{0}':\n", m_module.GetFileSpec()); in Dump()
202 SymbolFile *UnwindTable::GetSymbolFile() { return m_module.GetSymbolFile(); } in GetSymbolFile()
204 ArchSpec UnwindTable::GetArchitecture() { return m_module.GetArchitecture(); } in GetArchitecture()
207 if (ObjectFile *object_file = m_module.GetObjectFile()) in GetAllowAssemblyEmulationUnwindPlans()
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp151 return DeclForGlobal(global_val, m_module); in DeclForGlobal()
409 Type *i8_ty = Type::getInt8Ty(m_module->getContext()); in RewriteObjCConstString()
1686 LLVMContext &context(m_module->getContext()); in ReplaceVariables()
1784 m_module = &llvm_module; in runOnModule()
1793 m_module->print(oss, nullptr); in runOnModule()
1825 (*m_module), int8_ty, false /* IsConstant */, in runOnModule()
1848 m_module->print(oss, nullptr); in runOnModule()
1855 for (llvm::Function &function : *m_module) { in runOnModule()
1896 for (llvm::Function &function : *m_module) { in runOnModule()
1917 for (llvm::Function &function : *m_module) { in runOnModule()
[all …]
H A DIRDynamicChecks.cpp140 : m_module(module), m_checker_function(checker_function) {} in Instrumenter()
246 llvm::Type::getVoidTy(m_module.getContext()), params, true); in BuildPointerValidatorFunc()
270 llvm::Type::getVoidTy(m_module.getContext()), params, true); in BuildObjectCheckerFunc()
279 m_i8ptr_ty = llvm::Type::getInt8PtrTy(m_module.getContext()); in GetI8PtrTy()
286 llvm::DataLayout data_layout(&m_module); in GetIntptrTy()
288 m_intptr_ty = llvm::Type::getIntNTy(m_module.getContext(), in GetIntptrTy()
299 llvm::Module &m_module; ///< The module which is being instrumented member in Instrumenter
H A DIRForTarget.h416 llvm::Module *m_module = nullptr; variable
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h146 : m_module(module), m_name(name), m_slot(slot) {} in RSKernelDescriptor()
150 const RSModuleDescriptor *m_module; member
158 : m_module(module), m_name(name) {} in RSGlobalDescriptor()
162 const RSModuleDescriptor *m_module; member
172 : m_module(module), m_reduce_name(name), m_init_name(init_name), in m_module() function
182 const RSModuleDescriptor *m_module; member
223 RSModuleDescriptor(const lldb::ModuleSP &module) : m_module(module) {} in RSModuleDescriptor()
233 const lldb::ModuleSP m_module; variable
H A DRenderScriptRuntime.cpp847 if (module_desc->m_module != module) in SearchCallback()
1625 const ModuleSP module = rsmodule_sp->m_module; in FixupScriptDetails()
2235 module_sp->m_module->FindGlobalVariables( in FindStructTypeName()
2744 if (rs_module->m_module == module_sp) { in LoadModule()
2962 assert(m_module); in ParseRSInfo()
2974 const FileSpec fs = m_module->GetFileSpec(); in ParseRSInfo()
2987 m_module->GetFileSpec().GetPath().c_str(), in ParseRSInfo()
3889 m_module->GetFileSpec().Dump(strm.AsRawOstream()); in Dump()
3890 strm.Indent(m_module->GetNumCompileUnits() ? "Debug info loaded." in Dump()
3939 m_module->m_module->FindGlobalVariables(m_name, CompilerDeclContext(), 1U, in Dump()
[all …]
/openbsd/gnu/llvm/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h71 llvm::Module *GetModule() { return m_module; } in GetModule()
74 return ((m_module != nullptr) ? m_module->getFunction(m_name.GetStringRef()) in GetFunction()
371 llvm::Module *m_module; ///< Owned by the execution engine variable
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp92 index.m_module.GetSymbolFile()->GetBackingSymbolFile())), in DIERefCallbackImpl()
103 m_module.ReportErrorIfModifyDetected( in ReportInvalidDIERef()
H A DDWARFIndex.h25 DWARFIndex(Module &module) : m_module(module) {} in DWARFIndex()
70 Module &m_module;
H A DAppleDWARFIndex.cpp139 m_module.LogMessage(log, "FindByNameAndTagAndQualifiedNameHash()"); in GetTypes()
162 m_module.LogMessage(log, "FindByNameAndTag()"); in GetTypes()
H A DManualDWARFIndex.cpp71 m_module.GetDescription(module_desc.AsRawOstream(), in Index()
145 m_module.LogMessage( in IndexUnit()
493 m_module.GetArchitecture().GetArchitectureName(), in Dump()
494 m_module.GetObjectFile()->GetFileSpec()); in Dump()
H A DDebugNamesDWARFIndex.cpp70 m_module.GetSymbolFile()->GetBackingSymbolFile()); in ProcessEntry()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp757 m_module = std::string(option_arg); in SetOptionValue()
773 m_module = ""; in OptionParsingStarting()
786 std::string m_module; member in CommandObjectFrameRecognizerAdd::CommandOptions
862 if (m_options.m_module.empty()) { in DoExecute()
895 RegularExpressionSP(new RegularExpression(m_options.m_module)); in DoExecute()
901 auto module = ConstString(m_options.m_module); in DoExecute()
/openbsd/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp51 m_module_up(module_up.release()), m_module(m_module_up.get()), in IRExecutionUnit()
270 m_module->print(oss, nullptr); in GetRunnableInfo()
281 llvm::Triple triple(m_module->getTargetTriple()); in GetRunnableInfo()
354 for (llvm::Function &function : *m_module) { in GetRunnableInfo()
409 for (llvm::GlobalVariable &global_var : m_module->getGlobalList()) { in GetRunnableInfo()
413 for (llvm::GlobalAlias &global_alias : m_module->getAliasList()) { in GetRunnableInfo()
903 m_module->getNamedGlobal("llvm.global_ctors"); in GetStaticInitializers()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DUnwindTable.h71 Module &m_module; variable