Searched refs:getSectionPrefix (Results 1 – 5 of 5) sorted by relevance
108 Optional<StringRef> SectionPrefix = MF.getFunction().getSectionPrefix(); in runOnMachineFunction()
639 if (Optional<StringRef> Prefix = F->getSectionPrefix()) { in getELFSectionNameForGlobal()1689 if (Optional<StringRef> Prefix = F->getSectionPrefix()) in SelectSectionForGlobal()2111 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal()
302 Optional<StringRef> getSectionPrefix() const;
2035 Optional<StringRef> Function::getSectionPrefix() const { in getSectionPrefix() function in Function
4736 if (F->getSectionPrefix() != Caller->getSectionPrefix()) in callsShareTOCBase()