Searched refs:getSectionPrefix (Results 1 – 5 of 5) sorted by relevance
219 Optional<StringRef> getSectionPrefix() const;
304 Optional<StringRef> getSectionPrefix() const;
481 const auto &OptionalPrefix = F->getSectionPrefix(); in selectELFSectionForGlobal()1508 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal()
1409 Optional<StringRef> Function::getSectionPrefix() const { in getSectionPrefix() function in Function
4435 if (F->getSectionPrefix() != Caller->getSectionPrefix()) in callsShareTOCBase()