Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp824 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()
826 CTy->getCC()); in constructTypeDIE()
1216 CC = SPTy->getCC(); in applySubprogramAttributes()
H A DCodeViewDebug.cpp1929 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeFunction()
1978 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeMemberFunction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h763 ID.AddInteger(info.getCC()); in Profile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h638 : Flags(N->getFlags()), CC(N->getCC()), TypeArray(N->getRawTypeArray()) {}
641 return Flags == RHS->getFlags() && CC == RHS->getCC() &&
H A DAsmWriter.cpp2096 Printer.printDwarfEnum("cc", N->getCC(), dwarf::ConventionString); in writeDISubroutineType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTStructuralEquivalence.cpp606 if (EI1.getCC() != EI2.getCC()) in IsStructurallyEquivalent()
H A DJSONNodeDumper.cpp510 JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC())); in VisitFunctionType()
H A DTextNodeDumper.cpp1443 OS << " " << FunctionType::getNameForCallConv(EI.getCC()); in VisitFunctionType()
H A DTypePrinter.cpp924 switch (Info.getCC()) { in printFunctionAfter()
H A DASTContext.cpp9466 if (lbaseInfo.getCC() != rbaseInfo.getCC()) in mergeFunctionTypes()
H A DItaniumMangle.cpp3115 StringRef CCQualifier = getCallingConvQualifierName(T->getExtInfo().getCC()); in mangleExtFunctionInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td276 let Read = [{ node->getExtInfo().getCC() }];
H A DType.h3721 CallingConv getCC() const { return CallingConv(Bits & CallConvMask); }
3822 CallingConv getCallConv() const { return getExtInfo().getCC(); }
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp760 unsigned CC = ClangCallConvToLLVMCallConv(info.getCC()); in arrangeLLVMFunctionInfo()
776 } else if (info.getCC() == CC_Swift) { in arrangeLLVMFunctionInfo()
818 FI->ASTCallingConvention = info.getCC(); in create()
4086 ExplicitCC = FPT->getExtInfo().getCC(); in EmitCallArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp3359 if (OldTypeInfo.getCC() != NewTypeInfo.getCC()) { in MergeFunctionDecl()
3368 NewTypeInfo = NewTypeInfo.withCallingConv(OldTypeInfo.getCC()); in MergeFunctionDecl()
3378 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3380 NewTypeInfo = NewTypeInfo.withCallingConv(OldTypeInfo.getCC()); in MergeFunctionDecl()
3386 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl()
3389 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl()
9524 CallingConv CC = FT->getExtInfo().getCC(); in ActOnFunctionDeclarator()
10311 if (OldTypeInfo.getCC() != NewTypeInfo.getCC()) in areMultiversionVariantFunctionsCompatible()
H A DSemaTemplateDeduction.cpp4241 if (EPI.ExtInfo.getCC() != CC) { in adjustCCAndNoReturn()
H A DSemaType.cpp2774 if (EPI.ExtInfo.getCC() == CC_Swift) return; in checkExtParameterInfos()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1290 return getTemporary(getContext(), getFlags(), getCC(), getTypeArray()); in cloneImpl()
1303 uint8_t getCC() const { return CC; } in getCC() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1727 Record.push_back(N->getCC()); in writeDISubroutineType()