Searched refs:StructTy_JavaObject (Results 1 – 1 of 1) sorted by relevance
30 StructType *StructTy_JavaObject = mod->getTypeByName("JavaObject"); in makeLLVMModuleContents() local31 if (!StructTy_JavaObject) { in makeLLVMModuleContents()32 StructTy_JavaObject = StructType::create(mod->getContext(), "JavaObject"); in makeLLVMModuleContents()35 if (StructTy_JavaObject->isOpaque()) { in makeLLVMModuleContents()36 StructTy_JavaObject->setBody(StructTy_JavaObject_fields, /*isPacked=*/false); in makeLLVMModuleContents()39 PointerType* PointerTy_1 = PointerType::get(StructTy_JavaObject, 0); in makeLLVMModuleContents()