Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp153 return DeclForGlobal(global_val, m_module); in DeclForGlobal()
1921 LLVMContext &context(m_module->getContext()); in ReplaceVariables()
2044 m_module = &llvm_module; in runOnModule()
2045 m_target_data.reset(new DataLayout(m_module)); in runOnModule()
2053 m_module->print(oss, NULL); in runOnModule()
2088 (*m_module), int8_ty, false /* IsConstant */, in runOnModule()
2112 m_module->print(oss, NULL); in runOnModule()
2120 for (Module::iterator fi = m_module->begin(), fe = m_module->end(); fi != fe; in runOnModule()
2173 for (Module::iterator fi = m_module->begin(), fe = m_module->end(); fi != fe; in runOnModule()
2201 for (Module::iterator fi = m_module->begin(), fe = m_module->end(); fi != fe; in runOnModule()
[all …]
H A DIRForTarget.h552 llvm::Module *m_module; ///< The module being processed, or NULL if that has variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRDynamicChecks.cpp143 : m_module(module), m_checker_functions(checker_functions), in Instrumenter()
266 llvm::Type::getVoidTy(m_module.getContext()), params, true); in BuildPointerValidatorFunc()
292 llvm::Type::getVoidTy(m_module.getContext()), params, true); in BuildObjectCheckerFunc()
301 m_i8ptr_ty = llvm::Type::getInt8PtrTy(m_module.getContext()); in GetI8PtrTy()
308 llvm::DataLayout data_layout(&m_module); in GetIntptrTy()
310 m_intptr_ty = llvm::Type::getIntNTy(m_module.getContext(), in GetIntptrTy()
321 llvm::Module &m_module; ///< The module which is being instrumented member in Instrumenter
H A DIRExecutionUnit.cpp47 m_module_ap(module_ap.release()), m_module(m_module_ap.get()), in IRExecutionUnit()
255 m_module->print(oss, NULL); in GetRunnableInfo()
262 llvm::Triple triple(m_module->getTargetTriple()); in GetRunnableInfo()
337 for (llvm::Function &function : *m_module) { in GetRunnableInfo()
393 for (llvm::GlobalVariable &global_var : m_module->getGlobalList()) { in GetRunnableInfo()
397 for (llvm::GlobalAlias &global_alias : m_module->getAliasList()) { in GetRunnableInfo()
974 m_module->getNamedGlobal("llvm.global_ctors")) { in GetStaticInitializers()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h142 : m_module(module), m_name(name), m_slot(slot) {} in RSKernelDescriptor()
146 const RSModuleDescriptor *m_module; member
154 : m_module(module), m_name(name) {} in RSGlobalDescriptor()
158 const RSModuleDescriptor *m_module; member
168 : m_module(module), m_reduce_name(name), m_init_name(init_name), in m_module() function
177 const RSModuleDescriptor *m_module; member
218 RSModuleDescriptor(const lldb::ModuleSP &module) : m_module(module) {} in RSModuleDescriptor()
228 const lldb::ModuleSP m_module; variable
H A DRenderScriptRuntime.cpp857 if (module_desc->m_module != module) in SearchCallback()
1679 const ModuleSP module = rsmodule_sp->m_module; in FixupScriptDetails()
2320 module_sp->m_module->FindGlobalVariables( in FindStructTypeName()
2845 if (rs_module->m_module == module_sp) { in LoadModule()
3064 assert(m_module); in ParseRSInfo()
3076 const FileSpec fs = m_module->GetFileSpec(); in ParseRSInfo()
3090 m_module->GetFileSpec().GetCString(), in ParseRSInfo()
4016 m_module->GetFileSpec().Dump(&strm); in Dump()
4017 strm.Indent(m_module->GetNumCompileUnits() ? "Debug info loaded." in Dump()
4066 m_module->m_module->FindGlobalVariables(m_name, nullptr, 1U, var_list); in Dump()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h78 llvm::Module *GetModule() { return m_module; } in GetModule()
81 return ((m_module != nullptr) ? m_module->getFunction(m_name.AsCString()) in GetFunction()
401 llvm::Module *m_module; ///< Owned by the execution engine variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp121 m_module.LogMessage(log, "FindByNameAndTagAndQualifiedNameHash()"); in GetTypes()
126 m_module.LogMessage(log, "FindByNameAndTag()"); in GetTypes()
161 m_module.ReportErrorIfModifyDetected( in ReportInvalidDIEOffset()
H A DDWARFIndex.h24 DWARFIndex(Module &module) : m_module(module) {} in DWARFIndex()
56 Module &m_module;
H A DManualDWARFIndex.cpp99 m_module.LogMessage( in IndexUnit()
470 m_module.GetArchitecture().GetArchitectureName(), in Dump()
471 m_module.GetObjectFile()->GetFileSpec()); in Dump()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp784 m_module = std::string(option_arg); in SetOptionValue()
802 m_module = ""; in OptionParsingStarting()
814 std::string m_module; member in CommandObjectFrameRecognizerAdd::CommandOptions
890 if (m_options.m_module.empty()) { in DoExecute()
918 RegularExpressionSP(new RegularExpression(m_options.m_module)); in DoExecute()
923 auto module = ConstString(m_options.m_module); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.h226 lldb_private::Module *m_module; // The executable image to launch. member
H A DProcessFreeBSD.h194 lldb_private::Module *m_module; variable
H A DProcessFreeBSD.cpp261 m_byte_order(endian::InlHostByteOrder()), m_monitor(NULL), m_module(NULL), in ProcessFreeBSD()
410 m_module = module; in DoLaunch()
H A DProcessMonitor.cpp700 : OperationArgs(monitor), m_module(module), m_argv(argv), in LaunchArgs()