Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp498 const MCSection *FirstSec = &Locs.front().getLabel()->getSection(); in encodeInlineLineTable() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2407 auto *FirstSec = Sec->ParentSegment && Sec->ParentSegment->Type == PT_LOAD in layoutSectionsForOnlyKeepDebug() local
2454 const SectionBase *FirstSec = Seg->firstSection(); in layoutSegmentsForOnlyKeepDebug() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h715 std::optional<StringRef> FirstSec; member