Searched refs:getAscizDirective (Results 1 – 5 of 5) sorted by relevance
346 if (MAI.getAscizDirective() && Data.back() == 0) { in EmitBytes()347 OS << MAI.getAscizDirective(); in EmitBytes()
496 const char *getAscizDirective() const { in getAscizDirective() function
499 const char *getAscizDirective() const { return AscizDirective; } in getAscizDirective() function
585 if (MAI.getAscizDirective() && Data.back() == 0) { in EmitBytes()586 OS << MAI.getAscizDirective(); in EmitBytes()
753 if (MAI->getAscizDirective() && Data.back() == 0) { in EmitBytes()754 OS << MAI->getAscizDirective(); in EmitBytes()