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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 89 bool HasMachoZeroFillDirective;
457 bool hasMachoZeroFillDirective() const { return HasMachoZeroFillDirective; }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmInfo.h 67 /// HasMachoZeroFillDirective - True if this is a MachO target that supports
69 bool HasMachoZeroFillDirective; // Default is false.
425 bool hasMachoZeroFillDirective() const { return HasMachoZeroFillDirective; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmInfo.h 81 bool HasMachoZeroFillDirective = false;
473 bool hasMachoZeroFillDirective() const { return HasMachoZeroFillDirective; }

Completed in 61 milliseconds