Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp595 bool MCContext::isELFImplicitMergeableSectionNamePrefix(StringRef SectionName) { in isELFImplicitMergeableSectionNamePrefix() function in MCContext
601 return isELFImplicitMergeableSectionNamePrefix(SectionName) || in isELFGenericMergeableSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h588 bool isELFImplicitMergeableSectionNamePrefix(StringRef Name);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp727 if (!(Ctx.isELFImplicitMergeableSectionNamePrefix(SectionName) && in selectExplicitSectionGlobal()