Home
last modified time | relevance | path

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

/llvm-project/lld/wasm/
H A DSyntheticSections.h87 TypeSection() : SyntheticSection(llvm::wasm::WASM_SEC_TYPE) {} TypeSection() function
/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;