Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h269 CC_X86FastCall, // __attribute__((fastcall)) enumerator
295 case CC_X86FastCall: in supportsVariadicCall()
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DX86.h376 case CC_X86FastCall: in checkCallingConvention()
831 case CC_X86FastCall: in checkCallingConvention()
H A DARM.cpp1329 case CC_X86FastCall: in checkCallingConvention()
H A DAArch64.cpp1368 case CC_X86FastCall: in checkCallingConvention()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMangle.cpp96 case CC_X86FastCall: in getCallingConvMangling()
H A DTypePrinter.cpp954 case CC_X86FastCall: in printFunctionAfter()
H A DMicrosoftMangle.cpp2793 case CC_X86FastCall: Out << 'I'; break; in mangleCallingConvention()
H A DType.cpp3185 case CC_X86FastCall: return "fastcall"; in getNameForCallConv()
H A DItaniumMangle.cpp3175 case CC_X86FastCall: in getCallingConvQualifierName()
H A DExpr.cpp802 case CC_X86FastCall: POut << "__fastcall "; break; in ComputeName()
H A DASTContext.cpp11845 return CC_X86FastCall; in getDefaultCallingConvention()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp353 return clang::CC_X86FastCall; in TranslateCallingConvention()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp145 return clang::CallingConv::CC_X86FastCall; in TranslateCallingConvention()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp1333 CC_C, CC_X86StdCall, CC_X86FastCall, CC_X86VectorCall, in repeatForLambdaConversionFunctionCallingConvs()
H A DSemaType.cpp7782 if (CC == CC_X86FastCall) { in handleFunctionTypeAttr()
7883 if (CC == CC_X86StdCall || CC == CC_X86FastCall) in handleFunctionTypeAttr()
7895 if (CC == CC_X86FastCall && fn->getHasRegParm()) { in handleFunctionTypeAttr()
7897 << "regparm" << FunctionType::getNameForCallConv(CC_X86FastCall); in handleFunctionTypeAttr()
H A DSemaExpr.cpp18115 case CC_X86FastCall: in funcHasParameterSizeMangling()
18149 case CC_X86FastCall: in CheckCompleteParameterTypesForMangler()
H A DSemaDeclAttr.cpp5230 CC = CC_X86FastCall; in CheckCallingConvAttr()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp53 case CC_X86FastCall: return llvm::CallingConv::X86_FastCall; in ClangCallConvToLLVMCallConv()
214 return CC_X86FastCall; in getCallingConventionForDecl()
H A DCGDebugInfo.cpp1375 case CC_X86FastCall: in getDwarfCC()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp869 return clang::CC_X86FastCall; in ConvertDWARFCallingConventionToClang()