Home
last modified time | relevance | path

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

/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;
/llvm-project/lld/wasm/
H A DSyntheticSections.h77 DylinkSection() : SyntheticSection(llvm::wasm::WASM_SEC_CUSTOM, "dylink.0") {} DylinkSection() function