Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h282 CC_Win64, // __attribute__((ms_abi)) enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp1244 case CC_Win64: in checkCallingConvention()
1597 case CC_Win64: in checkCallingConvention()
H A DX86.h764 case CC_Win64: in checkCallingConvention()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1083 case CC_Win64: in printFunctionAfter()
H A DMicrosoftMangle.cpp3025 case CC_Win64: in mangleCallingConvention()
H A DType.cpp3493 case CC_Win64: return "ms_abi"; in getNameForCallConv()
H A DItaniumMangle.cpp3472 case CC_Win64: in getCallingConvQualifierName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp57 case CC_Win64: return llvm::CallingConv::Win64; in ClangCallConvToLLVMCallConv()
249 return IsWindows ? CC_C : CC_Win64; in getCallingConventionForDecl()
H A DCGDebugInfo.cpp1524 case CC_Win64: in getDwarfCC()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp978 return clang::CC_Win64; in ConvertDWARFCallingConventionToClang()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4601 if (CC == CC_X86_64SysV || (!IsWindows && CC != CC_Win64)) in checkVAStartABI()
4610 (!IsWindows && CC == CC_Win64)) in checkVAStartABI()
H A DSemaDeclAttr.cpp4919 CC_Win64; in CheckCallingConvAttr()