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