Searched refs:getFunctionSections (Results 1 – 9 of 9) sorted by relevance
41 if (Asm->TM.getFunctionSections()) { in emitExceptionInfoTable()
931 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()962 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()991 if (TM.getFunctionSections() && in getSectionForLSDA()1695 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()1765 ((isa<Function>(GV) && TM.getFunctionSections()) || in getNameWithPrefix()1777 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()2187 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()2417 if (TM.getFunctionSections()) { in SelectSectionForGlobal()2474 if (!TM.getFunctionSections()) in getSectionForJumpTable()2591 if (((TM.getFunctionSections() && !Func->hasSection()) || in getFunctionEntryPointSymbol()[all …]
545 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
104 bool getFunctionSections();
292 bool getFunctionSections() const { in getFunctionSections() function
389 if (Triple.supportsCOMDAT() && TM->getFunctionSections()) in instrumentOneFunc()
2577 if (!TM.getFunctionSections()) in emitFunctionEntryLabel()
4745 if (TM.getFunctionSections() || GV->hasComdat() || Caller->hasComdat() || in callsShareTOCBase()
1954 (MI.getMF()->getTarget().getFunctionSections() || F.hasComdat() || in getOutliningType()