Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp166 if (Iter != CatchObjects.end() && TLI->needsFixedCatchObjects()) { in set()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h809 bool needsFixedCatchObjects() const override;
DAArch64ISelLowering.cpp17759 bool AArch64TargetLowering::needsFixedCatchObjects() const { in needsFixedCatchObjects() function in AArch64TargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1351 virtual bool needsFixedCatchObjects() const override;
DX86ISelLowering.cpp26903 bool X86TargetLowering::needsFixedCatchObjects() const { in needsFixedCatchObjects() function in X86TargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h1755 virtual bool needsFixedCatchObjects() const { in needsFixedCatchObjects() function