Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h589 const char *getByteListDirective() const { return ByteListDirective; } in getByteListDirective() function
/external/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp1066 } else if (MAI->getByteListDirective()) { in emitBytes()
1067 OS << MAI->getByteListDirective(); in emitBytes()