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.cpp30 ZeroDirective = "\t.space\t"; in MCAsmInfoXCOFF()
H A DMCAsmInfoDarwin.cpp74 ZeroDirective = "\t.space\t"; // ".space N" emits N zeros. in MCAsmInfoDarwin()
H A DMCAsmInfo.cpp53 ZeroDirective = "\t.zero\t"; in MCAsmInfo()
H A DMCAsmStreamer.cpp1428 if (const char *ZeroDirective = MAI->getZeroDirective()) { in emitFill() local
1431 OS << ZeroDirective; in emitFill()
/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/ARC/MCTargetDesc/
H A DARCMCAsmInfo.cpp19 ZeroDirective = "\t.space\t"; in ARCMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp45 ZeroDirective = ".b8"; in NVPTXMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCAsmInfo.cpp46 ZeroDirective = "\t.skip\t"; in WebAssemblyMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaMCAsmInfo.cpp26 ZeroDirective = "\t.space\t"; in XtensaMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCAsmInfo.cpp42 ZeroDirective = "\t.space\t"; in HexagonMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp37 ZeroDirective = "\t.skip\t"; in SparcELFMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp34 ZeroDirective = "\t.space\t"; in SystemZMCAsmInfoELF()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h225 const char *ZeroDirective; variable
575 const char *getZeroDirective() const { return ZeroDirective; } in getZeroDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCAsmInfo.cpp44 ZeroDirective = "\t.space\t"; in MipsELFMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCAsmInfo.cpp206 ZeroDirective = "\t.space\t"; in LoongArchMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp203 ZeroDirective = "\t.space\t"; in PPCELFMCAsmInfo()