Searched defs:FirstSec (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/test/tools/llvm-readobj/ELF/ | ||
H A D | dynamic-table-dtnull.s | 29 FirstSec: .dynamic label |
/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ | ||
H A D | compress-sections-within-segment.s | 26 FirstSec: .text label |
/llvm-project/llvm/lib/MC/ | ||
H A D | MCCodeView.cpp | 498 const MCSection *FirstSec = &Locs.front().getLabel()->getSection(); encodeInlineLineTable() local |
/llvm-project/llvm/lib/ObjCopy/ELF/ | ||
H A D | ELFObject.cpp | 2411 auto *FirstSec = Sec->ParentSegment && Sec->ParentSegment->Type == PT_LOAD layoutSectionsForOnlyKeepDebug() local |
/llvm-project/llvm/include/llvm/ObjectYAML/ | ||
H A D | ELFYAML.h | 715 std::optional<StringRef> FirstSec; global() member |