Searched refs:getAscizDirective (Results 1 – 3 of 3) sorted by relevance
343 if (MAI.getAscizDirective() && Data.back() == 0) { in EmitBytes()344 OS << MAI.getAscizDirective(); in EmitBytes()
444 const char *getAscizDirective() const { in getAscizDirective() function
576 if (MAI.getAscizDirective() && Data.back() == 0) { in EmitBytes()577 OS << MAI.getAscizDirective(); in EmitBytes()