Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineInstr.cpp1501 std::unique_ptr<LLVMContext> CtxPtr; in print() local
1507 CtxPtr = llvm::make_unique<LLVMContext>(); in print()
1508 Context = CtxPtr.get(); in print()