Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h47 std::unique_ptr<LLVMContext> OwnedContext; member
/llvm-project-15.0.7/llvm/tools/lto/
H A Dlto.cpp128 : LTOCodeGenerator(*Context), OwnedContext(std::move(Context)) { in LibLTOCodeGenerator()
139 std::unique_ptr<LLVMContext> OwnedContext; member
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOModule.cpp166 (*Ret)->OwnedContext = std::move(Context); in createInLocalContext()