Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h379 const char *getData32bitsDirective() const { return Data32bitsDirective; } in getData32bitsDirective() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp659 case 4: Directive = MAI->getData32bitsDirective(); break; in EmitValueImpl()