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

  /external/llvm/lib/MC/
MCAsmInfoDarwin.cpp 43 HasMachoZeroFillDirective = true; // Uses .zerofill
MCAsmInfo.cpp 30 HasMachoZeroFillDirective = false;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 63 /// HasMachoZeroFillDirective - True if this is a MachO target that supports
65 bool HasMachoZeroFillDirective; // Default is false.
403 bool hasMachoZeroFillDirective() const { return HasMachoZeroFillDirective; }

Completed in 56 milliseconds