Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2167 auto *OldSec = It->get(); in updateSection() local
2168 if (!OldSec->hasContents()) in updateSection()
2174 if (Data.size() > OldSec->Size && OldSec->ParentSegment) in updateSection()
2178 Data.size(), Name.str().c_str(), OldSec->Size); in updateSection()
2180 if (!OldSec->ParentSegment) { in updateSection()
2181 *It = std::make_unique<OwnedDataSection>(*OldSec, Data); in updateSection()
2184 OldSec->Size = Data.size(); in updateSection()
2185 UpdatedSections[OldSec] = Data; in updateSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp1249 MCSectionSubPair OldSec = I->first; in popSection() local
1253 if (NewSec.first && OldSec != NewSec) in popSection()