Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindTable.h71 Module &m_module; global() variable
/freebsd-src/contrib/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 member in Instrumenter
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h371 llvm::Module *m_module; ///< Owned by the execution engine variable
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp809 std::string m_module; global() member in CommandObjectFrameRecognizerAdd::CommandOptions