Home
last modified time | relevance | path

Searched refs:getCallConv (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXX.cpp108 if (BaseD->getType()->getAs<FunctionType>()->getCallConv() != in TryEmitBaseDestructorAsAlias()
109 D->getType()->getAs<FunctionType>()->getCallConv()) in TryEmitBaseDestructorAsAlias()
H A DCGDebugInfo.cpp1177 getDwarfCC(Ty->getCallConv())); in CreateType()
1485 getDwarfCC(Func->getCallConv())); in getOrCreateInstanceMethodType()
3208 CallingConv CC = FD->getType()->castAs<FunctionType>()->getCallConv(); in getFunctionFwdDeclOrStub()
3343 CallingConv CC = FTy ? FTy->getCallConv() : CallingConv::CC_C; in getOrCreateFunctionType()
H A DCodeGenFunction.cpp1031 CC = SrcFnTy->getCallConv(); in StartFunction()
H A DMicrosoftCXXABI.cpp1189 MD->getType()->getAs<FunctionProtoType>()->getCallConv(); in hasDefaultCXXMethodCC()
H A DCodeGenModule.cpp962 FD->getType()->castAs<FunctionType>()->getCallConv() == CC_X86RegCall) { in getMangledNameImpl()
H A DTargetInfo.cpp2301 if (fnType->getCallConv() == CC_C) { in isNoProtoCallVariadic()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DMangle.cpp80 CallingConv CC = FT->getCallConv(); in getCallingConvMangling()
H A DMicrosoftMangle.cpp2145 CallingConv CC = T->getCallConv(); in mangleFunctionType()
2376 mangleCallingConvention(T->getCallConv()); in mangleCallingConvention()
H A DTypePrinter.cpp1504 OS << (t->getAs<FunctionType>()->getCallConv() == CC_AAPCS ? in printAttributedAfter()
H A DExpr.cpp608 switch (AFT->getCallConv()) { in ComputeName()
H A DItaniumMangle.cpp1298 FD->getType()->castAs<FunctionType>()->getCallConv() == in mangleUnqualifiedName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCodegenNameGenerator.cpp116 auto CC = MD->getType()->getAs<FunctionProtoType>()->getCallConv(); in getAllManglings()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp313 W->printEnum("CallingConvention", uint8_t(Proc.getCallConv()), in visitKnownRecord()
326 W->printEnum("CallingConvention", uint8_t(MF.getCallConv()), in visitKnownRecord()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h164 CallingConvention getCallConv() const { return CallConv; } in getCallConv() function
195 CallingConvention getCallConv() const { return CallConv; } in getCallConv() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp1854 CallingConv SrcCC = SrcFTy->getCallConv(); in DiagnoseCallingConvCast()
1855 CallingConv DstCC = DstFTy->getCallConv(); in DiagnoseCallingConvCast()
H A DSemaType.cpp6830 CallingConv CC = fn->getCallConv(); in handleFunctionTypeAttr()
6854 CallingConv CCOld = fn->getCallConv(); in handleFunctionTypeAttr()
6934 CallingConv CurCC = FT->getCallConv(); in adjustMemberFunctionCC()
H A DSemaTemplateDeduction.cpp3964 CallingConv CC = FunctionTypeP->getCallConv(); in adjustCCAndNoReturn()
H A DSemaDeclCXX.cpp14740 CallingConv NewCC = NewFT->getCallConv(), OldCC = OldFT->getCallConv(); in CheckOverridingFunctionAttributes()
H A DSemaChecking.cpp5317 CC = FD->getType()->getAs<FunctionType>()->getCallConv(); in checkVAStartABI()
H A DSemaDecl.cpp10315 if (FT->getCallConv() != CC_C) { in CheckMain()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3623 CallingConv getCallConv() const { return getExtInfo().getCC(); }