Home
last modified time | relevance | path

Searched refs:OwnedContext (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/LTO/
DLTOModule.cpp60 : OwnedContext(std::move(Context)), IRFile(std::move(Obj)), _target(TM) {} in LTOModule()
185 std::unique_ptr<LLVMContext> OwnedContext; in makeLTOModule() local
187 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()
/external/llvm/tools/lto/
Dlto.cpp124 : LTOCodeGenerator(*Context), OwnedContext(std::move(Context)) { in LibLTOCodeGenerator()
132 std::unique_ptr<LLVMContext> OwnedContext; member
/external/llvm/include/llvm/LTO/
DLTOModule.h48 std::unique_ptr<LLVMContext> OwnedContext; member