Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h299 struct ImportSection : Section { struct
300 ImportSection() : Section(wasm::WASM_SEC_IMPORT) {} in ImportSection() function
302 static bool classof(const Section *S) { in classof()
306 std::vector<Import> Imports;