Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h712 const char *getByteListDirective() const { return ByteListDirective; } in getByteListDirective() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1269 assert(MAI->getByteListDirective() && in emitBytes()
1276 OS << MAI->getByteListDirective(); in emitBytes()
1278 } else if (MAI->getByteListDirective()) { in emitBytes()
1279 OS << MAI->getByteListDirective(); in emitBytes()