Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp883 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
914 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
928 if (!LSDASection || (!F.hasComdat() && !TM.getFunctionSections())) in getSectionForLSDA()
943 if (TM.getFunctionSections() && in getSectionForLSDA()
1635 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()
1705 ((isa<Function>(GV) && TM.getFunctionSections()) || in getNameWithPrefix()
1717 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
2114 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
2341 if (TM.getFunctionSections()) { in SelectSectionForGlobal()
2398 if (!TM.getFunctionSections()) in getSectionForJumpTable()
[all …]
H A DCommandFlags.cpp510 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.h100 bool getFunctionSections();
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h276 bool getFunctionSections() const { in getFunctionSections() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp390 if (Triple.supportsCOMDAT() && TM->getFunctionSections()) in instrumentOneFunc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2423 if (!TM.getFunctionSections()) in emitFunctionEntryLabel()
H A DPPCISelLowering.cpp4686 if (TM.getFunctionSections() || GV->hasComdat() || Caller->hasComdat() || in callsShareTOCBase()