Home
last modified time | relevance | path

Searched refs:EmitUniquedSection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp350 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal() local
370 if (EmitUniquedSection) { in selectSmallSectionForGlobal()
414 if (EmitUniquedSection) { in selectSmallSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1720 bool EmitUniquedSection; in SelectSectionForGlobal() local
1722 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()
1724 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
1726 if ((EmitUniquedSection && !Kind.isCommon()) || GO->hasComdat()) { in SelectSectionForGlobal()
1742 if (EmitUniquedSection) in SelectSectionForGlobal()