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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 496 const char *getAscizDirective() const {
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 657 if (MAI.getAscizDirective() && Data.back() == 0) {
658 OS << MAI.getAscizDirective();
    [all...]

Completed in 34 milliseconds