Home
last modified time | relevance | path

Searched refs:getByteListDirective (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h719 const char *getByteListDirective() const { return ByteListDirective; } in getByteListDirective() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp1186 assert(MAI->getByteListDirective() && in emitBytes()
1193 OS << MAI->getByteListDirective(); in emitBytes()
1195 } else if (MAI->getByteListDirective()) { in emitBytes()
1196 OS << MAI->getByteListDirective(); in emitBytes()