Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfoXCOFF.cpp43 ByteListDirective = "\t.byte\t"; in MCAsmInfoXCOFF()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h272 const char *ByteListDirective = nullptr; variable
712 const char *getByteListDirective() const { return ByteListDirective; } in getByteListDirective()