Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h556 const char *getData32bitsDirective() const { return Data32bitsDirective; } in getData32bitsDirective() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp1217 case 4: Directive = MAI->getData32bitsDirective(); break; in emitValueImpl()