Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h691 const char *getAsciiDirective() const { return AsciiDirective; } in getAsciiDirective() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp1122 } else if (LLVM_LIKELY(MAI->getAsciiDirective())) { in emitBytes()
1123 OS << MAI->getAsciiDirective(); in emitBytes()