Home
last modified time | relevance | path

Searched refs:AttributeType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/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()
/freebsd/crypto/openssl/doc/man3/
H A DX509_ATTRIBUTE.pod79 type AttributeType,
82 AttributeType ::= OBJECT IDENTIFIER
83 AttributeValue ::= ANY -- DEFINED BY AttributeType
96 In OpenSSL B<AttributeType> maps to an B<ASN1_OBJECT> object
/freebsd/crypto/heimdal/lib/asn1/
H A Drfc2459.asn1152 AttributeType ::= OBJECT IDENTIFIER
166 type AttributeType,
171 type AttributeType,
/freebsd/crypto/heimdal/doc/
H A Dlayman.asc1527 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