Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DVE.h55 bool hasSjLjLowering() const override { return true; } in hasSjLjLowering() function
H A DARM.h195 bool hasSjLjLowering() const override;
H A DPPC.h343 bool hasSjLjLowering() const override { return true; } in hasSjLjLowering() function
H A DX86.h400 bool hasSjLjLowering() const override { return true; } in hasSjLjLowering() function
H A DARM.cpp1273 bool ARMTargetInfo::hasSjLjLowering() const { return true; } in hasSjLjLowering() function in ARMTargetInfo
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h1601 virtual bool hasSjLjLowering() const { in hasSjLjLowering() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp8534 if (!Context.getTargetInfo().hasSjLjLowering()) in SemaBuiltinLongjmp()
8555 if (!Context.getTargetInfo().hasSjLjLowering()) in SemaBuiltinSetjmp()