Home
last modified time | relevance | path

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

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