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

  /external/llvm/tools/lto/
LTOModule.h 50 llvm::OwningPtr<llvm::Module> _module; member in struct:LTOModule
94 return _module->getTargetTriple().c_str();
99 _module->setTargetTriple(triple);
123 llvm::Module *getLLVVMModule() { return _module.get(); }
LTOModule.cpp 159 : _module(m), _target(t),
818 const std::string &inlineAsm = _module->getModuleInlineAsm();
876 for (Module::iterator f = _module->begin(), e = _module->end(); f != e; ++f) {
884 for (Module::global_iterator v = _module->global_begin(),
885 e = _module->global_end(); v != e; ++v) {
897 for (Module::alias_iterator a = _module->alias_begin(),
898 e = _module->alias_end(); a != e; ++a) {
  /external/llvm/docs/
ProgrammersManual.rst     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]

Completed in 1060 milliseconds