Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUMCAsmInfo.cpp38 bool AMDGPUMCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() function in AMDGPUMCAsmInfo
42 MCAsmInfo::shouldOmitSectionDirective(SectionName); in shouldOmitSectionDirective()
DAMDGPUMCAsmInfo.h30 bool shouldOmitSectionDirective(StringRef SectionName) const override;
/external/llvm/lib/MC/
DMCAsmInfo.cpp161 bool MCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() function in MCAsmInfo
DMCSectionELF.cpp30 return MAI.shouldOmitSectionDirective(Name); in ShouldOmitSectionDirective()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h424 virtual bool shouldOmitSectionDirective(StringRef SectionName) const;