Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h573 const char *getData32bitsDirective() const { return Data32bitsDirective; } in getData32bitsDirective() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1330 case 4: Directive = MAI->getData32bitsDirective(); break; in emitValueImpl()