Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h704 const char *getByteListDirective() const { return ByteListDirective; } in getByteListDirective() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1141 assert(MAI->getByteListDirective() && in emitBytes()
1148 OS << MAI->getByteListDirective(); in emitBytes()
1150 } else if (MAI->getByteListDirective()) { in emitBytes()
1151 OS << MAI->getByteListDirective(); in emitBytes()