Package org.teavm.backend.wasm.generate
Class DwarfFunctionGenerator
- java.lang.Object
-
- org.teavm.backend.wasm.generate.DwarfFunctionGenerator
-
public class DwarfFunctionGenerator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DwarfFunctionGenerator(DwarfClassGenerator classGen, DwarfGenerator generator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbegin(WasmFunction function, int offset)voidend(int size)
-
-
-
Constructor Detail
-
DwarfFunctionGenerator
public DwarfFunctionGenerator(DwarfClassGenerator classGen, DwarfGenerator generator)
-
-
Method Detail
-
begin
public void begin(WasmFunction function, int offset)
-
end
public void end(int size)
-
-