HomeSort by relevance Sort by last modified time
    Searched refs:OwnedContext (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/LTO/legacy/
LTOModule.h 46 std::unique_ptr<LLVMContext> OwnedContext;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
LTOModule.h 47 std::unique_ptr<LLVMContext> OwnedContext;
  /external/llvm/tools/lto/
lto.cpp 125 : LTOCodeGenerator(*Context), OwnedContext(std::move(Context)) {
129 // Reset the module first in case MergedModule is created in OwnedContext.
136 std::unique_ptr<LLVMContext> OwnedContext;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
lto.cpp 133 : LTOCodeGenerator(*Context), OwnedContext(std::move(Context)) {
137 // Reset the module first in case MergedModule is created in OwnedContext.
144 std::unique_ptr<LLVMContext> OwnedContext;
  /external/llvm/lib/LTO/
LTOModule.cpp 164 (*Ret)->OwnedContext = std::move(Context);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
LTOModule.cpp 164 (*Ret)->OwnedContext = std::move(Context);

Completed in 67 milliseconds