Home
last modified time | relevance | path

Searched refs:EmitUniquedSection (Results 1 – 6 of 6) 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-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp346 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal() local
366 if (EmitUniquedSection) { in selectSmallSectionForGlobal()
410 if (EmitUniquedSection) { in selectSmallSectionForGlobal()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp348 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal() local
368 if (EmitUniquedSection) { in selectSmallSectionForGlobal()
412 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-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1342 bool EmitUniquedSection; in SelectSectionForGlobal() local
1344 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()
1346 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
1348 if ((EmitUniquedSection && !Kind.isCommon()) || GO->hasComdat()) { in SelectSectionForGlobal()
1364 if (EmitUniquedSection) in SelectSectionForGlobal()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1547 bool EmitUniquedSection; in SelectSectionForGlobal() local
1549 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()
1551 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()
1553 if ((EmitUniquedSection && !Kind.isCommon()) || GO->hasComdat()) { in SelectSectionForGlobal()
1569 if (EmitUniquedSection) in SelectSectionForGlobal()