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 500 const char *getAscizDirective() const {
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 650 if (MAI->getAscizDirective() && Data.back() == 0) {
651 OS << MAI->getAscizDirective();
    [all...]

Completed in 2562 milliseconds