Searched defs:m_module (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.h181 lldb_private::Module *m_module; member in class:ProcessPOSIX
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.h237 lldb_private::Module *m_module; // The executable image to launch. member in struct:ProcessMonitor::LaunchArgs
/external/lldb/include/lldb/Expression/
H A DIRForTarget.h646 llvm::Module *m_module; ///< The module being processed, or NULL if that has not been determined yet. member in class:IRForTarget
H A DIRExecutionUnit.h82 return m_module;
87 if (m_module)
88 return m_module->getFunction (m_name.AsCString());
482 llvm::Module *m_module; ///< Owned by the execution engine member in class:lldb_private::IRExecutionUnit
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.h229 lldb_private::Module *m_module; // The executable image to launch. member in struct:ProcessMonitor::LaunchArgs
/external/lldb/source/Expression/
H A DIRDynamicChecks.cpp146 m_module(module),
282 IntegerType *intptr_ty = llvm::Type::getIntNTy(m_module.getContext(),
283 (m_module.getPointerSize() == llvm::Module::Pointer64) ? 64 : 32);
291 FunctionType *fun_ty = FunctionType::get(llvm::Type::getVoidTy(m_module.getContext()), params, true);
309 IntegerType *intptr_ty = llvm::Type::getIntNTy(m_module.getContext(),
310 (m_module.getPointerSize() == llvm::Module::Pointer64) ? 64 : 32);
319 FunctionType *fun_ty = FunctionType::get(llvm::Type::getVoidTy(m_module.getContext()), params, true);
328 m_i8ptr_ty = llvm::Type::getInt8PtrTy(m_module.getContext());
337 llvm::Module &m_module; ///< The module which is being instrumented member in class:Instrumenter

Completed in 129 milliseconds