Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp651 if (IsMergeable || isELFGenericMergeableSection(SectionName)) { in recordELFMergeableSectionInfo()
662 bool MCContext::isELFGenericMergeableSection(StringRef SectionName) { in isELFGenericMergeableSection() function in MCContext
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h601 bool isELFGenericMergeableSection(StringRef Name);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp734 Ctx.isELFGenericMergeableSection(SectionName); in calcUniqueIDUpdateFlagsAndSize()