Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAIXException.cpp42 if (Asm->TM.getFunctionSections()) { in emitExceptionInfoTable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp351 TM->getFunctionSections() ? Name->getString() : StringRef()); in emitModuleMetadata()
923 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
954 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
968 if (!LSDASection || (!F.hasComdat() && !TM.getFunctionSections())) in getSectionForLSDA()
983 if (TM.getFunctionSections() && in getSectionForLSDA()
1722 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()
1792 ((isa<Function>(GV) && TM.getFunctionSections()) || in getNameWithPrefix()
1804 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
2232 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
2463 if (TM.getFunctionSections()) { in SelectSectionForGlobal()
[all …]
H A DCommandFlags.cpp575 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.h104 bool getFunctionSections();
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h304 bool getFunctionSections() const { in getFunctionSections() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2907 if (!TM.getFunctionSections() || MF->getFunction().hasSection()) in emitFunctionEntryLabel()
H A DPPCISelLowering.cpp4954 if (TM.getFunctionSections() || CalleeGV->hasComdat() || in callsShareTOCBase()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2904 (MI.getMF()->getTarget().getFunctionSections() || F.hasComdat() || in getOutliningTypeImpl()