Lines Matching defs:selector
285 // ObjC EH selector entries are always global variables with
296 // ObjC EH selector entries are always global variables with
374 /// Returns the value to inject into a selector to indicate the
557 // Load the selector value.
558 llvm::Value *selector = CGF.getSelectorFromSlot();
563 CGF.Builder.CreateICmpSLT(selector, zero, "ehspec.fails");
1007 // one big catchpad, within which we use Itanium's landingpad-style selector
1028 // provide exception and selector values.
1046 // exception and selector.
1145 // Load the selector value.
1146 llvm::Value *selector = CGF.getSelectorFromSlot();
1191 CGF.Builder.CreateICmpEQ(selector, typeIndex, "matches");