Searched refs:m_module (Results 1 – 12 of 12) sorted by relevance
/external/lldb/source/Expression/ |
D | IRForTarget.cpp | 103 m_module(NULL), in IRForTarget() 288 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(), in BuildFunctionPointer() 289 … (m_module->getPointerSize() == Module::Pointer64) ? 64 : 32); in BuildFunctionPointer() 423 return DeclForGlobal(global_val, m_module); in DeclForGlobal() 436 ValueSymbolTable& value_symbol_table = m_module->getValueSymbolTable(); in CreateResultVariable() 476 Value *result_value = m_module->getNamedValue(result_name); in CreateResultVariable() 614 GlobalVariable *new_result_global = new GlobalVariable((*m_module), in CreateResultVariable() 628 ConstantInt *new_constant_int = ConstantInt::get(llvm::Type::getInt64Ty(m_module->getContext()), in CreateResultVariable() 638 MDNode *persistent_global_md = MDNode::get(m_module->getContext(), value_ref); in CreateResultVariable() 639 NamedMDNode *named_metadata = m_module->getNamedMetadata("clang.global.decl.ptrs"); in CreateResultVariable() [all …]
|
D | IRDynamicChecks.cpp | 146 m_module(module), in Instrumenter() 282 IntegerType *intptr_ty = llvm::Type::getIntNTy(m_module.getContext(), in BuildPointerValidatorFunc() 283 … (m_module.getPointerSize() == llvm::Module::Pointer64) ? 64 : 32); in BuildPointerValidatorFunc() 291 …FunctionType *fun_ty = FunctionType::get(llvm::Type::getVoidTy(m_module.getContext()), params, tru… in BuildPointerValidatorFunc() 309 IntegerType *intptr_ty = llvm::Type::getIntNTy(m_module.getContext(), in BuildObjectCheckerFunc() 310 … (m_module.getPointerSize() == llvm::Module::Pointer64) ? 64 : 32); in BuildObjectCheckerFunc() 319 …FunctionType *fun_ty = FunctionType::get(llvm::Type::getVoidTy(m_module.getContext()), params, tru… in BuildObjectCheckerFunc() 328 m_i8ptr_ty = llvm::Type::getInt8PtrTy(m_module.getContext()); in GetI8PtrTy() 337 llvm::Module &m_module; ///< The module which is being instrumented member in Instrumenter
|
D | IRExecutionUnit.cpp | 36 m_module(m_module_ap.get()), in IRExecutionUnit() 275 m_module->print(oss, NULL); in GetRunnableInfo() 282 llvm::Triple triple(m_module->getTargetTriple()); in GetRunnableInfo() 283 llvm::Function *function = m_module->getFunction (m_name.AsCString()); in GetRunnableInfo()
|
/external/lldb/include/lldb/Expression/ |
D | IRExecutionUnit.h | 82 return m_module; in GetModule() 87 if (m_module) in GetFunction() 88 return m_module->getFunction (m_name.AsCString()); in GetFunction() 482 … llvm::Module *m_module; ///< Owned by the execution engine variable
|
D | IRForTarget.h | 646 …llvm::Module *m_module; ///< The module being processe… variable
|
/external/chromium_org/third_party/cython/src/Cython/Utility/ |
D | CythonFunction.c | 406 …{(char *) "__module__", T_OBJECT, offsetof(__pyx_CyFunctionObject, func.m_module), PY_WRITE_RESTRI… 438 op->func.m_module = module; 464 Py_CLEAR(m->func.m_module); 502 Py_VISIT(m->func.m_module); 821 ((PyCFunctionObject *) func)->m_module,
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | ProcessPOSIX.h | 181 lldb_private::Module *m_module; variable
|
D | ProcessPOSIX.cpp | 77 m_module(NULL), in ProcessPOSIX() 246 m_module = module; in DoLaunch()
|
/external/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessMonitor.h | 237 lldb_private::Module *m_module; // The executable image to launch. member
|
D | ProcessMonitor.cpp | 664 m_module(module), in LaunchArgs()
|
/external/lldb/source/Plugins/Process/Linux/ |
D | ProcessMonitor.h | 229 lldb_private::Module *m_module; // The executable image to launch. member
|
D | ProcessMonitor.cpp | 896 m_module(module), in LaunchArgs()
|