Home
last modified time | relevance | path

Searched refs:firstSection (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.h31 const ConcatInputSection *firstSection() const { return inputs.front(); } in firstSection() function
H A DWriter.cpp1060 toString(it->second->firstSection()->getFile()) + in createOutputSections()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h590 const SectionBase *firstSection() const { in firstSection() function
H A DELFObject.cpp2408 ? Sec->ParentSegment->firstSection() in layoutSectionsForOnlyKeepDebug()
2454 const SectionBase *FirstSec = Seg->firstSection(); in layoutSegmentsForOnlyKeepDebug()