Lines Matching defs:llvm
26 /// the given llvm::Module object and output the result as a clover::binary.
32 #include "llvm/util.hpp"
35 #include <llvm/IR/Module.h>
40 namespace llvm {
42 print_module_bitcode(const ::llvm::Module &mod);
45 build_module_library(const ::llvm::Module &mod,
48 std::unique_ptr< ::llvm::Module>
49 parse_module_library(const binary &b, ::llvm::LLVMContext &ctx,
53 build_module_native(::llvm::Module &mod, const target &target,
58 print_module_native(const ::llvm::Module &mod, const target &target);
61 build_module_common(const ::llvm::Module &mod,