Home
last modified time | relevance | path

Searched defs:m_module (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/src/System/
DGrallocAndroid.hpp46 const gralloc_module_t *m_module; member in GrallocModule
/external/swiftshader/src/Common/
DGrallocAndroid.hpp46 const gralloc_module_t *m_module; member in GrallocModule
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.h150 const RSModuleDescriptor *m_module; member
162 const RSModuleDescriptor *m_module; member
172 : m_module(module), m_reduce_name(name), m_init_name(init_name), in m_module() function
181 const RSModuleDescriptor *m_module; member
232 const lldb::ModuleSP m_module; variable
/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindTable.h70 Module &m_module; variable
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.h185 lldb_private::Module *m_module; variable
DProcessMonitor.h225 lldb_private::Module *m_module; // The executable image to launch. member
/external/python/cpython3/Include/cpython/
Dmethodobject.h27 PyObject *m_module; /* The __module__ attribute, can be anything */ member
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRForTarget.h431 llvm::Module *m_module; ///< The module being processed, or NULL if that has variable
DIRDynamicChecks.cpp299 llvm::Module &m_module; ///< The module which is being instrumented member in Instrumenter
/external/python/cpython2/Include/
Dmethodobject.h85 PyObject *m_module; /* The __module__ attribute, can be anything */ member
/external/llvm-project/lldb/include/lldb/Expression/
DIRExecutionUnit.h377 llvm::Module *m_module; ///< Owned by the execution engine variable
/external/llvm-project/lldb/source/Commands/
DCommandObjectFrame.cpp781 std::string m_module; member in CommandObjectFrameRecognizerAdd::CommandOptions