Home
last modified time | relevance | path

Searched defs:FirstSec (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Ddynamic-table-dtnull.s29 FirstSec: .dynamic label
32 FirstSec: .dynamic label
71 FirstSec: .dynamic label
74 FirstSec: .dynamic label
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCCodeView.cpp485 const MCSection *FirstSec = &Locs.front().getLabel()->getSection(); in encodeInlineLineTable() local
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2317 auto *FirstSec = Sec->ParentSegment && Sec->ParentSegment->Type == PT_LOAD in layoutSectionsForOnlyKeepDebug() local
2364 const SectionBase *FirstSec = Seg->firstSection(); in layoutSegmentsForOnlyKeepDebug() local
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h687 Optional<StringRef> FirstSec; member