Class LLVMOpInfoSymbol1

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class LLVMOpInfoSymbol1 extends Struct<LLVMOpInfoSymbol1> implements NativeResource

 struct LLVMOpInfoSymbol1 {
     uint64_t Present;
     char const * Name;
     uint64_t Value;
 }