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.cpp393 uint64_t InnerTag = de.getULEB128(cursor); in also_compatible_with() local
396 any_of(tagToStringMap, [InnerTag](const TagNameItem &Item) { in also_compatible_with()
397 return Item.attr == InnerTag; in also_compatible_with()
403 Twine(InnerTag) + " is not a valid tag number"); in also_compatible_with()
405 switch (InnerTag) { in also_compatible_with()
413 ELFAttrs::attrTypeAsString(InnerTag, tagToStringMap) + in also_compatible_with()
416 DescStream << ELFAttrs::attrTypeAsString(InnerTag, tagToStringMap) in also_compatible_with()
426 ELFAttrs::attrTypeAsString(InnerTag, tagToStringMap) + in also_compatible_with()
434 DescStream << ELFAttrs::attrTypeAsString(InnerTag, tagToStringMap) in also_compatible_with()
440 DescStream << ELFAttrs::attrTypeAsString(InnerTag, tagToStringMap) in also_compatible_with()