Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp77 unsigned TargetCodeGenInfo::getSizeOfUnwindException() const { in getSizeOfUnwindException() function in TargetCodeGenInfo
H A DTargetInfo.h109 virtual unsigned getSizeOfUnwindException() const;
H A DItaniumCXXABI.cpp4844 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
/src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp128 unsigned getSizeOfUnwindException() const override { in getSizeOfUnwindException() function in __anon452ba8dc0111::ARMTargetCodeGenInfo
131 return TargetCodeGenInfo::getSizeOfUnwindException(); in getSizeOfUnwindException()
H A DMips.cpp104 unsigned getSizeOfUnwindException() const override { in getSizeOfUnwindException() function in __anon3e9a16150111::MIPSTargetCodeGenInfo