HomeSort by: relevance | last modified time | path
    Searched refs:OwnedContext (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
LTOModule.h 47 std::unique_ptr<LLVMContext> OwnedContext;
  /src/external/apache2/llvm/dist/llvm/tools/lto/
lto.cpp 130 : LTOCodeGenerator(*Context), OwnedContext(std::move(Context)) {
134 // Reset the module first in case MergedModule is created in OwnedContext.
141 std::unique_ptr<LLVMContext> OwnedContext;
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOModule.cpp 166 (*Ret)->OwnedContext = std::move(Context);

Completed in 55 milliseconds