Home
last modified time | relevance | path

Searched refs:needsFixedCatchObjects (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp152 if (Iter != CatchObjects.end() && TLI->needsFixedCatchObjects()) { in set()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h478 bool needsFixedCatchObjects() const override;
H A DAArch64ISelLowering.cpp28600 bool AArch64TargetLowering::needsFixedCatchObjects() const { return true; } in needsFixedCatchObjects() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1580 bool needsFixedCatchObjects() const override;
H A DX86ISelLowering.cpp28354 bool X86TargetLowering::needsFixedCatchObjects() const { in needsFixedCatchObjects() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2073 virtual bool needsFixedCatchObjects() const { in needsFixedCatchObjects() function