Home
last modified time | relevance | path

Searched refs:shouldOmitSectionDirective (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCSectionWasm.cpp19 bool MCSectionWasm::shouldOmitSectionDirective(StringRef Name, in shouldOmitSectionDirective() function in MCSectionWasm
21 return MAI.shouldOmitSectionDirective(Name); in shouldOmitSectionDirective()
51 if (shouldOmitSectionDirective(getName(), MAI)) { in printSwitchToSection()
DMCSectionELF.cpp22 bool MCSectionELF::shouldOmitSectionDirective(StringRef Name, in shouldOmitSectionDirective() function in MCSectionELF
27 return MAI.shouldOmitSectionDirective(Name); in shouldOmitSectionDirective()
56 if (shouldOmitSectionDirective(getName(), MAI)) { in printSwitchToSection()
DMCSectionCOFF.cpp19 bool MCSectionCOFF::shouldOmitSectionDirective(StringRef Name, in shouldOmitSectionDirective() function in MCSectionCOFF
41 if (shouldOmitSectionDirective(getName(), MAI)) { in printSwitchToSection()
DMCAsmInfo.cpp137 bool MCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() function in MCAsmInfo
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUMCAsmInfo.cpp49 bool AMDGPUMCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() function in AMDGPUMCAsmInfo
53 MCAsmInfo::shouldOmitSectionDirective(SectionName); in shouldOmitSectionDirective()
DAMDGPUMCAsmInfo.h29 bool shouldOmitSectionDirective(StringRef SectionName) const override;
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.h35 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective() function
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCSectionCOFF.h64 bool shouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
DMCSectionWasm.h56 bool shouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
DMCSectionELF.h70 bool shouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
DMCAsmInfo.h615 virtual bool shouldOmitSectionDirective(StringRef SectionName) const;