Searched refs:getSectionPrefix (Results 1 – 5 of 5) sorted by relevance
189 std::optional<StringRef> SectionPrefix = MF.getFunction().getSectionPrefix(); in runOnMachineFunction()
673 if (std::optional<StringRef> Prefix = F->getSectionPrefix()) { in getELFSectionNameForGlobal()1723 if (std::optional<StringRef> Prefix = F->getSectionPrefix()) in SelectSectionForGlobal()2158 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal()
301 std::optional<StringRef> getSectionPrefix() const;
2121 std::optional<StringRef> Function::getSectionPrefix() const { in getSectionPrefix() function in Function
4749 if (F->getSectionPrefix() != Caller->getSectionPrefix()) in callsShareTOCBase()