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 202 /// UsesELFSectionDirectiveForBSS - This is true if this target uses ELF
205 bool UsesELFSectionDirectiveForBSS; // Defaults to false.
393 bool usesELFSectionDirectiveForBSS() const {
394 return UsesELFSectionDirectiveForBSS;

Completed in 133 milliseconds