Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSegment.h47 const std::vector<OutputSection *> &getSections() const { return sections; } in getSections() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h125 ArrayRef<Section> getSections() const { return Sections; } in getSections() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h83 ArrayRef<InputSectionBase *> getSections() const { in getSections() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h738 std::vector<Section *> getSections() { in getSections() function