Lines Matching defs:Section
35 struct Section { struct
36 object::coff_section Header;
37 std::vector<Relocation> Relocs;
38 StringRef Name;
39 ssize_t UniqueId;
40 size_t Index;
42 ArrayRef<uint8_t> getContents() const { in getContents()
48 void setContentsRef(ArrayRef<uint8_t> Data) { in setContentsRef()
53 void setOwnedContents(std::vector<uint8_t> &&Data) { in setOwnedContents()
59 void clearContents() { in clearContents()
87 ssize_t TargetSectionId; argument