Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/MC/
DMCContext.cpp540 bool MCContext::isELFImplicitMergeableSectionNamePrefix(StringRef SectionName) { in isELFImplicitMergeableSectionNamePrefix() function in MCContext
546 return isELFImplicitMergeableSectionNamePrefix(SectionName) || in isELFGenericMergeableSection()
/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h517 bool isELFImplicitMergeableSectionNamePrefix(StringRef Name);
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp710 if (!(getContext().isELFImplicitMergeableSectionNamePrefix( in getExplicitSectionGlobal()