Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A 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
182 const RSModuleDescriptor *m_module; member
233 const lldb::ModuleSP m_module; variable
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DUnwindTable.h71 Module &m_module; variable
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h416 llvm::Module *m_module = nullptr; variable
H A DIRDynamicChecks.cpp299 llvm::Module &m_module; ///< The module which is being instrumented member in Instrumenter
/openbsd/gnu/llvm/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h371 llvm::Module *m_module; ///< Owned by the execution engine variable
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp786 std::string m_module; member in CommandObjectFrameRecognizerAdd::CommandOptions