/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 875 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE() 877 CTy->getCC()); in constructTypeDIE() 1307 CC = SPTy->getCC(); in applySubprogramAttributes()
|
H A D | CodeViewDebug.cpp | 2088 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeMemberFunction() 2137 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in translateAccessFlags()
|
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/ |
H A D | trc_pkt_elem_etmv4i.h | 198 const uint32_t getCC() const { return pkt_valid.bits.cc_valid ? cycle_count : 0; }; in getCC() function
|
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 795 ID.AddInteger(info.getCC()); in Profile()
|
/freebsd/contrib/opencsd/decoder/source/etmv4/ |
H A D | trc_pkt_decode_etmv4i.cpp | 446 params[0] = m_curr_packet_in->getCC(); in decodePacket() 462 params[2] = m_curr_packet_in->getCC(); in decodePacket()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 720 : Flags(N->getFlags()), CC(N->getCC()), TypeArray(N->getRawTypeArray()) {} 723 return Flags == RHS->getFlags() && CC == RHS->getCC() &&
|
H A D | AsmWriter.cpp | 2228 Printer.printDwarfEnum("cc", N->getCC(), dwarf::ConventionString); in writeDISubroutineType()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 753 if (EI1.getCC() != EI2.getCC()) in IsStructurallyEquivalent()
|
H A D | JSONNodeDumper.cpp | 621 JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC())); in VisitFunctionType()
|
H A D | TextNodeDumper.cpp | 1876 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
|
H A D | TypePrinter.cpp | 1040 switch (Info.getCC()) { in printFunctionAfter()
|
H A D | ItaniumMangle.cpp | 3491 StringRef CCQualifier = getCallingConvQualifierName(T->getExtInfo().getCC()); in mangleExtFunctionInfo()
|
H A D | ASTContext.cpp | 10800 if (lbaseInfo.getCC() != rbaseInfo.getCC()) in mergeFunctionTypes()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 789 unsigned CC = ClangCallConvToLLVMCallConv(info.getCC()); in arrangeLLVMFunctionInfo() 805 } else if (info.getCC() == CC_Swift || info.getCC() == CC_SwiftAsync) { in arrangeLLVMFunctionInfo() 846 FI->ASTCallingConvention = info.getCC(); in create() 4479 ExplicitCC = FPT->getExtInfo().getCC(); in EmitCallArgs()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TypeProperties.td | 302 let Read = [{ node->getExtInfo().getCC() }];
|
H A D | Type.h | 4451 CallingConv getCC() const { return CallingConv(Bits & CallConvMask); } 4611 CallingConv getCallConv() const { return getExtInfo().getCC(); }
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 3696 if (OldTypeInfo.getCC() != NewTypeInfo.getCC()) { in MergeFunctionDecl() 3705 NewTypeInfo = NewTypeInfo.withCallingConv(OldTypeInfo.getCC()); in MergeFunctionDecl() 3715 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl() 3717 NewTypeInfo = NewTypeInfo.withCallingConv(OldTypeInfo.getCC()); in MergeFunctionDecl() 3723 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl() 3726 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl() 10332 CallingConv CC = FT->getExtInfo().getCC(); in ActOnFunctionDeclarator() 11171 if (OldTypeInfo.getCC() != NewTypeInfo.getCC() || ArmStreamingCCMismatched) in areMultiversionVariantFunctionsCompatible()
|
H A D | SemaTemplateDeduction.cpp | 4599 if (EPI.ExtInfo.getCC() != CC) { in adjustCCAndNoReturn()
|
H A D | SemaType.cpp | 2549 auto actualCC = EPI.ExtInfo.getCC(); in checkExtParameterInfos()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 1399 return getTemporary(getContext(), getFlags(), getCC(), getTypeArray()); in cloneImpl() 1418 uint8_t getCC() const { return CC; } in getCC() function
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 1940 Record.push_back(N->getCC()); in writeDISubroutineType()
|