Home
last modified time | relevance | path

Searched refs:CC_X86_64SysV (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSpecifiers.h273 CC_X86_64SysV, // __attribute__((sysv_abi)) enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDX86.h764 case CC_X86_64SysV: in checkCallingConvention()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDTypePrinter.cpp888 case CC_X86_64SysV: in printFunctionAfter()
HDMicrosoftMangle.cpp2406 case CC_X86_64SysV: in mangleCallingConvention()
HDType.cpp2940 case CC_X86_64SysV: return "sysv_abi"; in getNameForCallConv()
HDItaniumMangle.cpp2763 case CC_X86_64SysV: in getCallingConvQualifierName()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp53 case CC_X86_64SysV: return llvm::CallingConv::X86_64_SysV; in ClangCallConvToLLVMCallConv()
233 return IsWindows ? CC_X86_64SysV : CC_C; in getCallingConventionForDecl()
HDCGDebugInfo.cpp1164 case CC_X86_64SysV: in getDwarfCC()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp5641 if (CC == CC_X86_64SysV || (!IsWindows && CC != CC_Win64)) in checkVAStartABI()
5649 if ((IsWindows && CC == CC_X86_64SysV) || in checkVAStartABI()
HDSemaDeclAttr.cpp4560 CC = Context.getTargetInfo().getTriple().isOSWindows() ? CC_X86_64SysV : in CheckCallingConvAttr()