Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfoGOFF.cpp26 ZeroDirective = "\t.space\t"; in MCAsmInfoGOFF()
H A DMCAsmInfoXCOFF.cpp39 ZeroDirective = "\t.space\t"; in MCAsmInfoXCOFF()
H A DMCAsmInfoDarwin.cpp75 ZeroDirective = "\t.space\t"; // ".space N" emits N zeros. in MCAsmInfoDarwin()
H A DMCAsmInfo.cpp54 ZeroDirective = "\t.zero\t"; in MCAsmInfo()
H A DMCAsmStreamer.cpp1464 if (const char *ZeroDirective = MAI->getZeroDirective()) { in emitFill() local
1467 OS << ZeroDirective; in emitFill()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaMCAsmInfo.cpp25 ZeroDirective = "\t.space\t"; in XtensaMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCAsmInfo.cpp29 ZeroDirective = "\t.space\t"; in LoongArchMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCAsmInfo.cpp19 ZeroDirective = "\t.space\t"; in XCoreMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCAsmInfo.cpp30 ZeroDirective = "\t.space\t"; in HexagonMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCMCAsmInfo.cpp19 ZeroDirective = "\t.space\t"; in ARCMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCAsmInfo.cpp35 ZeroDirective = "\t.skip\t"; in WebAssemblyMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp25 ZeroDirective = "\t.space\t"; in SystemZMCAsmInfoELF()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp45 ZeroDirective = ".b8"; in NVPTXMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCAsmInfo.cpp41 ZeroDirective = "\t.space\t"; in MipsMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp50 ZeroDirective = "\t.space\t"; in PPCELFMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp37 ZeroDirective = "\t.skip\t"; in SparcELFMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h252 const char *ZeroDirective; variable
706 const char *getZeroDirective() const { return ZeroDirective; } in getZeroDirective()