Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXX.cpp108 if (BaseD->getType()->getAs<FunctionType>()->getCallConv() != in TryEmitBaseDestructorAsAlias()
109 D->getType()->getAs<FunctionType>()->getCallConv()) in TryEmitBaseDestructorAsAlias()
DCGDebugInfo.cpp924 getDwarfCC(Ty->getCallConv())); in CreateType()
1198 getDwarfCC(Func->getCallConv())); in getOrCreateInstanceMethodType()
2702 CallingConv CC = FD->getType()->castAs<FunctionType>()->getCallConv(); in getFunctionForwardDeclaration()
2810 CallingConv CC = FTy ? FTy->getCallConv() : CallingConv::CC_C; in getOrCreateFunctionType()
DCodeGenFunction.cpp785 CC = SrcFnTy->getCallConv(); in StartFunction()
DMicrosoftCXXABI.cpp1182 MD->getType()->getAs<FunctionProtoType>()->getCallConv(); in hasDefaultCXXMethodCC()
DTargetInfo.cpp2074 if (fnType->getCallConv() == CC_C) { in isNoProtoCallVariadic()
/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp37 Builder.writeUInt8(static_cast<uint8_t>(Record.getCallConv())); in writeProcedure()
52 Builder.writeUInt8(static_cast<uint8_t>(Record.getCallConv())); in writeMemberFunction()
DTypeDumper.cpp332 W->printEnum("CallingConvention", uint8_t(Proc.getCallConv()), in visitProcedure()
352 W->printEnum("CallingConvention", uint8_t(MF.getCallConv()), in visitMemberFunction()
/external/clang/lib/Index/
DCodegenNameGenerator.cpp85 auto CC = MD->getType()->getAs<FunctionProtoType>()->getCallConv(); in getAllManglings()
/external/clang/lib/AST/
DMangle.cpp85 CallingConv CC = FT->getCallConv(); in getCallingConvMangling()
DMicrosoftMangle.cpp1805 CallingConv CC = T->getCallConv(); in mangleFunctionType()
2016 mangleCallingConvention(T->getCallConv()); in mangleCallingConvention()
DTypePrinter.cpp1347 OS << (t->getAs<FunctionType>()->getCallConv() == CC_AAPCS ? in printAttributedAfter()
DExpr.cpp541 switch (FT->getCallConv()) { in ComputeName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp313 W->printEnum("CallingConvention", uint8_t(Proc.getCallConv()), in visitKnownRecord()
326 W->printEnum("CallingConvention", uint8_t(MF.getCallConv()), in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h159 CallingConvention getCallConv() const { return CallConv; } in getCallConv() function
190 CallingConvention getCallConv() const { return CallConv; } in getCallConv() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h161 CallingConvention getCallConv() const { return CallConv; } in getCallConv() function
205 CallingConvention getCallConv() const { return CallConv; } in getCallConv() function
/external/clang/tools/libclang/
DCXType.cpp528 switch (FD->getCallConv()) { in clang_getFunctionTypeCallingConv()
/external/clang/lib/Sema/
DSemaCast.cpp1741 CallingConv SrcCC = SrcFTy->getCallConv(); in DiagnoseCallingConvCast()
1742 CallingConv DstCC = DstFTy->getCallConv(); in DiagnoseCallingConvCast()
DSemaTemplateDeduction.cpp3520 CallingConv CC = FunctionTypeP->getCallConv(); in adjustCCAndNoReturn()
3524 if (ArgFunctionTypeP->getCallConv() == CC && in adjustCCAndNoReturn()
DSemaType.cpp6157 CallingConv CC = fn->getCallConv(); in handleFunctionTypeAttr()
6181 CallingConv CCOld = fn->getCallConv(); in handleFunctionTypeAttr()
6262 CallingConv CurCC = FT->getCallConv(); in adjustMemberFunctionCC()
DSemaDeclCXX.cpp9586 CD->getType()->getAs<FunctionProtoType>()->getCallConv(); in getDefaultArgExprsForConstructors()
13147 CallingConv NewCC = NewFT->getCallConv(), OldCC = OldFT->getCallConv(); in CheckOverridingFunctionAttributes()
DSemaChecking.cpp3213 CC = FD->getType()->getAs<FunctionType>()->getCallConv(); in SemaBuiltinVAStart()
3235 CC = FD->getType()->getAs<FunctionType>()->getCallConv(); in SemaBuiltinMSVAStart()
/external/clang/include/clang/AST/
DType.h3020 CallingConv getCallConv() const { return getExtInfo().getCC(); }