Searched refs:NumericAndText (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYELFStreamer.h | 21 enum class AttributeType { Hidden, Numeric, Text, NumericAndText }; enumerator 78 Item->Type = AttributeType::NumericAndText; in setAttributeItems() 85 Contents.push_back({AttributeType::NumericAndText, Attribute, IntValue, in setAttributeItems()
|
| H A D | CSKYELFStreamer.cpp | 124 case AttributeType::NumericAndText: in finishAttributeSection() 149 case AttributeType::NumericAndText: in calculateContentSize()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.h | 36 enum class AttributeType { Hidden, Numeric, Text, NumericAndText }; enumerator 94 Item->Type = AttributeType::NumericAndText; in setAttributeItems() 101 Contents.push_back({AttributeType::NumericAndText, Attribute, IntValue, in setAttributeItems()
|
| H A D | RISCVELFStreamer.cpp | 115 case AttributeType::NumericAndText: in finishAttributeSection() 140 case AttributeType::NumericAndText: in calculateContentSize()
|