Home
last modified time | relevance | path

Searched refs:getCC (Results 1 – 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.cpp871 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()
873 CTy->getCC()); in constructTypeDIE()
1243 CC = SPTy->getCC(); in applySubprogramAttributes()
HDCodeViewDebug.cpp1878 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeFunction()
1927 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeMemberFunction()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
HDCGFunctionInfo.h686 ID.AddInteger(info.getCC()); in Profile()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDLLVMContextImpl.h569 : Flags(N->getFlags()), CC(N->getCC()), TypeArray(N->getRawTypeArray()) {}
572 return Flags == RHS->getFlags() && CC == RHS->getCC() &&
HDAsmWriter.cpp1900 Printer.printDwarfEnum("cc", N->getCC(), dwarf::ConventionString); in writeDISubroutineType()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTStructuralEquivalence.cpp385 if (EI1.getCC() != EI2.getCC()) in IsStructurallyEquivalent()
HDTextNodeDumper.cpp1142 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
HDTypePrinter.cpp848 switch (Info.getCC()) { in printFunctionAfter()
HDJSONNodeDumper.cpp502 JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC())); in VisitFunctionType()
HDItaniumMangle.cpp2782 StringRef CCQualifier = getCallingConvQualifierName(T->getExtInfo().getCC()); in mangleExtFunctionInfo()
HDASTContext.cpp8856 if (lbaseInfo.getCC() != rbaseInfo.getCC()) in mergeFunctionTypes()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeProperties.td241 let Read = [{ node->getExtInfo().getCC() }];
HDType.h3592 CallingConv getCC() const { return CallingConv(Bits & CallConvMask); }
3690 CallingConv getCallConv() const { return getExtInfo().getCC(); }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp3306 if (OldTypeInfo.getCC() != NewTypeInfo.getCC()) { in MergeFunctionDecl()
3315 NewTypeInfo = NewTypeInfo.withCallingConv(OldTypeInfo.getCC()); in MergeFunctionDecl()
3322 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3324 NewTypeInfo = NewTypeInfo.withCallingConv(OldTypeInfo.getCC()); in MergeFunctionDecl()
3330 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3333 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl()
9213 CallingConv CC = FT->getExtInfo().getCC(); in ActOnFunctionDeclarator()
9935 if (OldTypeInfo.getCC() != NewTypeInfo.getCC()) in areMultiversionVariantFunctionsCompatible()
HDSemaTemplateDeduction.cpp4039 if (EPI.ExtInfo.getCC() != CC) { in adjustCCAndNoReturn()
HDSemaType.cpp2551 if (EPI.ExtInfo.getCC() == CC_Swift) return; in checkExtParameterInfos()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp757 unsigned CC = ClangCallConvToLLVMCallConv(info.getCC()); in arrangeLLVMFunctionInfo()
773 } else if (info.getCC() == CC_Swift) { in arrangeLLVMFunctionInfo()
815 FI->ASTCallingConvention = info.getCC(); in create()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.h1088 return getTemporary(getContext(), getFlags(), getCC(), getTypeArray()); in cloneImpl()
1101 uint8_t getCC() const { return CC; } in getCC() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1612 Record.push_back(N->getCC()); in writeDISubroutineType()