Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCAsmInfoXCOFF.cpp43 ByteListDirective = "\t.byte\t"; in MCAsmInfoXCOFF()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h269 const char *ByteListDirective = nullptr; variable
719 const char *getByteListDirective() const { return ByteListDirective; } in getByteListDirective()