Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp112 const char *Directive = MAI->getData8bitsDirective(); in emitRawBytes()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h544 const char *getData8bitsDirective() const { return Data8bitsDirective; } in getData8bitsDirective() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp1163 const char *Directive = MAI->getData8bitsDirective(); in emitBytes()
1176 OS << MAI->getData8bitsDirective(); in emitBinaryData()
1205 case 1: Directive = MAI->getData8bitsDirective(); break; in emitValueImpl()
1339 OS << MAI->getData8bitsDirective() << (int)FillValue; in emitFill()
H A DMCStreamer.cpp79 const char *Directive = MAI->getData8bitsDirective(); in emitRawBytes()