Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h276 struct ImportSection : Section { struct
277 ImportSection() : Section(wasm::WASM_SEC_IMPORT) {} in ImportSection() function
279 static bool classof(const Section *S) { in classof()
283 std::vector<Import> Imports;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h272 struct ImportSection : Section { struct
273 ImportSection() : Section(wasm::WASM_SEC_IMPORT) {} in ImportSection() argument
275 static bool classof(const Section *S) { in classof()
279 std::vector<Import> Imports;
/external/llvm-project/lld/wasm/
DSyntheticSections.h101 ImportSection() : SyntheticSection(llvm::wasm::WASM_SEC_IMPORT) {} in ImportSection() function