Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCContext.cpp629 bool MCContext::isELFImplicitMergeableSectionNamePrefix(StringRef SectionName) { in isELFImplicitMergeableSectionNamePrefix() function in MCContext
635 return isELFImplicitMergeableSectionNamePrefix(SectionName) || in isELFGenericMergeableSection()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCContext.h611 bool isELFImplicitMergeableSectionNamePrefix(StringRef Name);
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp769 Ctx.isELFImplicitMergeableSectionNamePrefix(SectionName) && in calcUniqueIDUpdateFlagsAndSize()