Searched refs:FoundSec (Results 1 – 1 of 1) sorted by relevance
352 auto FoundSec = llvm::find_if(FoundSeg->Sections, in findSection() local356 if (FoundSec == FoundSeg->Sections.end()) in findSection()361 assert(FoundSec->get()->CanonicalName == (SegName + "," + SecName).str()); in findSection()362 return **FoundSec; in findSection()