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