Searched refs:ShouldOmitSectionDirective (Results 1 - 4 of 4) 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
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)) {
/external/llvm/include/llvm/MC/
H A DMCSectionCOFF.h58 /// ShouldOmitSectionDirective - Decides whether a '.section' directive
60 bool ShouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
H A DMCSectionELF.h61 /// ShouldOmitSectionDirective - Decides whether a '.section' directive
63 bool ShouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;

Completed in 109 milliseconds