Searched refs:getFunctionSections (Results 1 – 8 of 8) sorted by relevance
43 if (Asm->TM.getFunctionSections()) { in emitExceptionInfoTable()
897 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()928 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()957 if (TM.getFunctionSections() && in getSectionForLSDA()1661 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()1731 ((isa<Function>(GV) && TM.getFunctionSections()) || in getNameWithPrefix()1743 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()2140 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()2366 if (TM.getFunctionSections()) { in SelectSectionForGlobal()2423 if (!TM.getFunctionSections()) in getSectionForJumpTable()2533 if (((TM.getFunctionSections() && !Func->hasSection()) || in getFunctionEntryPointSymbol()[all …]
543 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
103 bool getFunctionSections();
284 bool getFunctionSections() const { in getFunctionSections() function
389 if (Triple.supportsCOMDAT() && TM->getFunctionSections()) in instrumentOneFunc()
2510 if (!TM.getFunctionSections()) in emitFunctionEntryLabel()
4732 if (TM.getFunctionSections() || GV->hasComdat() || Caller->hasComdat() || in callsShareTOCBase()