Searched refs:AttributeType (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
| D | RISCVELFStreamer.h | 36 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()
|
| D | RISCVELFStreamer.cpp | 108 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()
|