Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h725 const char *getByteListDirective() const { return ByteListDirective; } in getByteListDirective() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1254 assert(MAI->getByteListDirective() && in emitBytes()
1261 OS << MAI->getByteListDirective(); in emitBytes()
1263 } else if (MAI->getByteListDirective()) { in emitBytes()
1264 OS << MAI->getByteListDirective(); in emitBytes()