Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h91 DenseMap<const Value *, Register> CatchPadExceptionPointers; variable
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp546 auto I = CatchPadExceptionPointers.insert({CPI, 0}); in getCatchPadExceptionPointerVReg()