Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmInfo.h717 const char *getByteListDirective() const { return ByteListDirective; } in getByteListDirective() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAsmStreamer.cpp1171 assert(MAI->getByteListDirective() && in emitBytes()
1178 OS << MAI->getByteListDirective(); in emitBytes()
1180 } else if (MAI->getByteListDirective()) { in emitBytes()
1181 OS << MAI->getByteListDirective(); in emitBytes()