Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp1825 std::unique_ptr<LLVMContext> CtxPtr; in print() local
1831 CtxPtr = std::make_unique<LLVMContext>(); in print()
1832 Context = CtxPtr.get(); in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp1725 std::unique_ptr<LLVMContext> CtxPtr; in print() local
1731 CtxPtr = std::make_unique<LLVMContext>(); in print()
1732 Context = CtxPtr.get(); in print()