Searched refs:getSectionPrefix (Results 1 – 4 of 4) sorted by relevance
318 Optional<StringRef> getSectionPrefix() const;
636 const auto &OptionalPrefix = F->getSectionPrefix(); in selectELFSectionForGlobal()1713 const auto &OptionalPrefix = F->getSectionPrefix(); in selectWasmSectionForGlobal()
1420 Optional<StringRef> Function::getSectionPrefix() const { in getSectionPrefix() function in Function
4479 if (F->getSectionPrefix() != Caller->getSectionPrefix()) in callsShareTOCBase()