Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDFunction.h77 AttributeList AttributeSets; ///< Parameter attributes variable
223 AttributeList getAttributes() const { return AttributeSets; } in getAttributes()
226 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes()
324 return AttributeSets.hasFnAttribute(Kind); in hasFnAttribute()
329 return AttributeSets.hasFnAttribute(Kind); in hasFnAttribute()
347 AttributeSets.getStackAlignment(AttributeList::FunctionIndex)) in getFnStackAlignment()
414 return AttributeSets.getAttribute(i, Kind); in getAttribute()
419 return AttributeSets.getAttribute(i, Kind); in getAttribute()
447 return AttributeSets.getParamAlignment(ArgNo); in getParamAlign()
452 Type *Ty = AttributeSets.getParamByValType(ArgNo); in getParamByValType()
[all …]