Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Ddynamic-table-dtnull.s29 FirstSec: .dynamic label
32 FirstSec: .dynamic label
71 FirstSec: .dynamic label
74 FirstSec: .dynamic label
/external/llvm-project/llvm/lib/MC/
DMCCodeView.cpp484 const MCSection *FirstSec = &Locs.front().getLabel()->getSection(); in encodeInlineLineTable() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp484 const MCSection *FirstSec = &Locs.front().getLabel()->getSection(); in encodeInlineLineTable() local
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp2276 auto *FirstSec = Sec.ParentSegment && Sec.ParentSegment->Type == PT_LOAD in layoutSectionsForOnlyKeepDebug() local
2321 const SectionBase *FirstSec = Seg->firstSection(); in layoutSegmentsForOnlyKeepDebug() local
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h626 Optional<StringRef> FirstSec; member