Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp624 if (IsMergeable || isELFGenericMergeableSection(SectionName)) { in recordELFMergeableSectionInfo()
635 bool MCContext::isELFGenericMergeableSection(StringRef SectionName) { in isELFGenericMergeableSection() function in MCContext
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h615 bool isELFGenericMergeableSection(StringRef Name);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp732 Ctx.isELFGenericMergeableSection(SectionName); in calcUniqueIDUpdateFlagsAndSize()