Searched refs:hasAttributeAtIndex (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 755 bool hasAttributeAtIndex(unsigned Index, Attribute::AttrKind Kind) const; 758 bool hasAttributeAtIndex(unsigned Index, StringRef Kind) const; 765 return hasAttributeAtIndex(ArgNo + FirstArgIndex, Kind); 770 return hasAttributeAtIndex(ArgNo + FirstArgIndex, Kind); 780 return hasAttributeAtIndex(ReturnIndex, Kind); 785 return hasAttributeAtIndex(ReturnIndex, Kind);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptx86ABIFixups.cpp | 235 if (call_attribs.hasAttributeAtIndex(I, llvm::Attribute::ByVal)) { in fixupRSAllocationStructByValCalls()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Attributes.cpp | 1466 bool AttributeList::hasAttributeAtIndex(unsigned Index, in hasAttributeAtIndex() function in AttributeList 1471 bool AttributeList::hasAttributeAtIndex(unsigned Index, StringRef Kind) const { in hasAttributeAtIndex() function in AttributeList 1484 return hasAttributeAtIndex(AttributeList::FunctionIndex, Kind); in hasFnAttr()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 877 if (Attrs.hasAttributeAtIndex(AttrIdx, Kind)) in addIfNotExistent() 886 if (Attrs.hasAttributeAtIndex(AttrIdx, Kind)) in addIfNotExistent() 895 if (Attrs.hasAttributeAtIndex(AttrIdx, Kind)) in addIfNotExistent() 1153 bool HasAttr = AttrList.hasAttributeAtIndex(getAttrIdx(), AK); in getAttrsFromIRAttr()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 86 return Attrs.hasAttributeAtIndex(OpIdx, Attr); in addArgFlagsFromAttributes()
|
| /openbsd-src/gnu/llvm/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 670 if (Attrs.hasAttributeAtIndex(i, TypedAttr)) { in mapAttributeTypes()
|