Searched refs:getFunctionSections (Results 1 – 10 of 10) sorted by relevance
322 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()337 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()935 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()993 ((isa<Function>(GV) && TM.getFunctionSections()) || in getNameWithPrefix()1005 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
512 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()536 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()1132 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()1198 ((isa<Function>(GV) && TM.getFunctionSections()) || in getNameWithPrefix()1210 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()1535 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
221 static bool getFunctionSections();
212 bool getFunctionSections() const { in getFunctionSections() function
224 bool getFunctionSections() const { in getFunctionSections() function
236 bool TargetMachine::getFunctionSections() { in getFunctionSections() function in TargetMachine
213 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()
227 const bool FunctionSections = getFlags().getFunctionSections(); in writeFunctionCode()
1735 if (getFlags().getFunctionSections()) in emitTextHeader()
4431 if (TM.getFunctionSections() || GV->hasComdat() || Caller->hasComdat() || in callsShareTOCBase()