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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 93 bool HasMachoTBSSDirective;
458 bool hasMachoTBSSDirective() const { return HasMachoTBSSDirective; }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmInfo.h 71 /// HasMachoTBSSDirective - True if this is a MachO target that supports
73 bool HasMachoTBSSDirective; // Default is false.
426 bool hasMachoTBSSDirective() const { return HasMachoTBSSDirective; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmInfo.h 85 bool HasMachoTBSSDirective = false;
474 bool hasMachoTBSSDirective() const { return HasMachoTBSSDirective; }

Completed in 70 milliseconds