Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.h73 virtual unsigned getSizeOfUnwindException() const;
DTargetInfo.cpp374 unsigned TargetCodeGenInfo::getSizeOfUnwindException() const { in getSizeOfUnwindException() function in TargetCodeGenInfo
5079 unsigned getSizeOfUnwindException() const override { in getSizeOfUnwindException() function in __anona890a3f30611::ARMTargetCodeGenInfo
5081 return TargetCodeGenInfo::getSizeOfUnwindException(); in getSizeOfUnwindException()
6250 unsigned getSizeOfUnwindException() const override { in getSizeOfUnwindException() function in __anona890a3f30a11::MIPSTargetCodeGenInfo
DItaniumCXXABI.cpp3633 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.h81 virtual unsigned getSizeOfUnwindException() const;
DTargetInfo.cpp409 unsigned TargetCodeGenInfo::getSizeOfUnwindException() const { in getSizeOfUnwindException() function in TargetCodeGenInfo
6253 unsigned getSizeOfUnwindException() const override { in getSizeOfUnwindException() function in __anon57a50d410811::ARMTargetCodeGenInfo
6255 return TargetCodeGenInfo::getSizeOfUnwindException(); in getSizeOfUnwindException()
7699 unsigned getSizeOfUnwindException() const override { in getSizeOfUnwindException() function in __anon57a50d410e11::MIPSTargetCodeGenInfo
DItaniumCXXABI.cpp4362 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException(); in InitCatchParam()