Home
last modified time | relevance | path

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

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