Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.h19 enum class AttributeType { Hidden, Numeric, Text, NumericAndText }; enumerator
77 Item->Type = AttributeType::NumericAndText; in setAttributeItems()
84 Contents.push_back({AttributeType::NumericAndText, Attribute, IntValue, in setAttributeItems()
H A DRISCVELFStreamer.cpp115 case AttributeType::NumericAndText: in finishAttributeSection()
140 case AttributeType::NumericAndText: in calculateContentSize()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.h21 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 DCSKYELFStreamer.cpp124 case AttributeType::NumericAndText: in finishAttributeSection()
149 case AttributeType::NumericAndText: in calculateContentSize()