Home
last modified time | relevance | path

Searched refs:CC_X86FastCall (Results 1 – 20 of 20) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSpecifiers.h278 CC_X86FastCall, // __attribute__((fastcall)) enumerator
307 case CC_X86FastCall: in supportsVariadicCall()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDX86.h391 case CC_X86FastCall: in checkCallingConvention()
838 case CC_X86FastCall: in checkCallingConvention()
HDARM.cpp1403 case CC_X86FastCall: in checkCallingConvention()
HDAArch64.cpp1588 case CC_X86FastCall: in checkCallingConvention()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDMangle.cpp96 case CC_X86FastCall: in getCallingConvMangling()
HDTypePrinter.cpp1053 case CC_X86FastCall: in printFunctionAfter()
HDMicrosoftMangle.cpp3039 case CC_X86FastCall: in mangleCallingConvention()
HDType.cpp3489 case CC_X86FastCall: return "fastcall"; in getNameForCallConv()
HDExpr.cpp788 case CC_X86FastCall: POut << "__fastcall "; break; in ComputeName()
HDItaniumMangle.cpp3468 case CC_X86FastCall: in getCallingConvQualifierName()
HDASTContext.cpp12465 return CC_X86FastCall; in getDefaultCallingConvention()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp352 return clang::CC_X86FastCall; in TranslateCallingConvention()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbAstBuilder.cpp146 return clang::CallingConv::CC_X86FastCall; in TranslateCallingConvention()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLambda.cpp1600 CC_C, CC_X86StdCall, CC_X86FastCall, CC_X86VectorCall, in repeatForLambdaConversionFunctionCallingConvs()
HDSemaType.cpp7773 if (CC == CC_X86FastCall) { in handleFunctionTypeAttr()
7948 if (CC == CC_X86StdCall || CC == CC_X86FastCall) in handleFunctionTypeAttr()
7960 if (CC == CC_X86FastCall && fn->getHasRegParm()) { in handleFunctionTypeAttr()
7962 << "regparm" << FunctionType::getNameForCallConv(CC_X86FastCall) in handleFunctionTypeAttr()
HDSemaDeclAttr.cpp4885 CC = CC_X86FastCall; in CheckCallingConvAttr()
HDSemaExpr.cpp17738 case CC_X86FastCall: in funcHasParameterSizeMangling()
17772 case CC_X86FastCall: in CheckCompleteParameterTypesForMangler()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp54 case CC_X86FastCall: return llvm::CallingConv::X86_FastCall; in ClangCallConvToLLVMCallConv()
219 return CC_X86FastCall; in getCallingConventionForDecl()
HDCGDebugInfo.cpp1516 case CC_X86FastCall: in getDwarfCC()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp972 return clang::CC_X86FastCall; in ConvertDWARFCallingConventionToClang()