Home
last modified time | relevance | path

Searched refs:ZeroDirective (Results 1 – 17 of 17) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCAsmInfoGOFF.cpp26 ZeroDirective = "\t.space\t"; in MCAsmInfoGOFF()
HDMCAsmInfoXCOFF.cpp39 ZeroDirective = "\t.space\t"; in MCAsmInfoXCOFF()
HDMCAsmInfoDarwin.cpp75 ZeroDirective = "\t.space\t"; // ".space N" emits N zeros. in MCAsmInfoDarwin()
HDMCAsmInfo.cpp54 ZeroDirective = "\t.zero\t"; in MCAsmInfo()
HDMCAsmStreamer.cpp1464 if (const char *ZeroDirective = MAI->getZeroDirective()) { in emitFill() local
1467 OS << ZeroDirective; in emitFill()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
HDXtensaMCAsmInfo.cpp25 ZeroDirective = "\t.space\t"; in XtensaMCAsmInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
HDLoongArchMCAsmInfo.cpp29 ZeroDirective = "\t.space\t"; in LoongArchMCAsmInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCAsmInfo.cpp30 ZeroDirective = "\t.space\t"; in HexagonMCAsmInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
HDARCMCAsmInfo.cpp19 ZeroDirective = "\t.space\t"; in ARCMCAsmInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/
HDXCoreMCAsmInfo.cpp19 ZeroDirective = "\t.space\t"; in XCoreMCAsmInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
HDWebAssemblyMCAsmInfo.cpp35 ZeroDirective = "\t.skip\t"; in WebAssemblyMCAsmInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
HDNVPTXMCAsmInfo.cpp45 ZeroDirective = ".b8"; in NVPTXMCAsmInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
HDSystemZMCAsmInfo.cpp25 ZeroDirective = "\t.space\t"; in SystemZMCAsmInfoELF()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsMCAsmInfo.cpp41 ZeroDirective = "\t.space\t"; in MipsMCAsmInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMCAsmInfo.cpp50 ZeroDirective = "\t.space\t"; in PPCELFMCAsmInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
HDSparcMCAsmInfo.cpp37 ZeroDirective = "\t.skip\t"; in SparcELFMCAsmInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAsmInfo.h252 const char *ZeroDirective; variable
706 const char *getZeroDirective() const { return ZeroDirective; } in getZeroDirective()