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