Searched refs:getSectionPrefix (Results 1 – 5 of 5) sorted by relevance
110 Optional<StringRef> SectionPrefix = MF.getFunction().getSectionPrefix(); in runOnMachineFunction()
629 if (Optional<StringRef> Prefix = F->getSectionPrefix()) { in getELFSectionNameForGlobal()1663 if (Optional<StringRef> Prefix = F->getSectionPrefix()) in SelectSectionForGlobal()2085 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal()
353 Optional<StringRef> getSectionPrefix() const;
1910 Optional<StringRef> Function::getSectionPrefix() const { in getSectionPrefix() function in Function
4690 if (F->getSectionPrefix() != Caller->getSectionPrefix()) in callsShareTOCBase()