Home
last modified time | relevance | path

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

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