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

  /external/llvm/lib/MC/
MCAsmInfo.cpp 63 UsesELFSectionDirectiveForBSS = false;
164 (SectionName == ".bss" && !usesELFSectionDirectiveForBSS());
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 211 bool UsesELFSectionDirectiveForBSS;
430 bool usesELFSectionDirectiveForBSS() const {
431 return UsesELFSectionDirectiveForBSS;

Completed in 151 milliseconds