Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSpecifiers.h239 CC_X86FastCall, // __attribute__((fastcall)) enumerator
262 case CC_X86FastCall: in supportsVariadicCall()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DX86.h302 case CC_X86FastCall: in checkCallingConvention()
711 case CC_X86FastCall: in checkCallingConvention()
H A DAArch64.cpp511 case CC_X86FastCall: in checkCallingConvention()
H A DARM.cpp993 case CC_X86FastCall: in checkCallingConvention()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DMangle.cpp84 case CC_X86FastCall: in getCallingConvMangling()
H A DTypePrinter.cpp853 case CC_X86FastCall: in printFunctionAfter()
H A DMicrosoftMangle.cpp2368 case CC_X86FastCall: Out << 'I'; break; in mangleCallingConvention()
H A DType.cpp2826 case CC_X86FastCall: return "fastcall"; in getNameForCallConv()
H A DExpr.cpp611 case CC_X86FastCall: POut << "__fastcall "; break; in ComputeName()
H A DItaniumMangle.cpp2675 case CC_X86FastCall: in getCallingConvQualifierName()
H A DASTContext.cpp9946 return CC_X86FastCall; in getDefaultCallingConvention()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp346 return clang::CC_X86FastCall; in TranslateCallingConvention()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp144 return clang::CallingConv::CC_X86FastCall; in TranslateCallingConvention()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp6831 if (CC == CC_X86FastCall) { in handleFunctionTypeAttr()
6884 if (CC == CC_X86StdCall || CC == CC_X86FastCall) { in handleFunctionTypeAttr()
6896 if (CC == CC_X86FastCall && fn->getHasRegParm()) { in handleFunctionTypeAttr()
6898 << "regparm" << FunctionType::getNameForCallConv(CC_X86FastCall); in handleFunctionTypeAttr()
H A DSemaDeclAttr.cpp4424 CC = CC_X86FastCall; in CheckCallingConvAttr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp50 case CC_X86FastCall: return llvm::CallingConv::X86_FastCall; in ClangCallConvToLLVMCallConv()
203 return CC_X86FastCall; in getCallingConventionForDecl()
H A DCGDebugInfo.cpp1122 case CC_X86FastCall: in getDwarfCC()