Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.h73 virtual unsigned getSizeOfUnwindException() const;
DTargetInfo.cpp374 unsigned TargetCodeGenInfo::getSizeOfUnwindException() const { in getSizeOfUnwindException() function in TargetCodeGenInfo
5079 unsigned getSizeOfUnwindException() const override { in getSizeOfUnwindException() function in __anonbc557ed20611::ARMTargetCodeGenInfo
5081 return TargetCodeGenInfo::getSizeOfUnwindException(); in getSizeOfUnwindException()
6250 unsigned getSizeOfUnwindException() const override { in getSizeOfUnwindException() function in __anonbc557ed20a11::MIPSTargetCodeGenInfo
DItaniumCXXABI.cpp3633 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()