Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp154 if (Iter != CatchObjects.end() && TLI->needsFixedCatchObjects()) { in set()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h624 bool needsFixedCatchObjects() const override;
DAArch64ISelLowering.cpp13384 bool AArch64TargetLowering::needsFixedCatchObjects() const { in needsFixedCatchObjects() function in AArch64TargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1205 virtual bool needsFixedCatchObjects() const override;
DX86ISelLowering.cpp25162 bool X86TargetLowering::needsFixedCatchObjects() const { in needsFixedCatchObjects() function in X86TargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1579 virtual bool needsFixedCatchObjects() const { in needsFixedCatchObjects() function