Home
last modified time | relevance | path

Searched refs:CC_X86RegCall (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h287 CC_X86RegCall, // __attribute__((regcall)) enumerator
324 case CC_X86RegCall: in supportsVariadicCall()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h406 case CC_X86RegCall: in checkCallingConvention()
798 case CC_X86RegCall: in checkCallingConvention()
936 case CC_X86RegCall: in checkCallingConvention()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp1376 fd->getType()->castAs<FunctionType>()->getCallConv() == CC_X86RegCall) { in getMangledNameImpl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1115 case CC_X86RegCall: in printFunctionAfter()
H A DItaniumMangle.cpp1558 clang::CC_X86RegCall; in mangleUnqualifiedName()
3534 case CC_X86RegCall: in getCallingConvQualifierName()
H A DMicrosoftMangle.cpp3195 case CC_X86RegCall: in mangleCallingConvention()
H A DType.cpp3619 case CC_X86RegCall: in getNameForCallConv()
H A DExpr.cpp793 case CC_X86RegCall: POut << "__regcall "; break; in ComputeName()
H A DASTContext.cpp13111 return CC_X86RegCall; in getDefaultCallingConvention()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp60 case CC_X86RegCall: in ClangCallConvToLLVMCallConv()
265 return CC_X86RegCall; in getCallingConventionForDecl()
H A DCGDebugInfo.cpp1697 case CC_X86RegCall: in getDwarfCC()
H A DCodeGenModule.cpp2022 FD->getType()->castAs<FunctionType>()->getCallConv() == CC_X86RegCall) { in getMangledNameImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1070 return clang::CC_X86RegCall; in ConvertDWARFCallingConventionToClang()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5574 CC = CC_X86RegCall; in CheckCallingConvAttr()