HomeSort by relevance Sort by last modified time
    Searched refs:_module (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/lto/
LTOModule.h 71 llvm::Module * getLLVVMModule() { return _module.get(); }
114 llvm::OwningPtr<llvm::Module> _module; member in struct:LTOModule
LTOModule.cpp 85 : _module(m), _target(t)
178 return _module->getTargetTriple().c_str();
182 _module->setTargetTriple(triple);
617 const std::string &inlineAsm = _module->getModuleInlineAsm();
678 for (Module::iterator f = _module->begin(); f != _module->end(); ++f) {
686 for (Module::global_iterator v = _module->global_begin(),
687 e = _module->global_end(); v != e; ++v) {
699 for (Module::alias_iterator i = _module->alias_begin(),
700 e = _module->alias_end(); i != e; ++i)
    [all...]

Completed in 815 milliseconds