Home | History | Annotate | Download | only in lto

Lines Matching full:_module

85   : _module(m), _target(t)
180 return _module->getTargetTriple().c_str();
184 _module->setTargetTriple(triple);
618 const std::string &inlineAsm = _module->getModuleInlineAsm();
672 for (Module::iterator f = _module->begin(); f != _module->end(); ++f) {
680 for (Module::global_iterator v = _module->global_begin(),
681 e = _module->global_end(); v != e; ++v) {
693 for (Module::alias_iterator i = _module->alias_begin(),
694 e = _module->alias_end(); i != e; ++i) {