Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp629 bool MCContext::isELFImplicitMergeableSectionNamePrefix(StringRef SectionName) { in isELFImplicitMergeableSectionNamePrefix() function in MCContext
635 return isELFImplicitMergeableSectionNamePrefix(SectionName) || in isELFGenericMergeableSection()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h611 bool isELFImplicitMergeableSectionNamePrefix(StringRef Name);
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp769 Ctx.isELFImplicitMergeableSectionNamePrefix(SectionName) && in calcUniqueIDUpdateFlagsAndSize()