Home
last modified time | relevance | path

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

/external/llvm-project/lld/MachO/
DMergedOutputSection.h28 const InputSection *firstSection() const { return inputs.front(); } in firstSection() function
DOutputSegment.h35 const OutputSection *firstSection() const { return sections.front(); } in firstSection() function
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.h465 const SectionBase *firstSection() const { in firstSection() function