Searched refs:UsesELFSectionDirectiveForBSS (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCAsmInfo.cpp30 UsesELFSectionDirectiveForBSS = true;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/CellSPU/MCTargetDesc/
H A DSPUMCAsmInfo.cpp41 UsesELFSectionDirectiveForBSS = true;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCAsmInfo.cpp34 UsesELFSectionDirectiveForBSS = true;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp36 UsesELFSectionDirectiveForBSS = true;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp51 UsesELFSectionDirectiveForBSS = true;
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCAsmInfo.cpp62 UsesELFSectionDirectiveForBSS = false;
/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCAsmInfo.h202 /// UsesELFSectionDirectiveForBSS - This is true if this target uses ELF
205 bool UsesELFSectionDirectiveForBSS; // Defaults to false. member in class:llvm::MCAsmInfo
394 return UsesELFSectionDirectiveForBSS;

Completed in 126 milliseconds