Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h388 const char *getData64bitsDirective() const { return Data64bitsDirective; } in getData64bitsDirective() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp702 case 8: Directive = MAI->getData64bitsDirective(); break; in EmitValueImpl()