Home
last modified time | relevance | path

Searched refs:hasAttributes (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h208 bool hasAttributes() const { in hasAttributes() function
209 return Attrs.hasAttributes(); in hasAttributes()
231 if (!hasAttributes()) in getAttributesAsList()
H A DAttributes.h326 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes() function
638 bool hasAttributes(unsigned Index) const;
652 return hasAttributes(ArgNo + FirstArgIndex);
885 bool hasAttributes() const;
889 bool hasAttributes(AttributeList A, uint64_t Index) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp481 bool hasAttributes = false; in printName() local
488 hasAttributes = true; in printName()
511 os << (hasAttributes ? ", " : " ("); in printName()
513 hasAttributes = true; in printName()
516 os << (hasAttributes ? ", " : " ("); in printName()
518 hasAttributes = true; in printName()
521 os << (hasAttributes ? ", " : " ("); in printName()
523 hasAttributes = true; in printName()
528 hasAttributes = true; in printName()
543 hasAttributes = true; in printName()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp615 if (!hasAttributes()) in addAttributes()
618 if (!AS.hasAttributes()) in addAttributes()
1116 if (ArgAttrs[I - 1].hasAttributes()) { in get()
1124 if (RetAttrs.hasAttributes()) in get()
1126 else if (FnAttrs.hasAttributes()) in get()
1151 if (!B.hasAttributes()) in get()
1249 if (!B.hasAttributes()) in addAttributes()
1396 bool AttributeList::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeList
1397 return getAttributes(Index).hasAttributes(); in hasAttributes()
1524 if (!getAttributes(i).hasAttributes()) in print()
[all …]
H A DAsmWriter.cpp961 if (Attrs.hasAttributes()) in processModule()
992 if (FnAttrs.hasAttributes()) in processModule()
1033 if (Attrs.hasAttributes()) in processFunction()
1255 assert(AS.hasAttributes() && "Doesn't need a slot!"); in CreateAttributeSetSlot()
2749 if (Attrs.hasAttributes()) { in writeParamOperand()
3593 if (Attrs.hasAttributes()) in printGlobal()
3724 if (Attrs.hasAttributes(AttributeList::ReturnIndex)) in printFunction()
3742 if (ArgAttrs.hasAttributes()) { in printFunction()
3831 if (Attrs.hasAttributes()) { in printArgument()
4130 if (PAL.hasAttributes(AttributeList::ReturnIndex)) in printInstruction()
[all …]
H A DAttributeImpl.h246 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
H A DVerifier.cpp1686 if (!Attrs.hasAttributes()) in verifyParameterAttrs()
1847 Assert(!AttrSet.hasAttributes() || AttrSet.hasParentContext(Context), in verifyFunctionAttrs()
1931 if (!Attrs.hasAttributes(AttributeList::FunctionIndex)) in verifyFunctionAttrs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h183 if (!Group.second.hasAttributes()) in getAttributeGroupID()
H A DValueEnumerator.cpp397 if (GV.hasAttributes()) in ValueEnumerator()
1041 if (!AS.hasAttributes()) in EnumerateAttributes()
H A DBitcodeWriter.cpp840 if (AS.hasAttributes()) in writeAttributeTable()
1353 GV.hasAttributes() || in writeModuleInfo()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h793 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function
2527 bool hasAttributes() const { in hasAttributes() function
2528 if (!getAttributes().empty() || getDeclSpec().hasAttributes()) in hasAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1210 if (Attrs.hasAttributes() || !FwdRefAttrGrps.empty()) { in parseGlobal()
1240 if (!NumberedAttrBuilders[VarID].hasAttributes()) in parseUnnamedAttrGrp()
2581 if (ArgList[i].Attrs.hasAttributes()) in parseFunctionType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2519 if (Attrs.hasAttributes()) { in ConstructAttributeList()
H A DCodeGenModule.cpp3616 if (ExtraAttrs.hasAttributes(llvm::AttributeList::FunctionIndex)) { in GetOrCreateLLVMFunction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2487 } else if (Specs == DeclSpec::PQ_None && !DS.hasAttributes()) { in ParseSpecifierQualifierList()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp496 .hasAttributes()) in isLibCallInTailPosition()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp68 if (CallerAttrs.hasAttributes()) in isInTailCallPosition()