Home
last modified time | relevance | path

Searched refs:hasAttributeAtIndex (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h755 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 DRenderScriptx86ABIFixups.cpp235 if (call_attribs.hasAttributeAtIndex(I, llvm::Attribute::ByVal)) { in fixupRSAllocationStructByValCalls()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp1466 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 DAttributor.cpp877 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 DCallLowering.cpp86 return Attrs.hasAttributeAtIndex(OpIdx, Attr); in addArgFlagsFromAttributes()
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp670 if (Attrs.hasAttributeAtIndex(i, TypedAttr)) { in mapAttributeTypes()