Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/MC/
DMCAsmInfoXCOFF.cpp32 ByteListDirective = "\t.byte\t"; in MCAsmInfoXCOFF()
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h218 const char *ByteListDirective = nullptr; variable
589 const char *getByteListDirective() const { return ByteListDirective; } in getByteListDirective()