Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp163 if (Iter != CatchObjects.end() && TLI->needsFixedCatchObjects()) { in set()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h847 bool needsFixedCatchObjects() const override;
H A DAArch64ISelLowering.cpp20830 bool AArch64TargetLowering::needsFixedCatchObjects() const { in needsFixedCatchObjects() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1412 bool needsFixedCatchObjects() const override;
H A DX86ISelLowering.cpp28271 bool X86TargetLowering::needsFixedCatchObjects() const { in needsFixedCatchObjects() function in X86TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1809 virtual bool needsFixedCatchObjects() const { in needsFixedCatchObjects() function