Searched refs:getFunctionSections (Results 1 – 7 of 7) sorted by relevance
883 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()914 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()928 if (!LSDASection || (!F.hasComdat() && !TM.getFunctionSections())) in getSectionForLSDA()943 if (TM.getFunctionSections() && in getSectionForLSDA()1635 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()1705 ((isa<Function>(GV) && TM.getFunctionSections()) || in getNameWithPrefix()1717 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()2114 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()2341 if (TM.getFunctionSections()) { in SelectSectionForGlobal()2398 if (!TM.getFunctionSections()) in getSectionForJumpTable()[all …]
510 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
100 bool getFunctionSections();
276 bool getFunctionSections() const { in getFunctionSections() function
390 if (Triple.supportsCOMDAT() && TM->getFunctionSections()) in instrumentOneFunc()
2423 if (!TM.getFunctionSections()) in emitFunctionEntryLabel()
4686 if (TM.getFunctionSections() || GV->hasComdat() || Caller->hasComdat() || in callsShareTOCBase()