HomeSort by relevance Sort by last modified time
    Searched refs:AttributeItem (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 248 struct AttributeItem {
259 static bool LessTag(const AttributeItem &LHS, const AttributeItem &RHS) {
280 SmallVector<AttributeItem, 64> Contents;
284 AttributeItem *getAttributeItem(unsigned Attribute) {
294 if (AttributeItem *Item = getAttributeItem(Attribute)) {
297 Item->Type = AttributeItem::NumericAttribute;
303 AttributeItem Item = {
304 AttributeItem::NumericAttribute,
315 if (AttributeItem *Item = getAttributeItem(Attribute))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 277 struct AttributeItem {
288 static bool LessTag(const AttributeItem &LHS, const AttributeItem &RHS) {
309 SmallVector<AttributeItem, 64> Contents;
313 AttributeItem *getAttributeItem(unsigned Attribute) {
323 if (AttributeItem *Item = getAttributeItem(Attribute)) {
326 Item->Type = AttributeItem::NumericAttribute;
332 AttributeItem Item = {
333 AttributeItem::NumericAttribute,
344 if (AttributeItem *Item = getAttributeItem(Attribute))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMAsmPrinter.cpp 115 } AttributeItem;
    [all...]

Completed in 800 milliseconds