Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h546 const char *getData32bitsDirective() const { return Data32bitsDirective; } in getData32bitsDirective() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp1207 case 4: Directive = MAI->getData32bitsDirective(); break; in emitValueImpl()