Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h217 struct DylinkSection : CustomSection { struct
218 DylinkSection() : CustomSection("dylink.0") {} in DylinkSection() function
220 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;
/openbsd-src/gnu/llvm/lld/wasm/
H A DSyntheticSections.h78 DylinkSection() : SyntheticSection(llvm::wasm::WASM_SEC_CUSTOM, "dylink.0") {} in DylinkSection() function