Searched defs:ShouldOmitSectionDirective (Results 1 - 2 of 2) sorted by relevance

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

Completed in 49 milliseconds