Searched refs:getSectionPrefix (Results 1 – 5 of 5) sorted by relevance
110 Optional<StringRef> SectionPrefix = MF.getFunction().getSectionPrefix(); in runOnMachineFunction()
628 if (Optional<StringRef> Prefix = F->getSectionPrefix()) { in getELFSectionNameForGlobal()1643 if (Optional<StringRef> Prefix = F->getSectionPrefix()) in SelectSectionForGlobal()2065 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal()
352 Optional<StringRef> getSectionPrefix() const;
1865 Optional<StringRef> Function::getSectionPrefix() const { in getSectionPrefix() function in Function
4681 if (F->getSectionPrefix() != Caller->getSectionPrefix()) in callsShareTOCBase()