Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DSpecifiers.h212 CC_X86FastCall, // __attribute__((fastcall)) enumerator
227 case CC_X86FastCall: in isCalleeCleanup()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DMangle.cpp86 case CC_X86FastCall: in getStdOrFastCallMangling()
DTypePrinter.cpp650 case CC_X86FastCall: in printFunctionProtoAfter()
DMicrosoftMangle.cpp1439 case CC_X86FastCall: Out << 'I'; break; in mangleCallingConvention()
DType.cpp1571 case CC_X86FastCall: return "fastcall"; in getNameForCallConv()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCall.cpp43 case CC_X86FastCall: return llvm::CallingConv::X86_FastCall; in ClangCallConvToLLVMCallConv()
132 return CC_X86FastCall; in getCallingConventionForDecl()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp4505 if (CC == CC_X86FastCall) { in handleFunctionTypeAttr()
4551 if (CC == CC_X86StdCall || CC == CC_X86FastCall) in handleFunctionTypeAttr()
4561 if (CC == CC_X86FastCall) { in handleFunctionTypeAttr()
DSemaDeclAttr.cpp3893 case AttributeList::AT_FastCall: CC = CC_X86FastCall; break; in CheckCallingConvAttr()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Basic/
DTargets.cpp2010 CC == CC_X86FastCall || in checkCallingConvention()