Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h498 const char *getAsciiDirective() const { return AsciiDirective; } in getAsciiDirective() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h546 const char *getAsciiDirective() const { return AsciiDirective; } in getAsciiDirective() function
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h587 const char *getAsciiDirective() const { return AsciiDirective; } in getAsciiDirective() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp928 !(MAI->getAscizDirective() || MAI->getAsciiDirective())) { in EmitBytes()
947 OS << MAI->getAsciiDirective(); in EmitBytes()
/external/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp1064 } else if (LLVM_LIKELY(MAI->getAsciiDirective())) { in emitBytes()
1065 OS << MAI->getAsciiDirective(); in emitBytes()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp757 OS << MAI->getAsciiDirective(); in EmitBytes()