Home | History | Annotate | Download | only in lto

Lines Matching refs:Module

21 #include "llvm/IR/Module.h"
144 LTOModule::LTOModule(llvm::Module *m, llvm::TargetMachine *t)
259 OwningPtr<Module> m(getLazyBitcodeModule(buffer, getGlobalContext(),
271 // find machine architecture for this module
276 // construct LTOModule, hand over ownership of module and target
527 /// addAsmGlobalSymbol - Add a global symbol from module-level ASM to the
542 // FIXME: This is trying to take care of module ASM like this:
544 // module asm ".zerofill __FOO, __foo, _bar_baz_qux, 0"
571 /// addAsmGlobalSymbolUndef - Add a global symbol from module-level ASM to the
800 /// addAsmGlobalSymbols - Add global symbols from module-level ASM to the
857 /// parseSymbols - Parse the symbols from the module and model-level ASM and add
861 for (Module::iterator f = _module->begin(), e = _module->end(); f != e; ++f) {
869 for (Module::global_iterator v = _module->global_begin(),
882 for (Module::alias_iterator a = _module->alias_begin(),