reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/FunctionLoweringInfo.h
  279   unsigned getCatchPadExceptionPointerVReg(const Value *CPI,

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 6700     unsigned VReg = FuncInfo.getCatchPadExceptionPointerVReg(CPI, PtrRC);
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
 1245         unsigned VReg = FuncInfo->getCatchPadExceptionPointerVReg(CPI, PtrRC);