Searched refs:getFunctionSections (Results 1 – 10 of 10) sorted by relevance
42 if (Asm->TM.getFunctionSections()) { in emitExceptionInfoTable()
945 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 …]
580 Options.FunctionSections = getFunctionSections(); in InitTargetOptionsFromCodeGenFlags()
105 LLVM_ABI bool getFunctionSections();
336 bool getFunctionSections() const { in getFunctionSections() function
213 TM->getFunctionSections() ? Name->getString() : StringRef()); in emitPseudoProbeDescMetadata()
2886 if (!TM.getFunctionSections() || MF->getFunction().hasSection()) in emitFunctionEntryLabel()
4969 if (TM.getFunctionSections() || CalleeGV->hasComdat() || in callsShareTOCBase()
3518 (MI.getMF()->getTarget().getFunctionSections() || F.hasComdat() || in getOutliningTypeImpl()
20566 {"_ZN4llvm13TargetMachine19getFunctionSectionsEv", "llvm::TargetMachine::getFunctionSections()"},