Home
last modified time | relevance | path

Searched refs:AttributeType (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 }; enum
24 AttributeType Type;
48 Item->Type = AttributeType::Numeric; in setAttributeItem()
54 Contents.push_back({AttributeType::Numeric, Attribute, Value, ""}); in setAttributeItem()
63 Item->Type = AttributeType::Text; in setAttributeItem()
69 Contents.push_back({AttributeType::Text, Attribute, 0, std::string(Value)}); in setAttributeItem()
78 Item->Type = AttributeType::NumericAndText; in setAttributeItems()
85 Contents.push_back({AttributeType::NumericAndText, Attribute, IntValue, in setAttributeItems()
H A DCSKYELFStreamer.cpp117 case AttributeType::Numeric: in finishAttributeSection()
120 case AttributeType::Text: in finishAttributeSection()
124 case AttributeType::NumericAndText: in finishAttributeSection()
139 case AttributeType::Hidden: in calculateContentSize()
141 case AttributeType::Numeric: in calculateContentSize()
145 case AttributeType::Text: in calculateContentSize()
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 }; enum
39 AttributeType Type;
64 Item->Type = AttributeType::Numeric; in setAttributeItem()
70 Contents.push_back({AttributeType::Numeric, Attribute, Value, ""}); in setAttributeItem()
79 Item->Type = AttributeType::Text; in setAttributeItem()
85 Contents.push_back({AttributeType::Text, Attribute, 0, std::string(Value)}); in setAttributeItem()
94 Item->Type = AttributeType::NumericAndText; in setAttributeItems()
101 Contents.push_back({AttributeType::NumericAndText, Attribute, IntValue, in setAttributeItems()
H A DRISCVELFStreamer.cpp108 case AttributeType::Numeric: in finishAttributeSection()
111 case AttributeType::Text: in finishAttributeSection()
115 case AttributeType::NumericAndText: in finishAttributeSection()
130 case AttributeType::Hidden: in calculateContentSize()
132 case AttributeType::Numeric: in calculateContentSize()
136 case AttributeType::Text: in calculateContentSize()
140 case AttributeType::NumericAndText: in calculateContentSize()