Home
last modified time | relevance | path

Searched refs:Data8bitsDirective (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCAsmInfo.cpp30 Data8bitsDirective = "\t.byte\t"; in VEELFMCAsmInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCAsmInfo.cpp36 Data8bitsDirective = "\t.int8\t"; in WebAssemblyMCAsmInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp41 Data8bitsDirective = ".b8 "; in NVPTXMCAsmInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h282 const char *Data8bitsDirective; variable
544 const char *getData8bitsDirective() const { return Data8bitsDirective; } in getData8bitsDirective()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmInfo.cpp56 Data8bitsDirective = "\t.byte\t"; in MCAsmInfo()