Searched defs:m_module (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/include/lldb/Symbol/ | ||
H A D | UnwindTable.h | 75 Module &m_module; variable |
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ | ||
H A D | IRForTarget.h | 333 llvm::Module *m_module = nullptr; variable |
H A D | IRDynamicChecks.cpp | 296 llvm::Module &m_module; ///< The module which is being instrumented global() member in Instrumenter |
/llvm-project/lldb/include/lldb/Expression/ | ||
H A D | IRExecutionUnit.h | 371 llvm::Module *m_module; ///< Owned by the execution engine variable |
/llvm-project/lldb/source/Commands/ | ||
H A D | CommandObjectFrame.cpp | 765 std::string m_module; global() member in CommandObjectFrameRecognizerAdd::CommandOptions |