Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h82 virtual unsigned getSizeOfUnwindException() const;
H A DTargetInfo.cpp411 unsigned TargetCodeGenInfo::getSizeOfUnwindException() const { in getSizeOfUnwindException() function in TargetCodeGenInfo
6306 unsigned getSizeOfUnwindException() const override { in getSizeOfUnwindException() function in __anoncdae85850711::ARMTargetCodeGenInfo
6308 return TargetCodeGenInfo::getSizeOfUnwindException(); in getSizeOfUnwindException()
7804 unsigned getSizeOfUnwindException() const override { in getSizeOfUnwindException() function in __anoncdae85850d11::MIPSTargetCodeGenInfo
H A DItaniumCXXABI.cpp4498 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()