Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h405 const char *getData64bitsDirective() const { return Data64bitsDirective; } in getData64bitsDirective() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h432 const char *getData64bitsDirective() const { return Data64bitsDirective; } in getData64bitsDirective() function
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h463 const char *getData64bitsDirective() const { return Data64bitsDirective; } in getData64bitsDirective() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp793 case 8: Directive = MAI->getData64bitsDirective(); break; in EmitValueImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp987 case 8: Directive = MAI->getData64bitsDirective(); break; in EmitValueImpl()
/external/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp1134 case 8: Directive = MAI->getData64bitsDirective(); break; in emitValueImpl()