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