Home
last modified time | relevance | path

Searched refs:MaybeName (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Remarks/
H A DRemarkLinker.cpp45 Expected<StringRef> MaybeName = Section.getName(); in getRemarksSectionContents() local
46 if (!MaybeName) in getRemarksSectionContents()
47 return MaybeName.takeError(); in getRemarksSectionContents()
48 if (*MaybeName != *SectionName) in getRemarksSectionContents()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h141 if (std::optional<StringRef> MaybeName = Matcher->getName()) in addMatcher() local
142 PosNames.insert(CachedHashStringRef(*MaybeName)); in addMatcher()