Searched refs:OwnedContext (Results 1 – 3 of 3) sorted by relevance
60 : OwnedContext(std::move(Context)), IRFile(std::move(Obj)), _target(TM) {} in LTOModule()185 std::unique_ptr<LLVMContext> OwnedContext; in makeLTOModule() local187 OwnedContext = llvm::make_unique<LLVMContext>(); in makeLTOModule()188 Context = OwnedContext.get(); in makeLTOModule()195 /* ShouldBeLazy */ static_cast<bool>(OwnedContext)); in makeLTOModule()234 if (OwnedContext) in makeLTOModule()235 Ret.reset(new LTOModule(std::move(IRObj), target, std::move(OwnedContext))); in makeLTOModule()
124 : LTOCodeGenerator(*Context), OwnedContext(std::move(Context)) { in LibLTOCodeGenerator()132 std::unique_ptr<LLVMContext> OwnedContext; member
48 std::unique_ptr<LLVMContext> OwnedContext; member