Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2051 std::unique_ptr<LLVMContext> CtxPtr; in print() local
2057 CtxPtr = std::make_unique<LLVMContext>(); in print()
2058 Context = CtxPtr.get(); in print()