Home
last modified time | relevance | path

Searched refs:usesELFSectionDirectiveForBSS (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmInfo.cpp140 (SectionName == ".bss" && !usesELFSectionDirectiveForBSS()); in shouldOmitSectionDirective()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h621 bool usesELFSectionDirectiveForBSS() const { in usesELFSectionDirectiveForBSS() function