HomeSort by relevance Sort by last modified time
    Searched refs:UsesELFSectionDirectiveForBSS (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCAsmInfo.cpp 30 UsesELFSectionDirectiveForBSS = true;
  /external/llvm/lib/Target/CellSPU/MCTargetDesc/
SPUMCAsmInfo.cpp 41 UsesELFSectionDirectiveForBSS = true;
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCAsmInfo.cpp 34 UsesELFSectionDirectiveForBSS = true;
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCAsmInfo.cpp 36 UsesELFSectionDirectiveForBSS = true;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.cpp 51 UsesELFSectionDirectiveForBSS = true;
  /external/llvm/lib/MC/
MCAsmInfo.cpp 67 UsesELFSectionDirectiveForBSS = false;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 209 /// UsesELFSectionDirectiveForBSS - This is true if this target uses ELF
212 bool UsesELFSectionDirectiveForBSS; // Defaults to false.
420 bool usesELFSectionDirectiveForBSS() const {
421 return UsesELFSectionDirectiveForBSS;

Completed in 125 milliseconds