Searched refs:getSizeOfUnwindException (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp76 unsigned TargetCodeGenInfo::getSizeOfUnwindException() const { function in class:TargetCodeGenInfo
H A DTargetInfo.h102 virtual unsigned getSizeOfUnwindException() const;
H A DItaniumCXXABI.cpp4569 CGF.CGM.getTargetCodeGenInfo().getSizeOfUnwindException();
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp104 unsigned getSizeOfUnwindException() const override {
H A DARM.cpp125 unsigned getSizeOfUnwindException() const override {
128 return TargetCodeGenInfo::getSizeOfUnwindException();

Completed in 189 milliseconds