Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindTable.h75 Module &m_module; variable
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h333 llvm::Module *m_module = nullptr; variable
H A DIRDynamicChecks.cpp296 llvm::Module &m_module; ///< The module which is being instrumented global() member in Instrumenter
/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h371 llvm::Module *m_module; ///< Owned by the execution engine variable
/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp765 std::string m_module; global() member in CommandObjectFrameRecognizerAdd::CommandOptions