Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp419 uint64_t InnerTag = de.getULEB128(cursor); in also_compatible_with() local
422 any_of(tagToStringMap, [InnerTag](const TagNameItem &Item) { in also_compatible_with()
423 return Item.attr == InnerTag; in also_compatible_with()
429 Twine(InnerTag) + " is not a valid tag number"); in also_compatible_with()
431 switch (InnerTag) { in also_compatible_with()
439 ELFAttrs::attrTypeAsString(InnerTag, tagToStringMap) + in also_compatible_with()
442 DescStream << ELFAttrs::attrTypeAsString(InnerTag, tagToStringMap) in also_compatible_with()
452 ELFAttrs::attrTypeAsString(InnerTag, tagToStringMap) + in also_compatible_with()
460 DescStream << ELFAttrs::attrTypeAsString(InnerTag, tagToStringMap) in also_compatible_with()
466 DescStream << ELFAttrs::attrTypeAsString(InnerTag, tagToStringMap) in also_compatible_with()