Home
last modified time | relevance | path

Searched defs:hasSjLjLowering (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DVE.h56 bool hasSjLjLowering() const override { return true; } in hasSjLjLowering() function
H A DSparc.h53 bool hasSjLjLowering() const override { return true; } in hasSjLjLowering() function
183 bool hasSjLjLowering() const override { return true; } in hasSjLjLowering() function
H A DPPC.h337 bool hasSjLjLowering() const override { return true; } in hasSjLjLowering() function
H A DARM.cpp1156 bool ARMTargetInfo::hasSjLjLowering() const { return true; } in hasSjLjLowering() function in ARMTargetInfo
H A DX86.h369 bool hasSjLjLowering() const override { return true; } in hasSjLjLowering() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1460 virtual bool hasSjLjLowering() const { in hasSjLjLowering() function