Searched refs:NumericAttribute (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCELFStreamer.cpp | 529 Item->Type = AttributeItem::NumericAttribute; in setAttributeItem() 535 AttributeItem Item = {AttributeItem::NumericAttribute, Attribute, Value, in setAttributeItem() 591 case AttributeItem::NumericAttribute: in calculateContentSize() 653 case AttributeItem::NumericAttribute: in createAttributesSection() 714 case AttributeItem::NumericAttribute: in createAttributesWithSubsection()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCELFStreamer.h | 93 NumericAttribute, enumerator 148 AttributeItem Item = {AttributeItem::NumericAttribute, Tag, Value, in emitGNUAttribute()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64TargetStreamer.cpp | 220 ? MCELFStreamer::AttributeItem::NumericAttribute in emitAttribute() 229 MCELFStreamer::AttributeItem::NumericAttribute, Tag, Value, "")); in emitAttribute()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ELFAttributes.h | 30 NumericAttribute = 0, enumerator
|