Searched refs:needsFixedCatchObjects (Results 1 – 6 of 6) sorted by relevance
152 if (Iter != CatchObjects.end() && TLI->needsFixedCatchObjects()) { in set()
478 bool needsFixedCatchObjects() const override;
28600 bool AArch64TargetLowering::needsFixedCatchObjects() const { return true; } in needsFixedCatchObjects() function in AArch64TargetLowering
1580 bool needsFixedCatchObjects() const override;
28354 bool X86TargetLowering::needsFixedCatchObjects() const { in needsFixedCatchObjects() function in X86TargetLowering
2073 virtual bool needsFixedCatchObjects() const { in needsFixedCatchObjects() function