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

  /external/llvm/tools/lto/
LTOModule.h 121 /// getLLVVMModule - Return the Module.
122 llvm::Module *getLLVVMModule() { return _module.get(); }
LTOCodeGenerator.cpp 84 bool ret = _linker.LinkInModule(mod->getLLVVMModule(), &errMsg);

Completed in 41 milliseconds