Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp352 auto FoundSec = llvm::find_if(FoundSeg->Sections, in findSection() local
356 if (FoundSec == FoundSeg->Sections.end()) in findSection()
361 assert(FoundSec->get()->CanonicalName == (SegName + "," + SecName).str()); in findSection()
362 return **FoundSec; in findSection()