Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.h94 virtual unsigned getSizeOfUnwindException() const;
H A DTargetInfo.cpp466 unsigned TargetCodeGenInfo::getSizeOfUnwindException() const { in getSizeOfUnwindException() function in TargetCodeGenInfo
6424 unsigned getSizeOfUnwindException() const override { in getSizeOfUnwindException() function in __anondfff523e0811::ARMTargetCodeGenInfo
6426 return TargetCodeGenInfo::getSizeOfUnwindException(); in getSizeOfUnwindException()
8077 unsigned getSizeOfUnwindException() const override { in getSizeOfUnwindException() function in __anondfff523e0e11::MIPSTargetCodeGenInfo
H A DItaniumCXXABI.cpp4491 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()