Home
last modified time | relevance | path

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

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