Searched refs:LTOContext (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/lto/ |
D | lto.cpp | 72 static LLVMContext *LTOContext = nullptr; variable 106 LTOContext = &Context; in lto_initialize() 107 LTOContext->setDiagnosticHandler(diagnosticHandler, nullptr, true); in lto_initialize() 123 LibLTOCodeGenerator() : LTOCodeGenerator(*LTOContext) { init(); } in LibLTOCodeGenerator() 210 LTOModule::createFromFile(*LTOContext, path, Options); in lto_module_create() 220 LTOModule::createFromOpenFile(*LTOContext, fd, path, size, Options); in lto_module_create_from_fd() 233 *LTOContext, fd, path, map_size, offset, Options); in lto_module_create_from_fd_at_offset() 243 LTOModule::createFromBuffer(*LTOContext, mem, length, Options); in lto_module_create_from_memory() 255 LTOModule::createFromBuffer(*LTOContext, mem, length, Options, path); in lto_module_create_from_memory_with_path()
|