Home
last modified time | relevance | path

Searched refs:isELFImplicitMergeableSectionNamePrefix (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp604 bool MCContext::isELFImplicitMergeableSectionNamePrefix(StringRef SectionName) { in isELFImplicitMergeableSectionNamePrefix() function in MCContext
610 return isELFImplicitMergeableSectionNamePrefix(SectionName) || in isELFGenericMergeableSection()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h612 bool isELFImplicitMergeableSectionNamePrefix(StringRef Name);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp735 Ctx.isELFImplicitMergeableSectionNamePrefix(SectionName) && in calcUniqueIDUpdateFlagsAndSize()