Searched defs:ShouldOmitSectionDirective (Results 1 - 2 of 2) sorted by last modified time

/external/llvm/lib/MC/
H A DMCSectionCOFF.cpp19 // ShouldOmitSectionDirective - Decides whether a '.section' directive
21 bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name, function in class:MCSectionCOFF
44 if (ShouldOmitSectionDirective(SectionName, MAI)) {
H A DMCSectionELF.cpp22 // ShouldOmitSectionDirective - Decides whether a '.section' directive
24 bool MCSectionELF::ShouldOmitSectionDirective(StringRef Name, function in class:MCSectionELF
62 if (ShouldOmitSectionDirective(SectionName, MAI)) {

Completed in 123 milliseconds