Home
last modified time | relevance | path

Searched defs:AttributeSet (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDAttributes.h342 explicit AttributeSet(AttributeSetNode *ASN) : SetNode(ASN) {} in AttributeSet() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDAttributeImpl.h383 size_t numTrailingObjects(OverloadToken<AttributeSet>) { return NumAttrSets; } in numTrailingObjects()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFVerifier.cpp377 SmallDenseSet<uint16_t> AttributeSet; in verifyAbbrevSection() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributor.cpp1115 function_ref<bool(const DescTy &, AttributeSet, in updateAttrMap() argument