Home
last modified time | relevance | path

Searched refs:getFunctionSections (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp321 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()
/external/llvm/include/llvm/Target/
DTargetMachine.h187 bool getFunctionSections() const { in getFunctionSections() function