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

/external/llvm/lib/LTO/
H A DLTOModule.cpp60 : OwnedContext(std::move(Context)), IRFile(std::move(Obj)), _target(TM) {}
185 std::unique_ptr<LLVMContext> OwnedContext; local
187 OwnedContext = llvm::make_unique<LLVMContext>();
188 Context = OwnedContext.get();
195 /* ShouldBeLazy */ static_cast<bool>(OwnedContext));
234 if (OwnedContext)
235 Ret.reset(new LTOModule(std::move(IRObj), target, std::move(OwnedContext)));
/external/llvm/include/llvm/LTO/
H A DLTOModule.h48 std::unique_ptr<LLVMContext> OwnedContext; member in struct:llvm::LTOModule
/external/llvm/tools/lto/
H A Dlto.cpp124 : LTOCodeGenerator(*Context), OwnedContext(std::move(Context)) {
127 // Reset the module first in case MergedModule is created in OwnedContext.
132 std::unique_ptr<LLVMContext> OwnedContext; member in struct:__anon12665::LibLTOCodeGenerator

Completed in 181 milliseconds