Home
last modified time | relevance | path

Searched refs:getData16bitsDirective (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAsmInfo.h403 const char *getData16bitsDirective() const { return Data16bitsDirective; } in getData16bitsDirective() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h430 const char *getData16bitsDirective() const { return Data16bitsDirective; } in getData16bitsDirective() function
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h461 const char *getData16bitsDirective() const { return Data16bitsDirective; } in getData16bitsDirective() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp791 case 2: Directive = MAI->getData16bitsDirective(); break; in EmitValueImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp985 case 2: Directive = MAI->getData16bitsDirective(); break; in EmitValueImpl()
/external/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp1132 case 2: Directive = MAI->getData16bitsDirective(); break; in emitValueImpl()