Searched refs:getSectionPrefix (Results 1 – 7 of 7) sorted by relevance
84 if (auto maybeSectionPrefix = GV.getSectionPrefix(); in runOnModule()
669 } else if (std::optional<StringRef> Prefix = F->getSectionPrefix()) { in getELFSectionNameForGlobal()674 if (std::optional<StringRef> Prefix = GV->getSectionPrefix()) { in getELFSectionNameForGlobal()1810 if (std::optional<StringRef> Prefix = F->getSectionPrefix()) in SelectSectionForGlobal()2270 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal()
1849 std::optional<StringRef> SectionPrefix = MF.getFunction().getSectionPrefix(); in isFunctionSafeToSplit()
128 LLVM_ABI std::optional<StringRef> getSectionPrefix() const;
297 std::optional<StringRef> GlobalObject::getSectionPrefix() const { in getSectionPrefix() function in GlobalObject
3519 F.hasSection() || F.getSectionPrefix())) in getOutliningTypeImpl()
4973 if (F->getSectionPrefix() != Caller->getSectionPrefix()) in callsShareTOCBase()