astffi.llvm.0.1.2.source-code.jni_com_alibaba_fastffi_llvm_ObjectCastingGen_cxx_0x2609c9ac.cc Maven / Gradle / Ivy
The newest version!
#include
#include
#include "llvm/Object/Binary.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/Object/Binary.h"
#include "llvm/Object/ObjectFile.h"
#ifdef __cplusplus
extern "C" {
#endif
// Common Stubs
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_llvm_ObjectCastingGen_1cxx_10x2609c9ac_nativeDyn_1cast0(JNIEnv*, jclass, jlong arg0 /* from0 */) {
return reinterpret_cast(llvm::dyn_cast(reinterpret_cast(arg0)));
}
#ifdef __cplusplus
}
#endif