Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.h238 getCallingConvKind(bool ClangABICompat4) const override;
H A DX86.h883 getCallingConvKind(bool ClangABICompat4) const override { in getCallingConvKind() function
H A DAArch64.cpp1545 MicrosoftARM64TargetInfo::getCallingConvKind(bool ClangABICompat4) const { in getCallingConvKind() function in MicrosoftARM64TargetInfo
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp582 TargetInfo::getCallingConvKind(bool ClangABICompat4) const { in getCallingConvKind() function in TargetInfo
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1622 virtual CallingConvKind getCallingConvKind(bool ClangABICompat4) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7281 Context.getTargetInfo().getCallingConvKind(ClangABICompat4); in CheckCompletedCXXClass()