public class HybridSeJitWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
HybridSeJitWrapper(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AddExternalFunction(String name,
SWIGTYPE_p_void addr) |
boolean |
AddModuleFromBuffer(ByteBuffer arg0) |
static HybridSeJitWrapper |
Create() |
static HybridSeJitWrapper |
Create(JitOptions jit_options) |
void |
delete() |
static void |
DeleteJit(HybridSeJitWrapper jit) |
protected void |
finalize() |
long |
FindFunction(String funcname) |
static long |
getCPtr(HybridSeJitWrapper obj) |
boolean |
Init() |
static boolean |
InitJitSymbols(HybridSeJitWrapper jit) |
boolean |
OptModule(SWIGTYPE_p_llvm__Module module) |
public static long getCPtr(HybridSeJitWrapper obj)
public void delete()
public boolean Init()
public boolean OptModule(SWIGTYPE_p_llvm__Module module)
public boolean AddExternalFunction(String name, SWIGTYPE_p_void addr)
public boolean AddModuleFromBuffer(ByteBuffer arg0)
public long FindFunction(String funcname)
public static HybridSeJitWrapper Create(JitOptions jit_options)
public static HybridSeJitWrapper Create()
public static void DeleteJit(HybridSeJitWrapper jit)
public static boolean InitJitSymbols(HybridSeJitWrapper jit)
Copyright © 2021. All rights reserved.