Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h930 virtual bool hasSjLjLowering() const { in hasSjLjLowering() function
/external/clang/lib/Basic/
DTargets.cpp1032 bool hasSjLjLowering() const override { in hasSjLjLowering() function in __anon9bed23e80111::PPCTargetInfo
2520 bool hasSjLjLowering() const override { in hasSjLjLowering() function in __anon9bed23e80111::X86TargetInfo
4986 bool hasSjLjLowering() const override { in hasSjLjLowering() function in __anon9bed23e80111::ARMTargetInfo
/external/clang/lib/Sema/
DSemaChecking.cpp2978 if (!Context.getTargetInfo().hasSjLjLowering()) in SemaBuiltinLongjmp()
3000 if (!Context.getTargetInfo().hasSjLjLowering()) in SemaBuiltinSetjmp()