Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCAsmInfo.h571 const char *getData64bitsDirective() const { return Data64bitsDirective; } in getData64bitsDirective() function
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCAsmStreamer.cpp1263 case 8: Directive = MAI->getData64bitsDirective(); break; in emitValueImpl()