Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp351 TM->getFunctionSections() ? Name->getString() : StringRef()); in emitModuleMetadata()
862 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
893 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
907 if (!LSDASection || (!F.hasComdat() && !TM.getFunctionSections())) in getSectionForLSDA()
922 if (TM.getFunctionSections() && in getSectionForLSDA()
1615 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()
1685 ((isa<Function>(GV) && TM.getFunctionSections()) || in getNameWithPrefix()
1697 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
2094 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
2310 if (TM.getFunctionSections()) { in SelectSectionForGlobal()
[all …]
H A DCommandFlags.cpp517 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCommandFlags.h100 bool getFunctionSections();
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetMachine.h276 bool getFunctionSections() const { in getFunctionSections() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp390 if (Triple.supportsCOMDAT() && TM->getFunctionSections()) in instrumentOneFunc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2271 if (!TM.getFunctionSections()) in emitFunctionEntryLabel()
H A DPPCISelLowering.cpp4677 if (TM.getFunctionSections() || GV->hasComdat() || Caller->hasComdat() || in callsShareTOCBase()