Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceAttributes.cpp62 if (AS.hasAttributes()) { in visitGlobalVariable()
97 if (AttrSet.hasAttributes()) in visitAttributeList()
106 if (FnAttrSet.hasAttributes()) in visitAttributeList()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp483 bool hasAttributes = false; in printName() local
512 hasAttributes = true; in printName()
521 os << (hasAttributes ? ", " : " ("); in printName()
523 hasAttributes = true; in printName()
526 os << (hasAttributes ? ", " : " ("); in printName()
529 hasAttributes = true; in printName()
532 os << (hasAttributes ? ", " : " ("); in printName()
534 hasAttributes = true; in printName()
537 os << (hasAttributes ? ", " : " ("); in printName()
539 hasAttributes = true; in printName()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalVariable.h207 bool hasAttributes() const { in hasAttributes() function
208 return Attrs.hasAttributes(); in hasAttributes()
230 if (!hasAttributes()) in getAttributesAsList()
H A DAttributes.h355 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes() function
1099 bool hasAttributes() const { return !Attrs.empty(); }
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp718 if (!hasAttributes()) in addAttributes()
721 if (!AS.hasAttributes()) in addAttributes()
848 assert(hasAttributes() && "empty AttributeSet doesn't refer to any context"); in hasParentContext()
1175 return !Pair.second.hasAttributes(); in get()
1200 if (ArgAttrs[I - 1].hasAttributes()) { in get()
1208 if (RetAttrs.hasAttributes()) in get()
1210 else if (FnAttrs.hasAttributes()) in get()
1235 if (!Attrs.hasAttributes()) in get()
1338 while (!AttrSets.empty() && !AttrSets.back().hasAttributes()) in setAttributesAtIndex()
1348 if (!B.hasAttributes()) in addAttributesAtIndex()
[all …]
H A DAttributeImpl.h253 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
H A DAsmWriter.cpp976 if (Attrs.hasAttributes()) in processModule()
1007 if (FnAttrs.hasAttributes()) in processModule()
1048 if (Attrs.hasAttributes()) in processFunction()
1270 assert(AS.hasAttributes() && "Doesn't need a slot!"); in CreateAttributeSetSlot()
2731 if (Attrs.hasAttributes()) { in writeParamOperand()
3658 if (Attrs.hasAttributes()) in printGlobal()
3835 if (ArgAttrs.hasAttributes()) { in printFunction()
3924 if (Attrs.hasAttributes()) { in printArgument()
H A DVerifier.cpp1789 if (!Attrs.hasAttributes()) in verifyParameterAttrs()
1956 Check(!AttrSet.hasAttributes() || AttrSet.hasParentContext(Context), in verifyFunctionAttrs()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h183 if (!Group.second.hasAttributes()) in getAttributeGroupID()
H A DDXILValueEnumerator.cpp398 if (GV.hasAttributes()) in ValueEnumerator()
1011 if (!AS.hasAttributes()) in EnumerateAttributes()
H A DDXILBitcodeWriter.cpp944 if (AS.hasAttributes()) in writeAttributeTable()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h183 if (!Group.second.hasAttributes()) in getAttributeGroupID()
H A DValueEnumerator.cpp360 if (GV.hasAttributes()) in ValueEnumerator()
1006 if (!AS.hasAttributes()) in EnumerateAttributes()
H A DBitcodeWriter.cpp882 if (AS.hasAttributes()) in writeAttributeTable()
1418 GV.hasComdat() || GV.hasAttributes() || GV.isDSOLocal() || in writeModuleInfo()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h816 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function
2596 bool hasAttributes() const { in hasAttributes() function
2598 getDeclSpec().hasAttributes()) in hasAttributes()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1353 if (!AB.hasAttributes()) in IdentifyValidAttributes()
1375 if (!Valid.hasAttributes()) in AddReturnAttributes()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp1332 if (Attrs.hasAttributes() || !FwdRefAttrGrps.empty()) { in parseGlobal()
1367 if (!R->second.hasAttributes()) in parseUnnamedAttrGrp()
2936 if (ArgList[i].Attrs.hasAttributes()) in parseFunctionType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp2647 if (Attrs.hasAttributes()) { in ConstructAttributeList()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp2594 } else if (Specs == DeclSpec::PQ_None && !DS.hasAttributes()) { in ParseSpecifierQualifierList()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp578 .hasAttributes()) in isLibCallInTailPosition()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp69 if (CallerAttrs.hasAttributes()) in isInTailCallPosition()