Searched refs:getSizeOfUnwindException (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ | ||
D | TargetInfo.h | 73 virtual unsigned getSizeOfUnwindException() const; |
D | TargetInfo.cpp | 374 unsigned TargetCodeGenInfo::getSizeOfUnwindException() const { in getSizeOfUnwindException() function in TargetCodeGenInfo |
D | ItaniumCXXABI.cpp | 3633 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam() |