Searched refs:ShouldOmitSectionDirective (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCSectionCOFF.cpp19 // ShouldOmitSectionDirective - Decides whether a '.section' directive
21 bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name, function in class:MCSectionCOFF
47 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)) {
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCSectionCOFF.h67 /// ShouldOmitSectionDirective - Decides whether a '.section' directive
69 bool ShouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
H A DMCSectionELF.h57 /// ShouldOmitSectionDirective - Decides whether a '.section' directive
59 bool ShouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;

Completed in 55 milliseconds