Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSectionWasm.cpp19 bool MCSectionWasm::shouldOmitSectionDirective(StringRef Name, in shouldOmitSectionDirective() function in MCSectionWasm
21 return MAI.shouldOmitSectionDirective(Name); in shouldOmitSectionDirective()
51 if (shouldOmitSectionDirective(getName(), MAI)) { in printSwitchToSection()
H A DMCSectionELF.cpp22 bool MCSectionELF::shouldOmitSectionDirective(StringRef Name, in shouldOmitSectionDirective() function in MCSectionELF
27 return MAI.shouldOmitSectionDirective(Name); in shouldOmitSectionDirective()
56 if (shouldOmitSectionDirective(getName(), MAI)) { in printSwitchToSection()
H A DMCSectionCOFF.cpp19 bool MCSectionCOFF::shouldOmitSectionDirective(StringRef Name, in shouldOmitSectionDirective() function in MCSectionCOFF
41 if (shouldOmitSectionDirective(getName(), MAI)) { in printSwitchToSection()
H A DMCAsmInfo.cpp137 bool MCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() function in MCAsmInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCAsmInfo.cpp49 bool AMDGPUMCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() function in AMDGPUMCAsmInfo
53 MCAsmInfo::shouldOmitSectionDirective(SectionName); in shouldOmitSectionDirective()
H A DAMDGPUMCAsmInfo.h29 bool shouldOmitSectionDirective(StringRef SectionName) const override;
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVMCAsmInfo.cpp32 bool SPIRVMCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() function in SPIRVMCAsmInfo
H A DSPIRVMCAsmInfo.h25 bool shouldOmitSectionDirective(StringRef SectionName) const override;
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.h35 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSectionCOFF.h64 bool shouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
H A DMCSectionWasm.h56 bool shouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
H A DMCSectionELF.h70 bool shouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
H A DMCAsmInfo.h615 virtual bool shouldOmitSectionDirective(StringRef SectionName) const;