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

  /external/llvm/tools/lto/
lto.cpp 72 static LLVMContext *LTOContext = nullptr;
106 LTOContext = &Context;
107 LTOContext->setDiagnosticHandler(diagnosticHandler, nullptr, true);
123 LibLTOCodeGenerator() : LTOCodeGenerator(*LTOContext) { init(); }
210 LTOModule::createFromFile(*LTOContext, path, Options);
220 LTOModule::createFromOpenFile(*LTOContext, fd, path, size, Options);
233 *LTOContext, fd, path, map_size, offset, Options);
243 LTOModule::createFromBuffer(*LTOContext, mem, length, Options);
255 LTOModule::createFromBuffer(*LTOContext, mem, length, Options, path);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
lto.cpp 76 static LLVMContext *LTOContext = nullptr;
113 LTOContext = &Context;
114 LTOContext->setDiagnosticHandler(
131 LibLTOCodeGenerator() : LTOCodeGenerator(*LTOContext) { init(); }
223 LTOModule::createFromFile(*LTOContext, StringRef(path), Options);
233 *LTOContext, fd, StringRef(path), size, Options);
246 *LTOContext, fd, StringRef(path), map_size, offset, Options);
256 LTOModule::createFromBuffer(*LTOContext, mem, length, Options);
268 *LTOContext, mem, length, Options, StringRef(path));

Completed in 1008 milliseconds