Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h557 const char *getData64bitsDirective() const { return Data64bitsDirective; } in getData64bitsDirective() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp1218 case 8: Directive = MAI->getData64bitsDirective(); break; in emitValueImpl()