Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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.cpp122 bool MCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() function in MCAsmInfo
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ !
H A DAMDGPUMCAsmInfo.cpp48 bool AMDGPUMCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() function in AMDGPUMCAsmInfo
52 MCAsmInfo::shouldOmitSectionDirective(SectionName); in shouldOmitSectionDirective()
H A DAMDGPUMCAsmInfo.h29 bool shouldOmitSectionDirective(StringRef SectionName) const override;
/src/contrib/llvm-project/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;
/src/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ !
H A DNVPTXMCAsmInfo.h35 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective() function
/src/contrib/llvm-project/llvm/include/llvm/MC/ !
H A DMCSectionCOFF.h67 bool shouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
H A DMCSectionWasm.h62 bool shouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
H A DMCSectionELF.h76 bool shouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
H A DMCAsmInfo.h605 virtual bool shouldOmitSectionDirective(StringRef SectionName) const;