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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 2533     FunctionType *FnTy = GuardCheckFn->getFunctionType();
 2540     if (GuardCheckFn->hasAttribute(1, Attribute::AttrKind::InReg))
 2547         .setCallee(GuardCheckFn->getCallingConv(), FnTy->getReturnType(),
 2548                    getValue(GuardCheckFn), std::move(Args));