Home
last modified time | relevance | path

Searched refs:getFunctionSections (Results 1 – 10 of 10) 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.cpp945 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
982 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
996 if (!LSDASection || (!F.hasComdat() && !TM.getFunctionSections())) in getSectionForLSDA()
1011 if (TM.getFunctionSections() && in getSectionForLSDA()
1782 EmitUniquedSection = TM.getFunctionSections(); in SelectSectionForGlobal()
1852 ((isa<Function>(GV) && TM.getFunctionSections()) || in getNameWithPrefix()
1864 bool EmitUniqueSection = TM.getFunctionSections() || C; in getSectionForJumpTable()
2299 EmitUniqueSection = TM.getFunctionSections(); in SelectSectionForGlobal()
2510 if (TM.getFunctionSections()) { in SelectSectionForGlobal()
2576 if (!TM.getFunctionSections()) in getSectionForJumpTable()
[all …]
H A DCommandFlags.cpp580 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.h105 LLVM_ABI bool getFunctionSections();
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h336 bool getFunctionSections() const { in getFunctionSections() function
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp213 TM->getFunctionSections() ? Name->getString() : StringRef()); in emitPseudoProbeDescMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2886 if (!TM.getFunctionSections() || MF->getFunction().hasSection()) in emitFunctionEntryLabel()
H A DPPCISelLowering.cpp4969 if (TM.getFunctionSections() || CalleeGV->hasComdat() || in callsShareTOCBase()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp3518 (MI.getMF()->getTarget().getFunctionSections() || F.hasComdat() || in getOutliningTypeImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc20566 {"_ZN4llvm13TargetMachine19getFunctionSectionsEv", "llvm::TargetMachine::getFunctionSections()"},