Searched refs:WasmFunctionName (Results 1 – 3 of 3) sorted by relevance
147 ArrayRef<wasm::WasmFunctionName> debugNames() const { return DebugNames; } in debugNames()272 std::vector<wasm::WasmFunctionName> DebugNames;
179 struct WasmFunctionName { struct
364 DebugNames.push_back(wasm::WasmFunctionName{Index, Name}); in parseNameSection()