Searched refs:getDataSections (Results 1 – 8 of 8) sorted by relevance
112 bool EmitUniquedSection = TM.getDataSections() && !GO->hasSection(); in SelectSectionForGlobal()
102 LLVM_ABI bool getDataSections();
139 if (!TM.getDataSections()) in initSubtargetFeatures()
2833 if (!TM.getDataSections() || GV->hasSection()) { in emitGlobalVariableHelper()
947 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()1784 EmitUniquedSection = TM.getDataSections(); in SelectSectionForGlobal()1853 (isa<GlobalVariable>(GV) && TM.getDataSections()))) in getNameWithPrefix()2301 EmitUniqueSection = TM.getDataSections(); in SelectSectionForGlobal()2406 if ((TM.getDataSections() && !GO->hasSection()) || GO->hasCommonLinkage() || in getTargetSymbol()2518 if (!TM.getDataSections()) in SelectSectionForGlobal()2534 if (TM.getDataSections()) { in SelectSectionForGlobal()2545 if (TM.getDataSections()) { in SelectSectionForGlobal()2560 if (TM.getDataSections()) { in SelectSectionForGlobal()
330 bool getDataSections() const { in getDataSections() function
349 bool EmitUniquedSection = TM.getDataSections(); in selectSmallSectionForGlobal()
20567 {"_ZN4llvm13TargetMachine15getDataSectionsEv", "llvm::TargetMachine::getDataSections()"},