Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DVE.h55 bool hasSjLjLowering() const override { return true; } hasSjLjLowering() function
H A DPPC.h345 bool hasSjLjLowering() const override { return true; } hasSjLjLowering() function
H A DARM.cpp1346 bool ARMTargetInfo::hasSjLjLowering() const { return true; } hasSjLjLowering() function in ARMTargetInfo
H A DX86.h415 bool hasSjLjLowering() const override { return true; } in hasSjLjLowering() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1634 virtual bool hasSjLjLowering() const { hasSjLjLowering() function