/external/clang/lib/CodeGen/ |
D | CGCXX.cpp | 108 if (BaseD->getType()->getAs<FunctionType>()->getCallConv() != in TryEmitBaseDestructorAsAlias() 109 D->getType()->getAs<FunctionType>()->getCallConv()) in TryEmitBaseDestructorAsAlias()
|
D | CGDebugInfo.cpp | 924 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()
|
D | CodeGenFunction.cpp | 785 CC = SrcFnTy->getCallConv(); in StartFunction()
|
D | MicrosoftCXXABI.cpp | 1182 MD->getType()->getAs<FunctionProtoType>()->getCallConv(); in hasDefaultCXXMethodCC()
|
D | TargetInfo.cpp | 2074 if (fnType->getCallConv() == CC_C) { in isNoProtoCallVariadic()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeTableBuilder.cpp | 37 Builder.writeUInt8(static_cast<uint8_t>(Record.getCallConv())); in writeProcedure() 52 Builder.writeUInt8(static_cast<uint8_t>(Record.getCallConv())); in writeMemberFunction()
|
D | TypeDumper.cpp | 332 W->printEnum("CallingConvention", uint8_t(Proc.getCallConv()), in visitProcedure() 352 W->printEnum("CallingConvention", uint8_t(MF.getCallConv()), in visitMemberFunction()
|
/external/clang/lib/Index/ |
D | CodegenNameGenerator.cpp | 85 auto CC = MD->getType()->getAs<FunctionProtoType>()->getCallConv(); in getAllManglings()
|
/external/clang/lib/AST/ |
D | Mangle.cpp | 85 CallingConv CC = FT->getCallConv(); in getCallingConvMangling()
|
D | MicrosoftMangle.cpp | 1805 CallingConv CC = T->getCallConv(); in mangleFunctionType() 2016 mangleCallingConvention(T->getCallConv()); in mangleCallingConvention()
|
D | TypePrinter.cpp | 1347 OS << (t->getAs<FunctionType>()->getCallConv() == CC_AAPCS ? in printAttributedAfter()
|
D | Expr.cpp | 541 switch (FT->getCallConv()) { in ComputeName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 313 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/ |
D | TypeRecord.h | 159 CallingConvention getCallConv() const { return CallConv; } in getCallConv() function 190 CallingConvention getCallConv() const { return CallConv; } in getCallConv() function
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 161 CallingConvention getCallConv() const { return CallConv; } in getCallConv() function 205 CallingConvention getCallConv() const { return CallConv; } in getCallConv() function
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 528 switch (FD->getCallConv()) { in clang_getFunctionTypeCallingConv()
|
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 1741 CallingConv SrcCC = SrcFTy->getCallConv(); in DiagnoseCallingConvCast() 1742 CallingConv DstCC = DstFTy->getCallConv(); in DiagnoseCallingConvCast()
|
D | SemaTemplateDeduction.cpp | 3520 CallingConv CC = FunctionTypeP->getCallConv(); in adjustCCAndNoReturn() 3524 if (ArgFunctionTypeP->getCallConv() == CC && in adjustCCAndNoReturn()
|
D | SemaType.cpp | 6157 CallingConv CC = fn->getCallConv(); in handleFunctionTypeAttr() 6181 CallingConv CCOld = fn->getCallConv(); in handleFunctionTypeAttr() 6262 CallingConv CurCC = FT->getCallConv(); in adjustMemberFunctionCC()
|
D | SemaDeclCXX.cpp | 9586 CD->getType()->getAs<FunctionProtoType>()->getCallConv(); in getDefaultArgExprsForConstructors() 13147 CallingConv NewCC = NewFT->getCallConv(), OldCC = OldFT->getCallConv(); in CheckOverridingFunctionAttributes()
|
D | SemaChecking.cpp | 3213 CC = FD->getType()->getAs<FunctionType>()->getCallConv(); in SemaBuiltinVAStart() 3235 CC = FD->getType()->getAs<FunctionType>()->getCallConv(); in SemaBuiltinMSVAStart()
|
/external/clang/include/clang/AST/ |
D | Type.h | 3020 CallingConv getCallConv() const { return getExtInfo().getCC(); }
|