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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 83 bool HasMachoZeroFillDirective;
440 bool hasMachoZeroFillDirective() const { return HasMachoZeroFillDirective; }
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 425 if (MAI->hasMachoZeroFillDirective()) {
462 if (GVKind.isBSSExtern() && MAI->hasMachoZeroFillDirective()) {
    [all...]

Completed in 47 milliseconds