Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCAsmInfo.cpp30 Data8bitsDirective = "\t.byte\t"; in VEELFMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCAsmInfo.cpp25 Data8bitsDirective = "\t.byte\t"; in LoongArchMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCAsmInfo.cpp37 Data8bitsDirective = "\t.int8\t"; in WebAssemblyMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp41 Data8bitsDirective = ".b8 "; in NVPTXMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h288 const char *Data8bitsDirective; variable
564 const char *getData8bitsDirective() const { return Data8bitsDirective; } in getData8bitsDirective()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfo.cpp57 Data8bitsDirective = "\t.byte\t"; in MCAsmInfo()