Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp314 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal() local
334 if (EmitUniquedSection) { in selectSmallSectionForGlobal()
378 if (EmitUniquedSection) { in selectSmallSectionForGlobal()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp211 bool EmitUniquedSection; in SelectSectionForGlobal() local
213 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()
215 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
219 if ((GV->isWeakForLinker() || EmitUniquedSection) && in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp339 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal() local
359 if (EmitUniquedSection) { in selectSmallSectionForGlobal()
403 if (EmitUniquedSection) { in selectSmallSectionForGlobal()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp933 bool EmitUniquedSection; in SelectSectionForGlobal() local
935 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()
937 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
939 if ((EmitUniquedSection && !Kind.isCommon()) || GV->hasComdat()) { in SelectSectionForGlobal()
954 if (EmitUniquedSection) in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1130 bool EmitUniquedSection; in SelectSectionForGlobal() local
1132 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()
1134 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
1136 if ((EmitUniquedSection && !Kind.isCommon()) || GO->hasComdat()) { in SelectSectionForGlobal()
1152 if (EmitUniquedSection) in SelectSectionForGlobal()