Searched defs:DylinkSection (Results 1 – 1 of 1) sorted by relevance
218 struct DylinkSection : CustomSection { struct219 DylinkSection() : CustomSection("dylink.0") {} in DylinkSection() function221 static bool classof(const Section *S) { in classof()226 uint32_t MemorySize;227 uint32_t MemoryAlignment;228 uint32_t TableSize;229 uint32_t TableAlignment;230 std::vector<StringRef> Needed;231 std::vector<DylinkImportInfo> ImportInfo;232 std::vector<DylinkExportInfo> ExportInfo;