| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 485 bool hasAttributes = false; in printName() local 525 hasAttributes = true; in printName() 531 hasAttributes = true; in printName() 536 hasAttributes = true; in printName() 541 hasAttributes = true; in printName() 546 hasAttributes = true; in printName() 551 hasAttributes = true; in printName() 566 hasAttributes = true; in printName() 573 hasAttributes = true; in printName() 578 hasAttributes = true; in printName() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalVariable.h | 213 bool hasAttributes() const { in hasAttributes() function 214 return Attrs.hasAttributes(); in hasAttributes() 236 if (!hasAttributes()) in getAttributesAsList()
|
| H A D | Attributes.h | 357 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes() function 1049 bool hasAttributes() const { return !Attrs.empty(); }
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Attributes.cpp | 737 if (!hasAttributes()) in addAttributes() 740 if (!AS.hasAttributes()) in addAttributes() 1204 return !Pair.second.hasAttributes(); in get() 1229 if (ArgAttrs[I - 1].hasAttributes()) { in get() 1237 if (RetAttrs.hasAttributes()) in get() 1239 else if (FnAttrs.hasAttributes()) in get() 1264 if (!Attrs.hasAttributes()) in get() 1367 while (!AttrSets.empty() && !AttrSets.back().hasAttributes()) in setAttributesAtIndex() 1377 if (!B.hasAttributes()) in addAttributesAtIndex() 1505 return getAttributes(Index).hasAttributes(); in hasAttributesAtIndex() [all …]
|
| H A D | AttributeImpl.h | 253 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
|
| H A D | AsmWriter.cpp | 1001 if (Attrs.hasAttributes()) in processModule() 1032 if (FnAttrs.hasAttributes()) in processModule() 1073 if (Attrs.hasAttributes()) in processFunction() 1317 assert(AS.hasAttributes() && "Doesn't need a slot!"); in CreateAttributeSetSlot() 2791 if (Attrs.hasAttributes()) { in writeParamOperand() 3737 if (Attrs.hasAttributes()) in printGlobal() 3917 if (ArgAttrs.hasAttributes()) { in printFunction() 4008 if (Attrs.hasAttributes()) { in printArgument()
|
| H A D | Verifier.cpp | 1861 if (!Attrs.hasAttributes()) in verifyParameterAttrs() 2012 Check(!AttrSet.hasAttributes() || AttrSet.hasParentContext(Context), in verifyFunctionAttrs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILValueEnumerator.h | 183 if (!Group.second.hasAttributes()) in getAttributeGroupID()
|
| H A D | DXILValueEnumerator.cpp | 398 if (GV.hasAttributes()) in ValueEnumerator() 1011 if (!AS.hasAttributes()) in EnumerateAttributes()
|
| H A D | DXILBitcodeWriter.cpp | 943 if (AS.hasAttributes()) in writeAttributeTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.h | 183 if (!Group.second.hasAttributes()) in getAttributeGroupID()
|
| H A D | ValueEnumerator.cpp | 360 if (GV.hasAttributes()) in ValueEnumerator() 1006 if (!AS.hasAttributes()) in EnumerateAttributes()
|
| H A D | BitcodeWriter.cpp | 919 if (AS.hasAttributes()) in writeAttributeTable() 1457 GV.hasComdat() || GV.hasAttributes() || GV.isDSOLocal() || in writeModuleInfo()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 832 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function 2613 bool hasAttributes() const { in hasAttributes() function 2615 getDeclSpec().hasAttributes()) in hasAttributes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1380 if (!ValidUB.hasAttributes() && !ValidPG.hasAttributes()) in AddReturnAttributes() 1464 if (ValidPG.hasAttributes()) { in AddReturnAttributes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 1411 if (Attrs.hasAttributes() || !FwdRefAttrGrps.empty()) { in parseGlobal() 1446 if (!R->second.hasAttributes()) in parseUnnamedAttrGrp() 3115 if (ArgList[i].Attrs.hasAttributes()) in parseFunctionType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2862 if (Attrs.hasAttributes()) { in ConstructAttributeList()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 2738 } else if (Specs == DeclSpec::PQ_None && !DS.hasAttributes()) { in ParseSpecifierQualifierList()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 495 .hasAttributes()) in isLibCallInTailPosition()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 70 if (CallerAttrs.hasAttributes()) in isInTailCallPosition()
|