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

  /external/llvm/lib/MC/
MCSectionELF.cpp 28 (Name == ".bss" && !MAI.usesELFSectionDirectiveForBSS()))
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 210 /// UsesELFSectionDirectiveForBSS - This is true if this target uses ELF
213 bool UsesELFSectionDirectiveForBSS; // Defaults to false.
407 bool usesELFSectionDirectiveForBSS() const {
408 return UsesELFSectionDirectiveForBSS;

Completed in 30 milliseconds