Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h286 struct TypeSection : Section { struct
287 TypeSection() : Section(wasm::WASM_SEC_TYPE) {} in TypeSection() function
289 static bool classof(const Section *S) { in classof()
293 std::vector<Signature> Signatures;
/openbsd-src/gnu/llvm/lld/wasm/
H A DSyntheticSections.h88 TypeSection() : SyntheticSection(llvm::wasm::WASM_SEC_TYPE) {} in TypeSection() function