Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h404 const char *getData32bitsDirective() const { return Data32bitsDirective; } in getData32bitsDirective() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h431 const char *getData32bitsDirective() const { return Data32bitsDirective; } in getData32bitsDirective() function
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h462 const char *getData32bitsDirective() const { return Data32bitsDirective; } in getData32bitsDirective() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp792 case 4: Directive = MAI->getData32bitsDirective(); break; in EmitValueImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp986 case 4: Directive = MAI->getData32bitsDirective(); break; in EmitValueImpl()
/external/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp1133 case 4: Directive = MAI->getData32bitsDirective(); break; in emitValueImpl()