Searched refs:getFunctionSections (Results 1 – 2 of 2) sorted by relevance
315 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()330 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()913 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()967 ((isa<Function>(GV) && TM.getFunctionSections()) || in getNameWithPrefix()979 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
215 bool getFunctionSections() const { in getFunctionSections() function