Home
last modified time | relevance | path

Searched refs:llvm_module (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h123 bool runOnModule(llvm::Module &llvm_module) override;
H A DIRForTarget.cpp2040 bool IRForTarget::runOnModule(Module &llvm_module) { in runOnModule() argument
2044 m_module = &llvm_module; in runOnModule()