Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.h36 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 DRISCVELFStreamer.cpp115 case AttributeType::NumericAndText: in finishAttributeSection()
140 case AttributeType::NumericAndText: in calculateContentSize()