Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h287 struct TypeSection : Section { struct
288 TypeSection() : Section(wasm::WASM_SEC_TYPE) {} in TypeSection() function
290 static bool classof(const Section *S) { in classof()
294 std::vector<Signature> Signatures;