Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmInfoXCOFF.cpp42 ByteListDirective = "\t.byte\t"; in MCAsmInfoXCOFF()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h266 const char *ByteListDirective = nullptr; variable
693 const char *getByteListDirective() const { return ByteListDirective; } in getByteListDirective()