Home
last modified time | relevance | path

Searched refs:custom_sections (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/WebAssembly/
Dcustom-sections.ll10 !wasm.custom_sections = !{ !0, !1, !2 }
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/
Dcustom-sections.ll11 !wasm.custom_sections = !{ !0, !1, !2 }
/external/v8/src/wasm/
Dwasm-module.cc256 std::vector<CustomSectionOffset> custom_sections = in GetCustomSections() local
262 for (auto& section : custom_sections) { in GetCustomSections()
Dwasm-js.cc602 auto custom_sections = in WebAssemblyModuleCustomSections() local
606 args.GetReturnValue().Set(Utils::ToLocal(custom_sections)); in WebAssemblyModuleCustomSections()