Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h570 const char *getData32bitsDirective() const { return Data32bitsDirective; } in getData32bitsDirective() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp1262 case 4: Directive = MAI->getData32bitsDirective(); break; in emitValueImpl()