Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.h82 virtual unsigned getSizeOfUnwindException() const;
H A DTargetInfo.cpp411 unsigned TargetCodeGenInfo::getSizeOfUnwindException() const { in getSizeOfUnwindException() function in TargetCodeGenInfo
6289 unsigned getSizeOfUnwindException() const override { in getSizeOfUnwindException() function in __anon6bad40bc0711::ARMTargetCodeGenInfo
6291 return TargetCodeGenInfo::getSizeOfUnwindException(); in getSizeOfUnwindException()
7785 unsigned getSizeOfUnwindException() const override { in getSizeOfUnwindException() function in __anon6bad40bc0d11::MIPSTargetCodeGenInfo
H A DItaniumCXXABI.cpp4458 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()