Home
last modified time | relevance | path

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

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