Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.h81 virtual unsigned getSizeOfUnwindException() const;
H A DTargetInfo.cpp453 unsigned TargetCodeGenInfo::getSizeOfUnwindException() const { in getSizeOfUnwindException() function in TargetCodeGenInfo
6411 unsigned getSizeOfUnwindException() const override { in getSizeOfUnwindException() function in __anon8ad051810811::ARMTargetCodeGenInfo
6413 return TargetCodeGenInfo::getSizeOfUnwindException(); in getSizeOfUnwindException()
7952 unsigned getSizeOfUnwindException() const override { in getSizeOfUnwindException() function in __anon8ad051810e11::MIPSTargetCodeGenInfo
H A DItaniumCXXABI.cpp4463 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()