Home
last modified time | relevance | path

Searched defs:getSections (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDOutputSegment.h47 const std::vector<OutputSection *> &getSections() const { return sections; } in getSections() function
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDInputFiles.h83 ArrayRef<InputSectionBase *> getSections() const { in getSections() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
HDCOFFObject.h125 ArrayRef<Section> getSections() const { return Sections; } in getSections() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDELFYAML.h738 std::vector<Section *> getSections() { in getSections() function