Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h218 struct DylinkSection : CustomSection { struct
219 DylinkSection() : CustomSection("dylink.0") {} in DylinkSection() function
221 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;