Home
last modified time | relevance | path

Searched refs:hasSjLjLowering (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DVE.h55 bool hasSjLjLowering() const override { return true; } in hasSjLjLowering() function
H A DARM.h208 bool hasSjLjLowering() const override;
H A DPPC.h345 bool hasSjLjLowering() const override { return true; } in hasSjLjLowering() function
H A DX86.h415 bool hasSjLjLowering() const override { return true; } in hasSjLjLowering() function
H A DARM.cpp1346 bool ARMTargetInfo::hasSjLjLowering() const { return true; } in hasSjLjLowering() function in ARMTargetInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1634 virtual bool hasSjLjLowering() const { in hasSjLjLowering() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10263 if (!Context.getTargetInfo().hasSjLjLowering()) in SemaBuiltinLongjmp()
10284 if (!Context.getTargetInfo().hasSjLjLowering()) in SemaBuiltinSetjmp()