Lines Matching refs:Module
20 #include "llvm/IR/Module.h"
50 llvm::OwningPtr<llvm::Module> _module;
63 LTOModule(llvm::Module *m, llvm::TargetMachine *t);
91 /// getTargetTriple - Return the Module's target triple.
96 /// setTargetTriple - Set the Module's target triple.
121 /// getLLVVMModule - Return the Module.
122 llvm::Module *getLLVVMModule() { return _module.get(); }
134 /// parseSymbols - Parse the symbols from the module and model-level ASM and
151 /// addAsmGlobalSymbols - Add global symbols from module-level ASM to the
155 /// addAsmGlobalSymbol - Add a global symbol from module-level ASM to the
159 /// addAsmGlobalSymbolUndef - Add a global symbol from module-level ASM to