Home
last modified time | relevance | path

Searched refs:CC_Win64 (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSpecifiers.h272 CC_Win64, // __attribute__((ms_abi)) enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDAArch64.cpp362 case CC_Win64: in checkCallingConvention()
617 case CC_Win64: in checkCallingConvention()
HDX86.h689 case CC_Win64: in checkCallingConvention()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDTypePrinter.cpp885 case CC_Win64: in printFunctionAfter()
HDMicrosoftMangle.cpp2405 case CC_Win64: in mangleCallingConvention()
HDType.cpp2939 case CC_Win64: return "ms_abi"; in getNameForCallConv()
HDItaniumMangle.cpp2765 case CC_Win64: in getCallingConvQualifierName()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp52 case CC_Win64: return llvm::CallingConv::Win64; in ClangCallConvToLLVMCallConv()
230 return IsWindows ? CC_C : CC_Win64; in getCallingConventionForDecl()
HDCGDebugInfo.cpp1162 case CC_Win64: in getDwarfCC()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp5641 if (CC == CC_X86_64SysV || (!IsWindows && CC != CC_Win64)) in checkVAStartABI()
5650 (!IsWindows && CC == CC_Win64)) in checkVAStartABI()
HDSemaDeclAttr.cpp4557 CC_Win64; in CheckCallingConvAttr()