Searched refs:getFunctionSections (Results 1 – 7 of 7) sorted by relevance
351 TM->getFunctionSections() ? Name->getString() : StringRef()); in emitModuleMetadata()862 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()893 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()907 if (!LSDASection || (!F.hasComdat() && !TM.getFunctionSections())) in getSectionForLSDA()922 if (TM.getFunctionSections() && in getSectionForLSDA()1615 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()1685 ((isa<Function>(GV) && TM.getFunctionSections()) || in getNameWithPrefix()1697 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()2094 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()2310 if (TM.getFunctionSections()) { in SelectSectionForGlobal()[all …]
517 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
100 bool getFunctionSections();
276 bool getFunctionSections() const { in getFunctionSections() function
390 if (Triple.supportsCOMDAT() && TM->getFunctionSections()) in instrumentOneFunc()
2271 if (!TM.getFunctionSections()) in emitFunctionEntryLabel()
4677 if (TM.getFunctionSections() || GV->hasComdat() || Caller->hasComdat() || in callsShareTOCBase()