Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp484 const MCSection *FirstSec = &Locs.front().getLabel()->getSection(); in encodeInlineLineTable() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp2284 auto *FirstSec = Sec.ParentSegment && Sec.ParentSegment->Type == PT_LOAD in layoutSectionsForOnlyKeepDebug() local
2331 const SectionBase *FirstSec = Seg->firstSection(); in layoutSegmentsForOnlyKeepDebug() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h688 Optional<StringRef> FirstSec; member