Searched refs:FirstSec (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1996 auto *FirstSec = Sec.ParentSegment && Sec.ParentSegment->Type == PT_LOAD local
2002 if (FirstSec && FirstSec == &Sec)
2013 if (!FirstSec) {
2014 // FirstSec being nullptr generally means that Sec does not have the
2017 } else if (FirstSec != &Sec) {
2020 Off = Sec.OriginalOffset - FirstSec->OriginalOffset + FirstSec->Offset;
2034 const SectionBase *FirstSec = Seg->firstSection(); local
2035 if (Seg->Type == PT_PHDR || !FirstSec)
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp484 const MCSection *FirstSec = &Locs.front().getLabel()->getSection(); local
486 if (&Loc.getLabel()->getSection() != FirstSec) {

Completed in 184 milliseconds