Home
last modified time | relevance | path

Searched refs:WasmFunctionName (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-module.h635 struct WasmFunctionName { struct
636 WasmFunctionName(const WasmFunction* function, WasmName name) in WasmFunctionName() function
643 std::ostream& operator<<(std::ostream& os, const WasmFunctionName& name);
H A Dwasm-module.cc208 std::ostream& operator<<(std::ostream& os, const WasmFunctionName& name) { in operator <<()
H A Dmodule-decoder.cc1666 WasmFunctionName func_name(function, in VerifyFunctionBody()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DWasm.h150 ArrayRef<wasm::WasmFunctionName> debugNames() const { return DebugNames; } in debugNames()
279 std::vector<wasm::WasmFunctionName> DebugNames;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DWasm.h193 struct WasmFunctionName { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DWasmObjectFile.cpp367 DebugNames.push_back(wasm::WasmFunctionName{Index, Name}); in parseNameSection()

Completed in 14 milliseconds