Searched refs:AttributeType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.h | 19 enum class AttributeType { Hidden, Numeric, Text, NumericAndText }; enum 22 AttributeType Type; 46 Item->Type = AttributeType::Numeric; in setAttributeItem() 52 Contents.push_back({AttributeType::Numeric, Attribute, Value, ""}); in setAttributeItem() 61 Item->Type = AttributeType::Text; in setAttributeItem() 67 Contents.push_back({AttributeType::Text, Attribute, 0, std::string(Value)}); in setAttributeItem() 76 Item->Type = AttributeType::NumericAndText; in setAttributeItems() 83 Contents.push_back({AttributeType::NumericAndText, Attribute, IntValue, in setAttributeItems()
|
| H A D | RISCVELFStreamer.cpp | 133 case AttributeType::Numeric: in finishAttributeSection() 136 case AttributeType::Text: in finishAttributeSection() 140 case AttributeType::NumericAndText: in finishAttributeSection() 155 case AttributeType::Hidden: in calculateContentSize() 157 case AttributeType::Numeric: in calculateContentSize() 161 case AttributeType::Text: in calculateContentSize() 165 case AttributeType::NumericAndText: in calculateContentSize()
|
| /freebsd-13.1/crypto/heimdal/lib/asn1/ |
| H A D | rfc2459.asn1 | 152 AttributeType ::= OBJECT IDENTIFIER 166 type AttributeType, 171 type AttributeType,
|
| /freebsd-13.1/crypto/heimdal/doc/ |
| H A D | layman.asc | 1527 AttributeType, 1530 AttributeType ::= OBJECT IDENTIFIER 1553 type consisting of two components, an AttributeType type and 1556 The AttributeType type identifies an attribute by object 1580 AttributeValueAssertion value. The AttributeType value is 1598 6.2.1 AttributeType 1600 The three AttributeType values are OCTET STRING values, so
|