Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUMCAsmInfo.cpp40 bool AMDGPUMCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() function in AMDGPUMCAsmInfo
44 MCAsmInfo::shouldOmitSectionDirective(SectionName); in shouldOmitSectionDirective()
DAMDGPUMCAsmInfo.h30 bool shouldOmitSectionDirective(StringRef SectionName) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUMCAsmInfo.cpp42 bool AMDGPUMCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() function in AMDGPUMCAsmInfo
46 MCAsmInfo::shouldOmitSectionDirective(SectionName); in shouldOmitSectionDirective()
DAMDGPUMCAsmInfo.h30 bool shouldOmitSectionDirective(StringRef SectionName) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.h36 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSectionWasm.cpp24 return MAI.shouldOmitSectionDirective(Name); in ShouldOmitSectionDirective()
DMCAsmInfo.cpp119 bool MCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() function in MCAsmInfo
DMCSectionELF.cpp30 return MAI.shouldOmitSectionDirective(Name); in ShouldOmitSectionDirective()
/external/llvm/lib/MC/
DMCAsmInfo.cpp163 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.h441 virtual bool shouldOmitSectionDirective(StringRef SectionName) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h457 virtual bool shouldOmitSectionDirective(StringRef SectionName) const;