Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAIXException.cpp41 if (Asm->TM.getFunctionSections()) { in emitExceptionInfoTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp920 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
951 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
980 if (TM.getFunctionSections() && in getSectionForLSDA()
1724 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()
1794 ((isa<Function>(GV) && TM.getFunctionSections()) || in getNameWithPrefix()
1806 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
2229 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
2447 if (TM.getFunctionSections()) { in SelectSectionForGlobal()
2513 if (!TM.getFunctionSections()) in getSectionForJumpTable()
2630 if (((TM.getFunctionSections() && !Func->hasSection()) || in getFunctionEntryPointSymbol()
[all …]
H A DCommandFlags.cpp568 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.h106 bool getFunctionSections();
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h301 bool getFunctionSections() const { in getFunctionSections() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2637 if (!TM.getFunctionSections()) in emitFunctionEntryLabel()
H A DPPCISelLowering.cpp4840 if (TM.getFunctionSections() || CalleeGV->hasComdat() || in callsShareTOCBase()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2496 (MI.getMF()->getTarget().getFunctionSections() || F.hasComdat() || in getOutliningTypeImpl()