Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/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(SectionName, MAI)) { in PrintSwitchToSection()
DMCAsmInfo.cpp122 bool MCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() function in MCAsmInfo
DMCSectionELF.cpp27 return MAI.shouldOmitSectionDirective(Name); in ShouldOmitSectionDirective()
/external/llvm-project/llvm/lib/MC/
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()
DMCAsmInfo.cpp130 bool MCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() function in MCAsmInfo
DMCSectionELF.cpp27 return MAI.shouldOmitSectionDirective(Name); in ShouldOmitSectionDirective()
/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-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUMCAsmInfo.cpp48 bool AMDGPUMCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() function in AMDGPUMCAsmInfo
52 MCAsmInfo::shouldOmitSectionDirective(SectionName); in shouldOmitSectionDirective()
DAMDGPUMCAsmInfo.h29 bool shouldOmitSectionDirective(StringRef SectionName) const override;
/external/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUMCAsmInfo.cpp50 bool AMDGPUMCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() function in AMDGPUMCAsmInfo
54 MCAsmInfo::shouldOmitSectionDirective(SectionName); in shouldOmitSectionDirective()
DAMDGPUMCAsmInfo.h29 bool shouldOmitSectionDirective(StringRef SectionName) const override;
/external/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.h35 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.h36 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionWasm.h57 bool shouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
DMCAsmInfo.h475 virtual bool shouldOmitSectionDirective(StringRef SectionName) const;
/external/llvm-project/llvm/include/llvm/MC/
DMCSectionWasm.h52 bool shouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
DMCAsmInfo.h507 virtual bool shouldOmitSectionDirective(StringRef SectionName) const;
/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;