Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h547 const char *getData64bitsDirective() const { return Data64bitsDirective; } in getData64bitsDirective() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp1208 case 8: Directive = MAI->getData64bitsDirective(); break; in emitValueImpl()