Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionWasm.cpp20 bool MCSectionWasm::shouldOmitSectionDirective(StringRef Name, in shouldOmitSectionDirective() function in MCSectionWasm
22 return MAI.shouldOmitSectionDirective(Name); in shouldOmitSectionDirective()
52 if (shouldOmitSectionDirective(getName(), MAI)) { in PrintSwitchToSection()
H A DMCAsmInfo.cpp134 bool MCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() function in MCAsmInfo
H A DMCSectionELF.cpp27 return MAI.shouldOmitSectionDirective(Name); in ShouldOmitSectionDirective()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCAsmInfo.cpp51 bool AMDGPUMCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() function in AMDGPUMCAsmInfo
55 MCAsmInfo::shouldOmitSectionDirective(SectionName); in shouldOmitSectionDirective()
H A DAMDGPUMCAsmInfo.h29 bool shouldOmitSectionDirective(StringRef SectionName) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.h35 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h56 bool shouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
H A DMCAsmInfo.h601 virtual bool shouldOmitSectionDirective(StringRef SectionName) const;