Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h377 const char *getData8bitsDirective() const { return Data8bitsDirective; } in getData8bitsDirective() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp626 OS << MAI->getData8bitsDirective(); in EmitBytes()
657 case 1: Directive = MAI->getData8bitsDirective(); break; in EmitValueImpl()