Home
last modified time | relevance | path

Searched defs:shouldOmitSectionDirective (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCAsmInfo.cpp42 bool AMDGPUMCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() function in AMDGPUMCAsmInfo
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.h36 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAsmInfo.cpp119 bool MCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() function in MCAsmInfo