Home
last modified time | relevance | path

Searched refs:getSizeOfUnwindException (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp76 unsigned TargetCodeGenInfo::getSizeOfUnwindException() const { in getSizeOfUnwindException() function in TargetCodeGenInfo
H A DTargetInfo.h102 virtual unsigned getSizeOfUnwindException() const;
H A DItaniumCXXABI.cpp4569 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp125 unsigned getSizeOfUnwindException() const override { in getSizeOfUnwindException() function in __anon909d5d7d0111::ARMTargetCodeGenInfo
128 return TargetCodeGenInfo::getSizeOfUnwindException(); in getSizeOfUnwindException()
H A DMips.cpp104 unsigned getSizeOfUnwindException() const override { in getSizeOfUnwindException() function in __anonf8425ed60111::MIPSTargetCodeGenInfo