Searched defs:ImportSection (Results 1 – 3 of 3) sorted by relevance
276 struct ImportSection : Section { struct277 ImportSection() : Section(wasm::WASM_SEC_IMPORT) {} in ImportSection() function279 static bool classof(const Section *S) { in classof()283 std::vector<Import> Imports;
272 struct ImportSection : Section { struct273 ImportSection() : Section(wasm::WASM_SEC_IMPORT) {} in ImportSection() argument275 static bool classof(const Section *S) { in classof()279 std::vector<Import> Imports;
101 ImportSection() : SyntheticSection(llvm::wasm::WASM_SEC_IMPORT) {} in ImportSection() function