Home
last modified time | relevance | path

Searched refs:UsesELFSectionDirectiveForBSS (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCAsmInfo.cpp25 UsesELFSectionDirectiveForBSS = true; in AVRMCAsmInfo()
/llvm-project-15.0.7/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCAsmInfo.cpp26 UsesELFSectionDirectiveForBSS = true; in MSP430MCAsmInfo()
/llvm-project-15.0.7/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCAsmInfo.cpp37 UsesELFSectionDirectiveForBSS = true; in VEELFMCAsmInfo()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCAsmInfo.cpp29 UsesELFSectionDirectiveForBSS = true; in LanaiMCAsmInfo()
/llvm-project-15.0.7/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCMCAsmInfo.cpp22 UsesELFSectionDirectiveForBSS = true; in ARCMCAsmInfo()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCAsmInfo.cpp34 UsesELFSectionDirectiveForBSS = true; in HexagonMCAsmInfo()
/llvm-project-15.0.7/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCAsmInfo.h30 UsesELFSectionDirectiveForBSS = true; in BPFMCAsmInfo()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp24 UsesELFSectionDirectiveForBSS = true; in SystemZMCAsmInfoELF()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCAsmInfo.cpp35 UsesELFSectionDirectiveForBSS = true; in AMDGPUMCAsmInfo()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp38 UsesELFSectionDirectiveForBSS = true; in PPCELFMCAsmInfo()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp43 UsesELFSectionDirectiveForBSS = true; in SparcELFMCAsmInfo()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.cpp46 UsesELFSectionDirectiveForBSS = true; in AArch64MCAsmInfoDarwin()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmInfo.h319 bool UsesELFSectionDirectiveForBSS = false; variable
620 return UsesELFSectionDirectiveForBSS; in usesELFSectionDirectiveForBSS()