Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DVE.h55 bool hasSjLjLowering() const override { return true; } in hasSjLjLowering() function
H A DPPC.h343 bool hasSjLjLowering() const override { return true; } in hasSjLjLowering() function
H A DARM.cpp1273 bool ARMTargetInfo::hasSjLjLowering() const { return true; } in hasSjLjLowering() function in ARMTargetInfo
H A DX86.h400 bool hasSjLjLowering() const override { return true; } in hasSjLjLowering() function
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h1601 virtual bool hasSjLjLowering() const { in hasSjLjLowering() function