Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAIXException.cpp41 if (Asm->TM.getFunctionSections()) { in emitExceptionInfoTable()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp931 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
962 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
991 if (TM.getFunctionSections() && in getSectionForLSDA()
1695 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()
1765 ((isa<Function>(GV) && TM.getFunctionSections()) || in getNameWithPrefix()
1777 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
2187 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
2417 if (TM.getFunctionSections()) { in SelectSectionForGlobal()
2474 if (!TM.getFunctionSections()) in getSectionForJumpTable()
2591 if (((TM.getFunctionSections() && !Func->hasSection()) || in getFunctionEntryPointSymbol()
[all …]
H A DCommandFlags.cpp545 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCommandFlags.h104 bool getFunctionSections();
/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DTargetMachine.h292 bool getFunctionSections() const { in getFunctionSections() function
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp389 if (Triple.supportsCOMDAT() && TM->getFunctionSections()) in instrumentOneFunc()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2577 if (!TM.getFunctionSections()) in emitFunctionEntryLabel()
H A DPPCISelLowering.cpp4745 if (TM.getFunctionSections() || GV->hasComdat() || Caller->hasComdat() || in callsShareTOCBase()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1954 (MI.getMF()->getTarget().getFunctionSections() || F.hasComdat() || in getOutliningType()