Searched defs:DylinkSection (Results 1 – 2 of 2) sorted by relevance
217 struct DylinkSection : CustomSection { struct218 DylinkSection() : CustomSection("dylink.0") {} in DylinkSection() function220 static bool classof(const Section *S) { in classof()225 uint32_t MemorySize;226 uint32_t MemoryAlignment;227 uint32_t TableSize;228 uint32_t TableAlignment;229 std::vector<StringRef> Needed;230 std::vector<DylinkImportInfo> ImportInfo;231 std::vector<DylinkExportInfo> ExportInfo;
78 DylinkSection() : SyntheticSection(llvm::wasm::WASM_SEC_CUSTOM, "dylink.0") {} in DylinkSection() function