Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h569 const char *getData16bitsDirective() const { return Data16bitsDirective; } in getData16bitsDirective() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp1261 case 2: Directive = MAI->getData16bitsDirective(); break; in emitValueImpl()