Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.h74 virtual unsigned getSizeOfUnwindException() const;
DTargetInfo.cpp147 unsigned TargetCodeGenInfo::getSizeOfUnwindException() const { in getSizeOfUnwindException() function in TargetCodeGenInfo
4491 unsigned getSizeOfUnwindException() const override { in getSizeOfUnwindException() function in __anona890a3f30611::ARMTargetCodeGenInfo
4493 return TargetCodeGenInfo::getSizeOfUnwindException(); in getSizeOfUnwindException()
5512 unsigned getSizeOfUnwindException() const override { in getSizeOfUnwindException() function in __anona890a3f30a11::MIPSTargetCodeGenInfo
DItaniumCXXABI.cpp3398 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()