Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp593 TargetInfo::getCallingConvKind(bool ClangABICompat4) const { in getCallingConvKind()
595 (ClangABICompat4 || getTriple().isPS4())) in getCallingConvKind()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.h245 getCallingConvKind(bool ClangABICompat4) const override;
H A DX86.h877 getCallingConvKind(bool ClangABICompat4) const override { in getCallingConvKind() argument
H A DAArch64.cpp1623 MicrosoftARM64TargetInfo::getCallingConvKind(bool ClangABICompat4) const { in getCallingConvKind()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1709 virtual CallingConvKind getCallingConvKind(bool ClangABICompat4) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7157 bool ClangABICompat4 = in CheckCompletedCXXClass() local
7160 Context.getTargetInfo().getCallingConvKind(ClangABICompat4); in CheckCompletedCXXClass()