Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp667 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
691 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
1320 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()
1386 ((isa<Function>(GV) && TM.getFunctionSections()) || in getNameWithPrefix()
1398 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
1740 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetMachine.h226 bool getFunctionSections() const { in getFunctionSections() function
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4475 if (TM.getFunctionSections() || GV->hasComdat() || Caller->hasComdat() || in callsShareTOCBase()