Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAArch64.h181 getCallingConvKind(bool ClangABICompat4) const override;
H A DAArch64.cpp873 MicrosoftARM64TargetInfo::getCallingConvKind(bool ClangABICompat4) const { in getCallingConvKind() function in MicrosoftARM64TargetInfo
H A DX86.h827 getCallingConvKind(bool ClangABICompat4) const override { in getCallingConvKind() function
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp448 TargetInfo::getCallingConvKind(bool ClangABICompat4) const { in getCallingConvKind() function in TargetInfo
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1456 virtual CallingConvKind getCallingConvKind(bool ClangABICompat4) const;
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp6924 Context.getTargetInfo().getCallingConvKind(ClangABICompat4); in CheckCompletedCXXClass()