Searched refs:getSectionPrefix (Results 1 – 6 of 6) sorted by relevance
338 std::optional<StringRef> getSectionPrefix() const;
659 if (std::optional<StringRef> Prefix = F->getSectionPrefix()) { in getELFSectionNameForGlobal()1750 if (std::optional<StringRef> Prefix = F->getSectionPrefix()) in SelectSectionForGlobal()2203 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal()
1538 std::optional<StringRef> SectionPrefix = MF.getFunction().getSectionPrefix(); in isFunctionSafeToSplit()
2088 std::optional<StringRef> Function::getSectionPrefix() const { in getSectionPrefix() function in Function
2912 F.hasSection() || F.getSectionPrefix())) in buildOutlinedFrame()
4958 if (F->getSectionPrefix() != Caller->getSectionPrefix()) in callsShareTOCBase()