Searched defs:hasSjLjLowering (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | VE.h | 55 bool hasSjLjLowering() const override { return true; } hasSjLjLowering() function |
H A D | PPC.h | 345 bool hasSjLjLowering() const override { return true; } hasSjLjLowering() function |
H A D | ARM.cpp | 1346 bool ARMTargetInfo::hasSjLjLowering() const { return true; } hasSjLjLowering() function in ARMTargetInfo |
H A D | X86.h | 415 bool hasSjLjLowering() const override { return true; } in hasSjLjLowering() function |
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 1634 virtual bool hasSjLjLowering() const { hasSjLjLowering() function |