Searched refs:getDataSections (Results 1 – 6 of 6) sorted by relevance
101 bool getDataSections();
925 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()1724 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()1793 (isa<GlobalVariable>(GV) && TM.getDataSections()))) in getNameWithPrefix()2234 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()2359 if ((TM.getDataSections() && !GO->hasSection()) || GO->hasCommonLinkage() || in getTargetSymbol()2471 if (!TM.getDataSections()) in SelectSectionForGlobal()2487 if (TM.getDataSections()) { in SelectSectionForGlobal()2498 if (TM.getDataSections()) { in SelectSectionForGlobal()2513 if (TM.getDataSections()) { in SelectSectionForGlobal()
134 if (!TM.getDataSections()) in initSubtargetFeatures()
2854 if (!TM.getDataSections() || GV->hasSection()) { in emitGlobalVariableHelper()
350 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal()
298 bool getDataSections() const { in getDataSections() function