Searched refs:WasmFunctionName (Results 1 – 6 of 6) sorted by relevance
635 struct WasmFunctionName { struct636 WasmFunctionName(const WasmFunction* function, WasmName name) in WasmFunctionName() argument643 std::ostream& operator<<(std::ostream& os, const WasmFunctionName& name); argument
208 std::ostream& operator<<(std::ostream& os, const WasmFunctionName& name) { in operator <<()
1666 WasmFunctionName func_name(function, in VerifyFunctionBody()
150 ArrayRef<wasm::WasmFunctionName> debugNames() const { return DebugNames; } in debugNames()279 std::vector<wasm::WasmFunctionName> DebugNames;
193 struct WasmFunctionName { struct
367 DebugNames.push_back(wasm::WasmFunctionName{Index, Name}); in parseNameSection()