Class LLVMCore
java.lang.Object
org.lwjgl.llvm.LLVMCore
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classContains the function pointers loaded from the LLVMSharedLibrary. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionstatic SharedLibraryReturns the LLVMSharedLibrary.static longLLVMAddAlias(long M, long Ty, long Aliasee, CharSequence Name) LLVMValueRef LLVMAddAlias(LLVMModuleRef M, LLVMTypeRef Ty, LLVMValueRef Aliasee, char const * Name)static longLLVMAddAlias(long M, long Ty, long Aliasee, ByteBuffer Name) LLVMValueRef LLVMAddAlias(LLVMModuleRef M, LLVMTypeRef Ty, LLVMValueRef Aliasee, char const * Name)static longLLVMAddAlias2(long M, long ValueTy, int AddrSpace, long Aliasee, CharSequence Name) LLVMValueRef LLVMAddAlias2(LLVMModuleRef M, LLVMTypeRef ValueTy, unsigned AddrSpace, LLVMValueRef Aliasee, char const * Name)static longLLVMAddAlias2(long M, long ValueTy, int AddrSpace, long Aliasee, ByteBuffer Name) LLVMValueRef LLVMAddAlias2(LLVMModuleRef M, LLVMTypeRef ValueTy, unsigned AddrSpace, LLVMValueRef Aliasee, char const * Name)static voidLLVMAddAttributeAtIndex(long F, int Idx, long A) void LLVMAddAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, LLVMAttributeRef A)static voidLLVMAddCallSiteAttribute(long C, int Idx, long A) void LLVMAddCallSiteAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, LLVMAttributeRef A)static voidLLVMAddCase(long Switch, long OnVal, long Dest) void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal, LLVMBasicBlockRef Dest)static voidLLVMAddClause(long LandingPad, long ClauseVal) void LLVMAddClause(LLVMValueRef LandingPad, LLVMValueRef ClauseVal)static voidLLVMAddDestination(long IndirectBr, long Dest) void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest)static longLLVMAddFunction(long M, CharSequence Name, long FunctionTy) LLVMValueRef LLVMAddFunction(LLVMModuleRef M, char const * Name, LLVMTypeRef FunctionTy)static longLLVMAddFunction(long M, ByteBuffer Name, long FunctionTy) LLVMValueRef LLVMAddFunction(LLVMModuleRef M, char const * Name, LLVMTypeRef FunctionTy)static longLLVMAddGlobal(long M, long Ty, CharSequence Name) LLVMValueRef LLVMAddGlobal(LLVMModuleRef M, LLVMTypeRef Ty, char const * Name)static longLLVMAddGlobal(long M, long Ty, ByteBuffer Name) LLVMValueRef LLVMAddGlobal(LLVMModuleRef M, LLVMTypeRef Ty, char const * Name)static longLLVMAddGlobalIFunc(long M, CharSequence Name, long Ty, int AddrSpace, long Resolver) LLVMValueRef LLVMAddGlobalIFunc(LLVMModuleRef M, char const * Name, size_t NameLen, LLVMTypeRef Ty, unsigned AddrSpace, LLVMValueRef Resolver)static longLLVMAddGlobalIFunc(long M, ByteBuffer Name, long Ty, int AddrSpace, long Resolver) LLVMValueRef LLVMAddGlobalIFunc(LLVMModuleRef M, char const * Name, size_t NameLen, LLVMTypeRef Ty, unsigned AddrSpace, LLVMValueRef Resolver)static longLLVMAddGlobalInAddressSpace(long M, long Ty, CharSequence Name, int AddressSpace) LLVMValueRef LLVMAddGlobalInAddressSpace(LLVMModuleRef M, LLVMTypeRef Ty, char const * Name, unsigned int AddressSpace)static longLLVMAddGlobalInAddressSpace(long M, long Ty, ByteBuffer Name, int AddressSpace) LLVMValueRef LLVMAddGlobalInAddressSpace(LLVMModuleRef M, LLVMTypeRef Ty, char const * Name, unsigned int AddressSpace)static voidLLVMAddHandler(long CatchSwitch, long Dest) void LLVMAddHandler(LLVMValueRef CatchSwitch, LLVMBasicBlockRef Dest)static voidLLVMAddIncoming(long PhiNode, PointerBuffer IncomingValues, PointerBuffer IncomingBlocks) void LLVMAddIncoming(LLVMValueRef PhiNode, LLVMValueRef * IncomingValues, LLVMBasicBlockRef * IncomingBlocks, unsigned int Count)static voidLLVMAddMetadataToInst(long Builder, long Inst) void LLVMAddMetadataToInst(LLVMBuilderRef Builder, LLVMValueRef Inst)static voidLLVMAddModuleFlag(long M, int Behavior, CharSequence Key, long Val) void LLVMAddModuleFlag(LLVMModuleRef M, LLVMModuleFlagBehavior Behavior, char const * Key, size_t KeyLen, LLVMMetadataRef Val)static voidLLVMAddModuleFlag(long M, int Behavior, ByteBuffer Key, long Val) void LLVMAddModuleFlag(LLVMModuleRef M, LLVMModuleFlagBehavior Behavior, char const * Key, size_t KeyLen, LLVMMetadataRef Val)static voidLLVMAddNamedMetadataOperand(long M, CharSequence Name, long Val) void LLVMAddNamedMetadataOperand(LLVMModuleRef M, char const * Name, LLVMValueRef Val)static voidLLVMAddNamedMetadataOperand(long M, ByteBuffer Name, long Val) void LLVMAddNamedMetadataOperand(LLVMModuleRef M, char const * Name, LLVMValueRef Val)static voidLLVMAddTargetDependentFunctionAttr(long Fn, CharSequence A, CharSequence V) void LLVMAddTargetDependentFunctionAttr(LLVMValueRef Fn, char const * A, char const * V)static voidLLVMAddTargetDependentFunctionAttr(long Fn, ByteBuffer A, ByteBuffer V) void LLVMAddTargetDependentFunctionAttr(LLVMValueRef Fn, char const * A, char const * V)static longLLVMAliasGetAliasee(long Alias) LLVMValueRef LLVMAliasGetAliasee(LLVMValueRef Alias)static voidLLVMAliasSetAliasee(long Alias, long Aliasee) void LLVMAliasSetAliasee(LLVMValueRef Alias, LLVMValueRef Aliasee)static longLLVMAlignOf(long Ty) LLVMValueRef LLVMAlignOf(LLVMTypeRef Ty)static longLLVMAppendBasicBlock(long Fn, CharSequence Name) LLVMBasicBlockRef LLVMAppendBasicBlock(LLVMValueRef Fn, char const * Name)static longLLVMAppendBasicBlock(long Fn, ByteBuffer Name) LLVMBasicBlockRef LLVMAppendBasicBlock(LLVMValueRef Fn, char const * Name)static longLLVMAppendBasicBlockInContext(long C, long Fn, CharSequence Name) LLVMBasicBlockRef LLVMAppendBasicBlockInContext(LLVMContextRef C, LLVMValueRef Fn, char const * Name)static longLLVMAppendBasicBlockInContext(long C, long Fn, ByteBuffer Name) LLVMBasicBlockRef LLVMAppendBasicBlockInContext(LLVMContextRef C, LLVMValueRef Fn, char const * Name)static voidLLVMAppendExistingBasicBlock(long Fn, long BB) void LLVMAppendExistingBasicBlock(LLVMValueRef Fn, LLVMBasicBlockRef BB)static voidLLVMAppendModuleInlineAsm(long M, CharSequence Asm) void LLVMAppendModuleInlineAsm(LLVMModuleRef M, char const * Asm, size_t Len)static voidLLVMAppendModuleInlineAsm(long M, ByteBuffer Asm) void LLVMAppendModuleInlineAsm(LLVMModuleRef M, char const * Asm, size_t Len)static longLLVMArrayType(long ElementType, int ElementCount) LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned int ElementCount)static longLLVMArrayType2(long ElementType, long ElementCount) LLVMTypeRef LLVMArrayType2(LLVMTypeRef ElementType, uint64_t ElementCount)static longLLVMBasicBlockAsValue(long BB) LLVMValueRef LLVMBasicBlockAsValue(LLVMBasicBlockRef BB)static longLLVMTypeRef LLVMBFloatType(void)static longLLVMBFloatTypeInContext(long C) LLVMTypeRef LLVMBFloatTypeInContext(LLVMContextRef C)static longLLVMBlockAddress(long F, long BB) LLVMValueRef LLVMBlockAddress(LLVMValueRef F, LLVMBasicBlockRef BB)static longLLVMBuildAdd(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildAdd(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildAddrSpaceCast(long Builder, long Val, long DestTy, CharSequence Name) LLVMValueRef LLVMBuildAddrSpaceCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildAddrSpaceCast(long Builder, long Val, long DestTy, ByteBuffer Name) LLVMValueRef LLVMBuildAddrSpaceCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildAggregateRet(long Builder, PointerBuffer RetVals) LLVMValueRef LLVMBuildAggregateRet(LLVMBuilderRef Builder, LLVMValueRef * RetVals, unsigned int N)static longLLVMBuildAlloca(long Builder, long Ty, CharSequence Name) LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef Builder, LLVMTypeRef Ty, char const * Name)static longLLVMBuildAlloca(long Builder, long Ty, ByteBuffer Name) LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef Builder, LLVMTypeRef Ty, char const * Name)static longLLVMBuildAnd(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildAnd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildAnd(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildAnd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildArrayAlloca(long Builder, long Ty, long Val, CharSequence Name) LLVMValueRef LLVMBuildArrayAlloca(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Val, char const * Name)static longLLVMBuildArrayAlloca(long Builder, long Ty, long Val, ByteBuffer Name) LLVMValueRef LLVMBuildArrayAlloca(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Val, char const * Name)static longLLVMBuildArrayMalloc(long Builder, long Ty, long Val, CharSequence Name) LLVMValueRef LLVMBuildArrayMalloc(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Val, char const * Name)static longLLVMBuildArrayMalloc(long Builder, long Ty, long Val, ByteBuffer Name) LLVMValueRef LLVMBuildArrayMalloc(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Val, char const * Name)static longLLVMBuildAShr(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildAShr(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildAShr(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildAShr(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildAtomicCmpXchg(long B, long Ptr, long Cmp, long New, int SuccessOrdering, int FailureOrdering, boolean SingleThread) LLVMValueRef LLVMBuildAtomicCmpXchg(LLVMBuilderRef B, LLVMValueRef Ptr, LLVMValueRef Cmp, LLVMValueRef New, LLVMAtomicOrdering SuccessOrdering, LLVMAtomicOrdering FailureOrdering, LLVMBool SingleThread)static longLLVMBuildAtomicCmpXchgSyncScope(long B, long Ptr, long Cmp, long New, int SuccessOrdering, int FailureOrdering, int SSID) LLVMValueRef LLVMBuildAtomicCmpXchgSyncScope(LLVMBuilderRef B, LLVMValueRef Ptr, LLVMValueRef Cmp, LLVMValueRef New, LLVMAtomicOrdering SuccessOrdering, LLVMAtomicOrdering FailureOrdering, unsigned SSID)static longLLVMBuildAtomicRMW(long B, int op, long PTR, long Val, int ordering, boolean singleThread) LLVMValueRef LLVMBuildAtomicRMW(LLVMBuilderRef B, LLVMAtomicRMWBinOp op, LLVMValueRef PTR, LLVMValueRef Val, LLVMAtomicOrdering ordering, LLVMBool singleThread)static longLLVMBuildAtomicRMWSyncScope(long B, int op, long PTR, long Val, int ordering, int SSID) LLVMValueRef LLVMBuildAtomicRMWSyncScope(LLVMBuilderRef B, LLVMAtomicRMWBinOp op, LLVMValueRef PTR, LLVMValueRef Val, LLVMAtomicOrdering ordering, unsigned SSID)static longLLVMBuildBinOp(long B, int Op, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildBinOp(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildBinOp(long B, int Op, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildBinOp(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildBitCast(long Builder, long Val, long DestTy, CharSequence Name) LLVMValueRef LLVMBuildBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildBitCast(long Builder, long Val, long DestTy, ByteBuffer Name) LLVMValueRef LLVMBuildBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildBr(long Builder, long Dest) LLVMValueRef LLVMBuildBr(LLVMBuilderRef Builder, LLVMBasicBlockRef Dest)static longLLVMBuildCall(long Builder, long Fn, PointerBuffer Args, CharSequence Name) LLVMValueRef LLVMBuildCall(LLVMBuilderRef Builder, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, char const * Name)static longLLVMBuildCall(long Builder, long Fn, PointerBuffer Args, ByteBuffer Name) LLVMValueRef LLVMBuildCall(LLVMBuilderRef Builder, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, char const * Name)static longLLVMBuildCall2(long Builder, long Ty, long Fn, PointerBuffer Args, CharSequence Name) LLVMValueRef LLVMBuildCall2(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, char const * Name)static longLLVMBuildCall2(long Builder, long Ty, long Fn, PointerBuffer Args, ByteBuffer Name) LLVMValueRef LLVMBuildCall2(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, char const * Name)static longLLVMBuildCallBr(long B, long Ty, long Fn, long DefaultDest, PointerBuffer IndirectDests, PointerBuffer Args, PointerBuffer Bundles, CharSequence Name) LLVMValueRef LLVMBuildCallBr(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMBasicBlockRef DefaultDest, LLVMBasicBlockRef * IndirectDests, unsigned NumIndirectDests, LLVMValueRef * Args, unsigned NumArgs, LLVMOperandBundleRef * Bundles, unsigned NumBundles, char const * Name)static longLLVMBuildCallBr(long B, long Ty, long Fn, long DefaultDest, PointerBuffer IndirectDests, PointerBuffer Args, PointerBuffer Bundles, ByteBuffer Name) LLVMValueRef LLVMBuildCallBr(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMBasicBlockRef DefaultDest, LLVMBasicBlockRef * IndirectDests, unsigned NumIndirectDests, LLVMValueRef * Args, unsigned NumArgs, LLVMOperandBundleRef * Bundles, unsigned NumBundles, char const * Name)static longLLVMBuildCallWithOperandBundles(long Builder, long Ty, long Fn, PointerBuffer Args, PointerBuffer Bundles, CharSequence Name) LLVMValueRef LLVMBuildCallWithOperandBundles(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, LLVMOperandBundleRef * Bundles, unsigned NumBundles, char const * Name)static longLLVMBuildCallWithOperandBundles(long Builder, long Ty, long Fn, PointerBuffer Args, PointerBuffer Bundles, ByteBuffer Name) LLVMValueRef LLVMBuildCallWithOperandBundles(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, LLVMOperandBundleRef * Bundles, unsigned NumBundles, char const * Name)static longLLVMBuildCast(long B, int Op, long Val, long DestTy, CharSequence Name) LLVMValueRef LLVMBuildCast(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildCast(long B, int Op, long Val, long DestTy, ByteBuffer Name) LLVMValueRef LLVMBuildCast(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildCatchPad(long B, long ParentPad, PointerBuffer Args, CharSequence Name) LLVMValueRef LLVMBuildCatchPad(LLVMBuilderRef B, LLVMValueRef ParentPad, LLVMValueRef * Args, unsigned int NumArgs, char const * Name)static longLLVMBuildCatchPad(long B, long ParentPad, PointerBuffer Args, ByteBuffer Name) LLVMValueRef LLVMBuildCatchPad(LLVMBuilderRef B, LLVMValueRef ParentPad, LLVMValueRef * Args, unsigned int NumArgs, char const * Name)static longLLVMBuildCatchRet(long B, long CatchPad, long BB) LLVMValueRef LLVMBuildCatchRet(LLVMBuilderRef B, LLVMValueRef CatchPad, LLVMBasicBlockRef BB)static longLLVMBuildCatchSwitch(long B, long ParentPad, long UnwindBB, int NumHandlers, CharSequence Name) LLVMValueRef LLVMBuildCatchSwitch(LLVMBuilderRef B, LLVMValueRef ParentPad, LLVMBasicBlockRef UnwindBB, unsigned int NumHandlers, char const * Name)static longLLVMBuildCatchSwitch(long B, long ParentPad, long UnwindBB, int NumHandlers, ByteBuffer Name) LLVMValueRef LLVMBuildCatchSwitch(LLVMBuilderRef B, LLVMValueRef ParentPad, LLVMBasicBlockRef UnwindBB, unsigned int NumHandlers, char const * Name)static longLLVMBuildCleanupPad(long B, long ParentPad, PointerBuffer Args, CharSequence Name) LLVMValueRef LLVMBuildCleanupPad(LLVMBuilderRef B, LLVMValueRef ParentPad, LLVMValueRef * Args, unsigned int NumArgs, char const * Name)static longLLVMBuildCleanupPad(long B, long ParentPad, PointerBuffer Args, ByteBuffer Name) LLVMValueRef LLVMBuildCleanupPad(LLVMBuilderRef B, LLVMValueRef ParentPad, LLVMValueRef * Args, unsigned int NumArgs, char const * Name)static longLLVMBuildCleanupRet(long B, long CatchPad, long BB) LLVMValueRef LLVMBuildCleanupRet(LLVMBuilderRef B, LLVMValueRef CatchPad, LLVMBasicBlockRef BB)static longLLVMBuildCondBr(long Builder, long If, long Then, long Else) LLVMValueRef LLVMBuildCondBr(LLVMBuilderRef Builder, LLVMValueRef If, LLVMBasicBlockRef Then, LLVMBasicBlockRef Else)static longLLVMBuilderGetDefaultFPMathTag(long Builder) LLVMMetadataRef LLVMBuilderGetDefaultFPMathTag(LLVMBuilderRef Builder)static voidLLVMBuilderSetDefaultFPMathTag(long Builder, long FPMathTag) void LLVMBuilderSetDefaultFPMathTag(LLVMBuilderRef Builder, LLVMMetadataRef FPMathTag)static longLLVMBuildExactSDiv(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildExactSDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildExactSDiv(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildExactSDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildExactUDiv(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildExactUDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildExactUDiv(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildExactUDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildExtractElement(long Builder, long VecVal, long Index, CharSequence Name) LLVMValueRef LLVMBuildExtractElement(LLVMBuilderRef Builder, LLVMValueRef VecVal, LLVMValueRef Index, char const * Name)static longLLVMBuildExtractElement(long Builder, long VecVal, long Index, ByteBuffer Name) LLVMValueRef LLVMBuildExtractElement(LLVMBuilderRef Builder, LLVMValueRef VecVal, LLVMValueRef Index, char const * Name)static longLLVMBuildExtractValue(long Builder, long AggVal, int Index, CharSequence Name) LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef Builder, LLVMValueRef AggVal, unsigned int Index, char const * Name)static longLLVMBuildExtractValue(long Builder, long AggVal, int Index, ByteBuffer Name) LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef Builder, LLVMValueRef AggVal, unsigned int Index, char const * Name)static longLLVMBuildFAdd(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildFAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildFAdd(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildFAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildFCmp(long Builder, int Op, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildFCmp(LLVMBuilderRef Builder, LLVMRealPredicate Op, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildFCmp(long Builder, int Op, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildFCmp(LLVMBuilderRef Builder, LLVMRealPredicate Op, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildFDiv(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildFDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildFDiv(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildFDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildFence(long B, int ordering, boolean singleThread, CharSequence Name) LLVMValueRef LLVMBuildFence(LLVMBuilderRef B, LLVMAtomicOrdering ordering, LLVMBool singleThread, char const * Name)static longLLVMBuildFence(long B, int ordering, boolean singleThread, ByteBuffer Name) LLVMValueRef LLVMBuildFence(LLVMBuilderRef B, LLVMAtomicOrdering ordering, LLVMBool singleThread, char const * Name)static longLLVMBuildFenceSyncScope(long B, int ordering, int SSID, CharSequence Name) LLVMValueRef LLVMBuildFenceSyncScope(LLVMBuilderRef B, LLVMAtomicOrdering ordering, unsigned SSID, char const * Name)static longLLVMBuildFenceSyncScope(long B, int ordering, int SSID, ByteBuffer Name) LLVMValueRef LLVMBuildFenceSyncScope(LLVMBuilderRef B, LLVMAtomicOrdering ordering, unsigned SSID, char const * Name)static longLLVMBuildFMul(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildFMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildFMul(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildFMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildFNeg(long Builder, long V, CharSequence Name) LLVMValueRef LLVMBuildFNeg(LLVMBuilderRef Builder, LLVMValueRef V, char const * Name)static longLLVMBuildFNeg(long Builder, long V, ByteBuffer Name) LLVMValueRef LLVMBuildFNeg(LLVMBuilderRef Builder, LLVMValueRef V, char const * Name)static longLLVMBuildFPCast(long Builder, long Val, long DestTy, CharSequence Name) LLVMValueRef LLVMBuildFPCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildFPCast(long Builder, long Val, long DestTy, ByteBuffer Name) LLVMValueRef LLVMBuildFPCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildFPExt(long Builder, long Val, long DestTy, CharSequence Name) LLVMValueRef LLVMBuildFPExt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildFPExt(long Builder, long Val, long DestTy, ByteBuffer Name) LLVMValueRef LLVMBuildFPExt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildFPToSI(long Builder, long Val, long DestTy, CharSequence Name) LLVMValueRef LLVMBuildFPToSI(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildFPToSI(long Builder, long Val, long DestTy, ByteBuffer Name) LLVMValueRef LLVMBuildFPToSI(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildFPToUI(long Builder, long Val, long DestTy, CharSequence Name) LLVMValueRef LLVMBuildFPToUI(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildFPToUI(long Builder, long Val, long DestTy, ByteBuffer Name) LLVMValueRef LLVMBuildFPToUI(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildFPTrunc(long Builder, long Val, long DestTy, CharSequence Name) LLVMValueRef LLVMBuildFPTrunc(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildFPTrunc(long Builder, long Val, long DestTy, ByteBuffer Name) LLVMValueRef LLVMBuildFPTrunc(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildFree(long Builder, long PointerVal) LLVMValueRef LLVMBuildFree(LLVMBuilderRef Builder, LLVMValueRef PointerVal)static longLLVMBuildFreeze(long Builder, long Val, CharSequence Name) LLVMValueRef LLVMBuildFreeze(LLVMBuilderRef Builder, LLVMValueRef Val, char const * Name)static longLLVMBuildFreeze(long Builder, long Val, ByteBuffer Name) LLVMValueRef LLVMBuildFreeze(LLVMBuilderRef Builder, LLVMValueRef Val, char const * Name)static longLLVMBuildFRem(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildFRem(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildFRem(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildFRem(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildFSub(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildFSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildFSub(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildFSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildGEP(long B, long Pointer, PointerBuffer Indices, CharSequence Name) LLVMValueRef LLVMBuildGEP(LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name)static longLLVMBuildGEP(long B, long Pointer, PointerBuffer Indices, ByteBuffer Name) LLVMValueRef LLVMBuildGEP(LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name)static longLLVMBuildGEP2(long B, long Ty, long Pointer, PointerBuffer Indices, CharSequence Name) LLVMValueRef LLVMBuildGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name)static longLLVMBuildGEP2(long B, long Ty, long Pointer, PointerBuffer Indices, ByteBuffer Name) LLVMValueRef LLVMBuildGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name)static longLLVMBuildGEPWithNoWrapFlags(long B, long Ty, long Pointer, PointerBuffer Indices, CharSequence Name, int NoWrapFlags) LLVMValueRef LLVMBuildGEPWithNoWrapFlags(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned NumIndices, char const * Name, LLVMGEPNoWrapFlags NoWrapFlags)static longLLVMBuildGEPWithNoWrapFlags(long B, long Ty, long Pointer, PointerBuffer Indices, ByteBuffer Name, int NoWrapFlags) LLVMValueRef LLVMBuildGEPWithNoWrapFlags(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned NumIndices, char const * Name, LLVMGEPNoWrapFlags NoWrapFlags)static longLLVMBuildGlobalString(long B, CharSequence Str, CharSequence Name) LLVMValueRef LLVMBuildGlobalString(LLVMBuilderRef B, char const * Str, char const * Name)static longLLVMBuildGlobalString(long B, ByteBuffer Str, ByteBuffer Name) LLVMValueRef LLVMBuildGlobalString(LLVMBuilderRef B, char const * Str, char const * Name)static longLLVMBuildGlobalStringPtr(long B, CharSequence Str, CharSequence Name) LLVMValueRef LLVMBuildGlobalStringPtr(LLVMBuilderRef B, char const * Str, char const * Name)static longLLVMBuildGlobalStringPtr(long B, ByteBuffer Str, ByteBuffer Name) LLVMValueRef LLVMBuildGlobalStringPtr(LLVMBuilderRef B, char const * Str, char const * Name)static longLLVMBuildICmp(long Builder, int Op, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildICmp(LLVMBuilderRef Builder, LLVMIntPredicate Op, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildICmp(long Builder, int Op, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildICmp(LLVMBuilderRef Builder, LLVMIntPredicate Op, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildInBoundsGEP(long B, long Pointer, PointerBuffer Indices, CharSequence Name) LLVMValueRef LLVMBuildInBoundsGEP(LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name)static longLLVMBuildInBoundsGEP(long B, long Pointer, PointerBuffer Indices, ByteBuffer Name) LLVMValueRef LLVMBuildInBoundsGEP(LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name)static longLLVMBuildInBoundsGEP2(long B, long Ty, long Pointer, PointerBuffer Indices, CharSequence Name) LLVMValueRef LLVMBuildInBoundsGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name)static longLLVMBuildInBoundsGEP2(long B, long Ty, long Pointer, PointerBuffer Indices, ByteBuffer Name) LLVMValueRef LLVMBuildInBoundsGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name)static longLLVMBuildIndirectBr(long B, long Addr, int NumDests) LLVMValueRef LLVMBuildIndirectBr(LLVMBuilderRef B, LLVMValueRef Addr, unsigned int NumDests)static longLLVMBuildInsertElement(long Builder, long VecVal, long EltVal, long Index, CharSequence Name) LLVMValueRef LLVMBuildInsertElement(LLVMBuilderRef Builder, LLVMValueRef VecVal, LLVMValueRef EltVal, LLVMValueRef Index, char const * Name)static longLLVMBuildInsertElement(long Builder, long VecVal, long EltVal, long Index, ByteBuffer Name) LLVMValueRef LLVMBuildInsertElement(LLVMBuilderRef Builder, LLVMValueRef VecVal, LLVMValueRef EltVal, LLVMValueRef Index, char const * Name)static longLLVMBuildInsertValue(long Builder, long AggVal, long EltVal, int Index, CharSequence Name) LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef Builder, LLVMValueRef AggVal, LLVMValueRef EltVal, unsigned int Index, char const * Name)static longLLVMBuildInsertValue(long Builder, long AggVal, long EltVal, int Index, ByteBuffer Name) LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef Builder, LLVMValueRef AggVal, LLVMValueRef EltVal, unsigned int Index, char const * Name)static longLLVMBuildIntCast(long Builder, long Val, long DestTy, CharSequence Name) LLVMValueRef LLVMBuildIntCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildIntCast(long Builder, long Val, long DestTy, ByteBuffer Name) LLVMValueRef LLVMBuildIntCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildIntCast2(long Builder, long Val, long DestTy, boolean IsSigned, CharSequence Name) LLVMValueRef LLVMBuildIntCast2(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, LLVMBool IsSigned, char const * Name)static longLLVMBuildIntCast2(long Builder, long Val, long DestTy, boolean IsSigned, ByteBuffer Name) LLVMValueRef LLVMBuildIntCast2(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, LLVMBool IsSigned, char const * Name)static longLLVMBuildIntToPtr(long Builder, long Val, long DestTy, CharSequence Name) LLVMValueRef LLVMBuildIntToPtr(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildIntToPtr(long Builder, long Val, long DestTy, ByteBuffer Name) LLVMValueRef LLVMBuildIntToPtr(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildInvoke(long Builder, long Fn, PointerBuffer Args, long Then, long Catch, CharSequence Name) LLVMValueRef LLVMBuildInvoke(LLVMBuilderRef Builder, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, char const * Name)static longLLVMBuildInvoke(long Builder, long Fn, PointerBuffer Args, long Then, long Catch, ByteBuffer Name) LLVMValueRef LLVMBuildInvoke(LLVMBuilderRef Builder, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, char const * Name)static longLLVMBuildInvoke2(long Builder, long Ty, long Fn, PointerBuffer Args, long Then, long Catch, CharSequence Name) LLVMValueRef LLVMBuildInvoke2(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, char const * Name)static longLLVMBuildInvoke2(long Builder, long Ty, long Fn, PointerBuffer Args, long Then, long Catch, ByteBuffer Name) LLVMValueRef LLVMBuildInvoke2(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, char const * Name)static longLLVMBuildInvokeWithOperandBundles(long Builder, long Ty, long Fn, PointerBuffer Args, long Then, long Catch, PointerBuffer Bundles, CharSequence Name) LLVMValueRef LLVMBuildInvokeWithOperandBundles(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, LLVMOperandBundleRef * Bundles, unsigned NumBundles, char const * Name)static longLLVMBuildInvokeWithOperandBundles(long Builder, long Ty, long Fn, PointerBuffer Args, long Then, long Catch, PointerBuffer Bundles, ByteBuffer Name) LLVMValueRef LLVMBuildInvokeWithOperandBundles(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, LLVMOperandBundleRef * Bundles, unsigned NumBundles, char const * Name)static longLLVMBuildIsNotNull(long Builder, long Val, CharSequence Name) LLVMValueRef LLVMBuildIsNotNull(LLVMBuilderRef Builder, LLVMValueRef Val, char const * Name)static longLLVMBuildIsNotNull(long Builder, long Val, ByteBuffer Name) LLVMValueRef LLVMBuildIsNotNull(LLVMBuilderRef Builder, LLVMValueRef Val, char const * Name)static longLLVMBuildIsNull(long Builder, long Val, CharSequence Name) LLVMValueRef LLVMBuildIsNull(LLVMBuilderRef Builder, LLVMValueRef Val, char const * Name)static longLLVMBuildIsNull(long Builder, long Val, ByteBuffer Name) LLVMValueRef LLVMBuildIsNull(LLVMBuilderRef Builder, LLVMValueRef Val, char const * Name)static longLLVMBuildLandingPad(long B, long Ty, long PersFn, int NumClauses, CharSequence Name) LLVMValueRef LLVMBuildLandingPad(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef PersFn, unsigned int NumClauses, char const * Name)static longLLVMBuildLandingPad(long B, long Ty, long PersFn, int NumClauses, ByteBuffer Name) LLVMValueRef LLVMBuildLandingPad(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef PersFn, unsigned int NumClauses, char const * Name)static longLLVMBuildLoad(long Builder, long PointerVal, CharSequence Name) LLVMValueRef LLVMBuildLoad(LLVMBuilderRef Builder, LLVMValueRef PointerVal, char const * Name)static longLLVMBuildLoad(long Builder, long PointerVal, ByteBuffer Name) LLVMValueRef LLVMBuildLoad(LLVMBuilderRef Builder, LLVMValueRef PointerVal, char const * Name)static longLLVMBuildLoad2(long Builder, long Ty, long PointerVal, CharSequence Name) LLVMValueRef LLVMBuildLoad2(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef PointerVal, char const * Name)static longLLVMBuildLoad2(long Builder, long Ty, long PointerVal, ByteBuffer Name) LLVMValueRef LLVMBuildLoad2(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef PointerVal, char const * Name)static longLLVMBuildLShr(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildLShr(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildLShr(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildLShr(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildMalloc(long Builder, long Ty, CharSequence Name) LLVMValueRef LLVMBuildMalloc(LLVMBuilderRef Builder, LLVMTypeRef Ty, char const * Name)static longLLVMBuildMalloc(long Builder, long Ty, ByteBuffer Name) LLVMValueRef LLVMBuildMalloc(LLVMBuilderRef Builder, LLVMTypeRef Ty, char const * Name)static longLLVMBuildMemCpy(long B, long Dst, int DstAlign, long Src, int SrcAlign, long Size) LLVMValueRef LLVMBuildMemCpy(LLVMBuilderRef B, LLVMValueRef Dst, unsigned DstAlign, LLVMValueRef Src, unsigned SrcAlign, LLVMValueRef Size)static longLLVMBuildMemMove(long B, long Dst, int DstAlign, long Src, int SrcAlign, long Size) LLVMValueRef LLVMBuildMemMove(LLVMBuilderRef B, LLVMValueRef Dst, unsigned DstAlign, LLVMValueRef Src, unsigned SrcAlign, LLVMValueRef Size)static longLLVMBuildMemSet(long B, long Ptr, long Val, long Len, int Align) LLVMValueRef LLVMBuildMemSet(LLVMBuilderRef B, LLVMValueRef Ptr, LLVMValueRef Val, LLVMValueRef Len, unsigned Align)static longLLVMBuildMul(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildMul(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildNeg(long Builder, long V, CharSequence Name) LLVMValueRef LLVMBuildNeg(LLVMBuilderRef Builder, LLVMValueRef V, char const * Name)static longLLVMBuildNeg(long Builder, long V, ByteBuffer Name) LLVMValueRef LLVMBuildNeg(LLVMBuilderRef Builder, LLVMValueRef V, char const * Name)static longLLVMBuildNot(long Builder, long V, CharSequence Name) LLVMValueRef LLVMBuildNot(LLVMBuilderRef Builder, LLVMValueRef V, char const * Name)static longLLVMBuildNot(long Builder, long V, ByteBuffer Name) LLVMValueRef LLVMBuildNot(LLVMBuilderRef Builder, LLVMValueRef V, char const * Name)static longLLVMBuildNSWAdd(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildNSWAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildNSWAdd(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildNSWAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildNSWMul(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildNSWMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildNSWMul(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildNSWMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildNSWNeg(long B, long V, CharSequence Name) LLVMValueRef LLVMBuildNSWNeg(LLVMBuilderRef B, LLVMValueRef V, char const * Name)static longLLVMBuildNSWNeg(long B, long V, ByteBuffer Name) LLVMValueRef LLVMBuildNSWNeg(LLVMBuilderRef B, LLVMValueRef V, char const * Name)static longLLVMBuildNSWSub(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildNSWSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildNSWSub(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildNSWSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildNUWAdd(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildNUWAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildNUWAdd(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildNUWAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildNUWMul(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildNUWMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildNUWMul(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildNUWMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildNUWNeg(long B, long V, CharSequence Name) LLVMValueRef LLVMBuildNUWNeg(LLVMBuilderRef B, LLVMValueRef V, char const * Name)static longLLVMBuildNUWNeg(long B, long V, ByteBuffer Name) LLVMValueRef LLVMBuildNUWNeg(LLVMBuilderRef B, LLVMValueRef V, char const * Name)static longLLVMBuildNUWSub(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildNUWSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildNUWSub(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildNUWSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildOr(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildOr(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildOr(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildOr(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildPhi(long Builder, long Ty, CharSequence Name) LLVMValueRef LLVMBuildPhi(LLVMBuilderRef Builder, LLVMTypeRef Ty, char const * Name)static longLLVMBuildPhi(long Builder, long Ty, ByteBuffer Name) LLVMValueRef LLVMBuildPhi(LLVMBuilderRef Builder, LLVMTypeRef Ty, char const * Name)static longLLVMBuildPointerCast(long Builder, long Val, long DestTy, CharSequence Name) LLVMValueRef LLVMBuildPointerCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildPointerCast(long Builder, long Val, long DestTy, ByteBuffer Name) LLVMValueRef LLVMBuildPointerCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildPtrDiff(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildPtrDiff(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildPtrDiff(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildPtrDiff(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildPtrDiff2(long Builder, long ElemTy, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildPtrDiff2(LLVMBuilderRef Builder, LLVMTypeRef ElemTy, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildPtrDiff2(long Builder, long ElemTy, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildPtrDiff2(LLVMBuilderRef Builder, LLVMTypeRef ElemTy, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildPtrToInt(long Builder, long Val, long DestTy, CharSequence Name) LLVMValueRef LLVMBuildPtrToInt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildPtrToInt(long Builder, long Val, long DestTy, ByteBuffer Name) LLVMValueRef LLVMBuildPtrToInt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildResume(long B, long Exn) LLVMValueRef LLVMBuildResume(LLVMBuilderRef B, LLVMValueRef Exn)static longLLVMBuildRet(long Builder, long V) LLVMValueRef LLVMBuildRet(LLVMBuilderRef Builder, LLVMValueRef V)static longLLVMBuildRetVoid(long Builder) LLVMValueRef LLVMBuildRetVoid(LLVMBuilderRef Builder)static longLLVMBuildSDiv(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildSDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildSDiv(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildSDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildSelect(long Builder, long If, long Then, long Else, CharSequence Name) LLVMValueRef LLVMBuildSelect(LLVMBuilderRef Builder, LLVMValueRef If, LLVMValueRef Then, LLVMValueRef Else, char const * Name)static longLLVMBuildSelect(long Builder, long If, long Then, long Else, ByteBuffer Name) LLVMValueRef LLVMBuildSelect(LLVMBuilderRef Builder, LLVMValueRef If, LLVMValueRef Then, LLVMValueRef Else, char const * Name)static longLLVMBuildSExt(long Builder, long Val, long DestTy, CharSequence Name) LLVMValueRef LLVMBuildSExt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildSExt(long Builder, long Val, long DestTy, ByteBuffer Name) LLVMValueRef LLVMBuildSExt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildSExtOrBitCast(long Builder, long Val, long DestTy, CharSequence Name) LLVMValueRef LLVMBuildSExtOrBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildSExtOrBitCast(long Builder, long Val, long DestTy, ByteBuffer Name) LLVMValueRef LLVMBuildSExtOrBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildShl(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildShl(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildShl(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildShl(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildShuffleVector(long Builder, long V1, long V2, long Mask, CharSequence Name) LLVMValueRef LLVMBuildShuffleVector(LLVMBuilderRef Builder, LLVMValueRef V1, LLVMValueRef V2, LLVMValueRef Mask, char const * Name)static longLLVMBuildShuffleVector(long Builder, long V1, long V2, long Mask, ByteBuffer Name) LLVMValueRef LLVMBuildShuffleVector(LLVMBuilderRef Builder, LLVMValueRef V1, LLVMValueRef V2, LLVMValueRef Mask, char const * Name)static longLLVMBuildSIToFP(long Builder, long Val, long DestTy, CharSequence Name) LLVMValueRef LLVMBuildSIToFP(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildSIToFP(long Builder, long Val, long DestTy, ByteBuffer Name) LLVMValueRef LLVMBuildSIToFP(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildSRem(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildSRem(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildSRem(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildSRem(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildStore(long Builder, long Val, long Ptr) LLVMValueRef LLVMBuildStore(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMValueRef Ptr)static longLLVMBuildStructGEP(long B, long Pointer, int Idx, CharSequence Name) LLVMValueRef LLVMBuildStructGEP(LLVMBuilderRef B, LLVMValueRef Pointer, unsigned int Idx, char const * Name)static longLLVMBuildStructGEP(long B, long Pointer, int Idx, ByteBuffer Name) LLVMValueRef LLVMBuildStructGEP(LLVMBuilderRef B, LLVMValueRef Pointer, unsigned int Idx, char const * Name)static longLLVMBuildStructGEP2(long B, long Ty, long Pointer, int Idx, CharSequence Name) LLVMValueRef LLVMBuildStructGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, unsigned int Idx, char const * Name)static longLLVMBuildStructGEP2(long B, long Ty, long Pointer, int Idx, ByteBuffer Name) LLVMValueRef LLVMBuildStructGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, unsigned int Idx, char const * Name)static longLLVMBuildSub(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildSub(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildSwitch(long Builder, long V, long Else, int NumCases) LLVMValueRef LLVMBuildSwitch(LLVMBuilderRef Builder, LLVMValueRef V, LLVMBasicBlockRef Else, unsigned int NumCases)static longLLVMBuildTrunc(long Builder, long Val, long DestTy, CharSequence Name) LLVMValueRef LLVMBuildTrunc(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildTrunc(long Builder, long Val, long DestTy, ByteBuffer Name) LLVMValueRef LLVMBuildTrunc(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildTruncOrBitCast(long Builder, long Val, long DestTy, CharSequence Name) LLVMValueRef LLVMBuildTruncOrBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildTruncOrBitCast(long Builder, long Val, long DestTy, ByteBuffer Name) LLVMValueRef LLVMBuildTruncOrBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildUDiv(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildUDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildUDiv(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildUDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildUIToFP(long Builder, long Val, long DestTy, CharSequence Name) LLVMValueRef LLVMBuildUIToFP(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildUIToFP(long Builder, long Val, long DestTy, ByteBuffer Name) LLVMValueRef LLVMBuildUIToFP(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildUnreachable(long Builder) LLVMValueRef LLVMBuildUnreachable(LLVMBuilderRef Builder)static longLLVMBuildURem(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildURem(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildURem(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildURem(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildVAArg(long Builder, long List, long Ty, CharSequence Name) LLVMValueRef LLVMBuildVAArg(LLVMBuilderRef Builder, LLVMValueRef List, LLVMTypeRef Ty, char const * Name)static longLLVMBuildVAArg(long Builder, long List, long Ty, ByteBuffer Name) LLVMValueRef LLVMBuildVAArg(LLVMBuilderRef Builder, LLVMValueRef List, LLVMTypeRef Ty, char const * Name)static longLLVMBuildXor(long Builder, long LHS, long RHS, CharSequence Name) LLVMValueRef LLVMBuildXor(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildXor(long Builder, long LHS, long RHS, ByteBuffer Name) LLVMValueRef LLVMBuildXor(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longLLVMBuildZExt(long Builder, long Val, long DestTy, CharSequence Name) LLVMValueRef LLVMBuildZExt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildZExt(long Builder, long Val, long DestTy, ByteBuffer Name) LLVMValueRef LLVMBuildZExt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildZExtOrBitCast(long Builder, long Val, long DestTy, CharSequence Name) LLVMValueRef LLVMBuildZExtOrBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longLLVMBuildZExtOrBitCast(long Builder, long Val, long DestTy, ByteBuffer Name) LLVMValueRef LLVMBuildZExtOrBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static booleanLLVMCanValueUseFastMathFlags(long Inst) LLVMBool LLVMCanValueUseFastMathFlags(LLVMValueRef Inst)static voidLLVMClearInsertionPosition(long Builder) void LLVMClearInsertionPosition(LLVMBuilderRef Builder)static longLLVMCloneModule(long M) LLVMModuleRef LLVMCloneModule(LLVMModuleRef M)static longLLVMConstAdd(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstAdd(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstAddrSpaceCast(long ConstantVal, long ToType) LLVMValueRef LLVMConstAddrSpaceCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType)static longLLVMConstAllOnes(long Ty) LLVMValueRef LLVMConstAllOnes(LLVMTypeRef Ty)static longLLVMConstAnd(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstAnd(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstantPtrAuth(long Ptr, long Key, long Disc, long AddrDisc) LLVMValueRef LLVMConstantPtrAuth(LLVMValueRef Ptr, LLVMValueRef Key, LLVMValueRef Disc, LLVMValueRef AddrDisc)static longLLVMConstArray(long ElementTy, PointerBuffer ConstantVals) LLVMValueRef LLVMConstArray(LLVMTypeRef ElementTy, LLVMValueRef * ConstantVals, unsigned int Length)static longLLVMConstArray2(long ElementTy, PointerBuffer ConstantVals) LLVMValueRef LLVMConstArray2(LLVMTypeRef ElementTy, LLVMValueRef * ConstantVals, uint64_t Length)static longLLVMConstAShr(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstAShr(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstBitCast(long ConstantVal, long ToType) LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType)static longLLVMConstDataArray(long ElementTy, ByteBuffer Data) LLVMValueRef LLVMConstDataArray(LLVMTypeRef ElementTy, char const * Data, size_t SizeInBytes)static longLLVMConstExactSDiv(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstExactSDiv(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstExactUDiv(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstExactUDiv(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstExtractElement(long VectorConstant, long IndexConstant) LLVMValueRef LLVMConstExtractElement(LLVMValueRef VectorConstant, LLVMValueRef IndexConstant)static longLLVMConstExtractValue(long AggConstant, IntBuffer IdxList) LLVMValueRef LLVMConstExtractValue(LLVMValueRef AggConstant, unsigned int * IdxList, unsigned int NumIdx)static longLLVMConstFAdd(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstFAdd(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstFCmp(int Predicate, long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstFCmp(LLVMRealPredicate Predicate, LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstFDiv(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstFDiv(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstFMul(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstFMul(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstFNeg(long ConstantVal) LLVMValueRef LLVMConstFNeg(LLVMValueRef ConstantVal)static longLLVMConstFPCast(long ConstantVal, long ToType) LLVMValueRef LLVMConstFPCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType)static longLLVMConstFPExt(long ConstantVal, long ToType) LLVMValueRef LLVMConstFPExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType)static longLLVMConstFPToSI(long ConstantVal, long ToType) LLVMValueRef LLVMConstFPToSI(LLVMValueRef ConstantVal, LLVMTypeRef ToType)static longLLVMConstFPToUI(long ConstantVal, long ToType) LLVMValueRef LLVMConstFPToUI(LLVMValueRef ConstantVal, LLVMTypeRef ToType)static longLLVMConstFPTrunc(long ConstantVal, long ToType) LLVMValueRef LLVMConstFPTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType)static longLLVMConstFRem(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstFRem(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstFSub(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstFSub(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstGEP(long ConstantVal, PointerBuffer ConstantIndices) LLVMValueRef LLVMConstGEP(LLVMValueRef ConstantVal, LLVMValueRef * ConstantIndices, unsigned int NumIndices)static longLLVMConstGEP2(long Ty, long ConstantVal, PointerBuffer ConstantIndices) LLVMValueRef LLVMConstGEP2(LLVMTypeRef Ty, LLVMValueRef ConstantVal, LLVMValueRef * ConstantIndices, unsigned int NumIndices)static longLLVMConstICmp(int Predicate, long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstICmp(LLVMIntPredicate Predicate, LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstInBoundsGEP(long ConstantVal, PointerBuffer ConstantIndices) LLVMValueRef LLVMConstInBoundsGEP(LLVMValueRef ConstantVal, LLVMValueRef * ConstantIndices, unsigned int NumIndices)static longLLVMConstInBoundsGEP2(long Ty, long ConstantVal, PointerBuffer ConstantIndices) LLVMValueRef LLVMConstInBoundsGEP2(LLVMTypeRef Ty, LLVMValueRef ConstantVal, LLVMValueRef * ConstantIndices, unsigned int NumIndices)static longLLVMConstInBoundsGEPWithNoWrapFlags(long Ty, long ConstantVal, PointerBuffer ConstantIndices, int NoWrapFlags) LLVMValueRef LLVMConstInBoundsGEPWithNoWrapFlags(LLVMTypeRef Ty, LLVMValueRef ConstantVal, LLVMValueRef * ConstantIndices, unsigned NumIndices, LLVMGEPNoWrapFlags NoWrapFlags)static longLLVMConstInlineAsm(long Ty, CharSequence AsmString, CharSequence Constraints, boolean HasSideEffects, boolean IsAlignStack) LLVMValueRef LLVMConstInlineAsm(LLVMTypeRef Ty, char const * AsmString, char const * Constraints, LLVMBool HasSideEffects, LLVMBool IsAlignStack)static longLLVMConstInlineAsm(long Ty, ByteBuffer AsmString, ByteBuffer Constraints, boolean HasSideEffects, boolean IsAlignStack) LLVMValueRef LLVMConstInlineAsm(LLVMTypeRef Ty, char const * AsmString, char const * Constraints, LLVMBool HasSideEffects, LLVMBool IsAlignStack)static longLLVMConstInsertElement(long VectorConstant, long ElementValueConstant, long IndexConstant) LLVMValueRef LLVMConstInsertElement(LLVMValueRef VectorConstant, LLVMValueRef ElementValueConstant, LLVMValueRef IndexConstant)static longLLVMConstInsertValue(long AggConstant, long ElementValueConstant, IntBuffer IdxList) LLVMValueRef LLVMConstInsertValue(LLVMValueRef AggConstant, LLVMValueRef ElementValueConstant, unsigned int * IdxList, unsigned int NumIdx)static longLLVMConstInt(long IntTy, long N, boolean SignExtend) LLVMValueRef LLVMConstInt(LLVMTypeRef IntTy, unsigned long long N, LLVMBool SignExtend)static longLLVMConstIntCast(long ConstantVal, long ToType, boolean isSigned) LLVMValueRef LLVMConstIntCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType, LLVMBool isSigned)static longLLVMConstIntGetSExtValue(long ConstantVal) long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal)static longLLVMConstIntGetZExtValue(long ConstantVal) unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal)static longLLVMConstIntOfArbitraryPrecision(long IntTy, LongBuffer Words) LLVMValueRef LLVMConstIntOfArbitraryPrecision(LLVMTypeRef IntTy, unsigned int NumWords, uint64_t const * Words)static longLLVMConstIntOfString(long IntTy, CharSequence Text, byte Radix) LLVMValueRef LLVMConstIntOfString(LLVMTypeRef IntTy, char const * Text, uint8_t Radix)static longLLVMConstIntOfString(long IntTy, ByteBuffer Text, byte Radix) LLVMValueRef LLVMConstIntOfString(LLVMTypeRef IntTy, char const * Text, uint8_t Radix)static longLLVMConstIntOfStringAndSize(long IntTy, CharSequence Text, byte Radix) LLVMValueRef LLVMConstIntOfStringAndSize(LLVMTypeRef IntTy, char const * Text, unsigned int SLen, uint8_t Radix)static longLLVMConstIntOfStringAndSize(long IntTy, ByteBuffer Text, byte Radix) LLVMValueRef LLVMConstIntOfStringAndSize(LLVMTypeRef IntTy, char const * Text, unsigned int SLen, uint8_t Radix)static longLLVMConstIntToPtr(long ConstantVal, long ToType) LLVMValueRef LLVMConstIntToPtr(LLVMValueRef ConstantVal, LLVMTypeRef ToType)static longLLVMConstLShr(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstLShr(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstMul(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstMul(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstNamedStruct(long StructTy, PointerBuffer ConstantVals) LLVMValueRef LLVMConstNamedStruct(LLVMTypeRef StructTy, LLVMValueRef * ConstantVals, unsigned int Count)static longLLVMConstNeg(long ConstantVal) LLVMValueRef LLVMConstNeg(LLVMValueRef ConstantVal)static longLLVMConstNot(long ConstantVal) LLVMValueRef LLVMConstNot(LLVMValueRef ConstantVal)static longLLVMConstNSWAdd(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstNSWAdd(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstNSWMul(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstNSWMul(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstNSWNeg(long ConstantVal) LLVMValueRef LLVMConstNSWNeg(LLVMValueRef ConstantVal)static longLLVMConstNSWSub(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstNSWSub(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstNull(long Ty) LLVMValueRef LLVMConstNull(LLVMTypeRef Ty)static longLLVMConstNUWAdd(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstNUWAdd(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstNUWMul(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstNUWMul(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstNUWNeg(long ConstantVal) LLVMValueRef LLVMConstNUWNeg(LLVMValueRef ConstantVal)static longLLVMConstNUWSub(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstNUWSub(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstOr(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstOr(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstPointerCast(long ConstantVal, long ToType) LLVMValueRef LLVMConstPointerCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType)static longLLVMConstPointerNull(long Ty) LLVMValueRef LLVMConstPointerNull(LLVMTypeRef Ty)static longLLVMConstPtrToInt(long ConstantVal, long ToType) LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType)static longLLVMConstReal(long RealTy, double N) LLVMValueRef LLVMConstReal(LLVMTypeRef RealTy, double N)static doubleLLVMConstRealGetDouble(long ConstantVal, IntBuffer losesInfo) double LLVMConstRealGetDouble(LLVMValueRef ConstantVal, LLVMBool * losesInfo)static longLLVMConstRealOfString(long RealTy, CharSequence Text) LLVMValueRef LLVMConstRealOfString(LLVMTypeRef RealTy, char const * Text)static longLLVMConstRealOfString(long RealTy, ByteBuffer Text) LLVMValueRef LLVMConstRealOfString(LLVMTypeRef RealTy, char const * Text)static longLLVMConstRealOfStringAndSize(long RealTy, CharSequence Text) LLVMValueRef LLVMConstRealOfStringAndSize(LLVMTypeRef RealTy, char const * Text, unsigned int SLen)static longLLVMConstRealOfStringAndSize(long RealTy, ByteBuffer Text) LLVMValueRef LLVMConstRealOfStringAndSize(LLVMTypeRef RealTy, char const * Text, unsigned int SLen)static longLLVMConstSDiv(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstSDiv(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstSelect(long ConstantCondition, long ConstantIfTrue, long ConstantIfFalse) LLVMValueRef LLVMConstSelect(LLVMValueRef ConstantCondition, LLVMValueRef ConstantIfTrue, LLVMValueRef ConstantIfFalse)static longLLVMConstSExt(long ConstantVal, long ToType) LLVMValueRef LLVMConstSExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType)static longLLVMConstSExtOrBitCast(long ConstantVal, long ToType) LLVMValueRef LLVMConstSExtOrBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType)static longLLVMConstShl(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstShl(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstShuffleVector(long VectorAConstant, long VectorBConstant, long MaskConstant) LLVMValueRef LLVMConstShuffleVector(LLVMValueRef VectorAConstant, LLVMValueRef VectorBConstant, LLVMValueRef MaskConstant)static longLLVMConstSIToFP(long ConstantVal, long ToType) LLVMValueRef LLVMConstSIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType)static longLLVMConstSRem(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstSRem(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstString(CharSequence Str, boolean DontNullTerminate) LLVMValueRef LLVMConstString(char const * Str, unsigned int Length, LLVMBool DontNullTerminate)static longLLVMConstString(ByteBuffer Str, boolean DontNullTerminate) LLVMValueRef LLVMConstString(char const * Str, unsigned int Length, LLVMBool DontNullTerminate)static longLLVMConstStringInContext(long C, CharSequence Str, boolean DontNullTerminate) LLVMValueRef LLVMConstStringInContext(LLVMContextRef C, char const * Str, unsigned int Length, LLVMBool DontNullTerminate)static longLLVMConstStringInContext(long C, ByteBuffer Str, boolean DontNullTerminate) LLVMValueRef LLVMConstStringInContext(LLVMContextRef C, char const * Str, unsigned int Length, LLVMBool DontNullTerminate)static longLLVMConstStringInContext2(long C, CharSequence Str, boolean DontNullTerminate) LLVMValueRef LLVMConstStringInContext2(LLVMContextRef C, char const * Str, unsigned int Length, LLVMBool DontNullTerminate)static longLLVMConstStringInContext2(long C, ByteBuffer Str, boolean DontNullTerminate) LLVMValueRef LLVMConstStringInContext2(LLVMContextRef C, char const * Str, unsigned int Length, LLVMBool DontNullTerminate)static longLLVMConstStruct(PointerBuffer ConstantVals, boolean Packed) LLVMValueRef LLVMConstStruct(LLVMValueRef * ConstantVals, unsigned int Count, LLVMBool Packed)static longLLVMConstStructInContext(long C, PointerBuffer ConstantVals, boolean Packed) LLVMValueRef LLVMConstStructInContext(LLVMContextRef C, LLVMValueRef * ConstantVals, unsigned int Count, LLVMBool Packed)static longLLVMConstSub(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstSub(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstTrunc(long ConstantVal, long ToType) LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType)static longLLVMConstTruncOrBitCast(long ConstantVal, long ToType) LLVMValueRef LLVMConstTruncOrBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType)static longLLVMConstUDiv(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstUDiv(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstUIToFP(long ConstantVal, long ToType) LLVMValueRef LLVMConstUIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType)static longLLVMConstURem(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstURem(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstVector(PointerBuffer ScalarConstantVals) LLVMValueRef LLVMConstVector(LLVMValueRef * ScalarConstantVals, unsigned int Size)static longLLVMConstXor(long LHSConstant, long RHSConstant) LLVMValueRef LLVMConstXor(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant)static longLLVMConstZExt(long ConstantVal, long ToType) LLVMValueRef LLVMConstZExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType)static longLLVMConstZExtOrBitCast(long ConstantVal, long ToType) LLVMValueRef LLVMConstZExtOrBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType)static longLLVMContextRef LLVMContextCreate(void)static voidLLVMContextDispose(long C) void LLVMContextDispose(LLVMContextRef C)static longLLVMContextGetDiagnosticContext(long C) void * LLVMContextGetDiagnosticContext(LLVMContextRef C)static @Nullable LLVMDiagnosticHandlerLLVMContextGetDiagnosticHandler(long C) void (*) (LLVMDiagnosticInfoRef, void *) LLVMContextGetDiagnosticHandler(LLVMContextRef C)static voidLLVMContextSetDiagnosticHandler(long C, @Nullable LLVMDiagnosticHandlerI Handler, long DiagnosticContext) void LLVMContextSetDiagnosticHandler(LLVMContextRef C, void (*) (LLVMDiagnosticInfoRef, void *) Handler, void * DiagnosticContext)static voidLLVMContextSetDiscardValueNames(long C, boolean Discard) void LLVMContextSetDiscardValueNames(LLVMContextRef C, LLVMBool Discard)static voidLLVMContextSetOpaquePointers(long C, boolean OpaquePointers) void LLVMContextSetOpaquePointers(LLVMContextRef C, LLVMBool OpaquePointers)static voidLLVMContextSetYieldCallback(long C, @Nullable LLVMYieldCallbackI Callback, long OpaqueHandle) void LLVMContextSetYieldCallback(LLVMContextRef C, void (*) (LLVMContextRef, void *) Callback, void * OpaqueHandle)static booleanLLVMBool LLVMContextShouldDiscardValueNames(LLVMContextRef C)static longLLVMCopyModuleFlagsMetadata(long M, PointerBuffer Len) LLVMModuleFlagEntry * LLVMCopyModuleFlagsMetadata(LLVMModuleRef M, size_t * Len)static intLLVMCountBasicBlocks(long Fn) unsigned int LLVMCountBasicBlocks(LLVMValueRef Fn)static intLLVMCountIncoming(long PhiNode) unsigned int LLVMCountIncoming(LLVMValueRef PhiNode)static intLLVMCountParams(long Fn) unsigned int LLVMCountParams(LLVMValueRef Fn)static intLLVMCountParamTypes(long FunctionTy) unsigned int LLVMCountParamTypes(LLVMTypeRef FunctionTy)static intLLVMCountStructElementTypes(long StructTy) unsigned int LLVMCountStructElementTypes(LLVMTypeRef StructTy)static longLLVMCreateBasicBlockInContext(long C, CharSequence Name) LLVMBasicBlockRef LLVMCreateBasicBlockInContext(LLVMContextRef C, char const * Name)static longLLVMCreateBasicBlockInContext(long C, ByteBuffer Name) LLVMBasicBlockRef LLVMCreateBasicBlockInContext(LLVMContextRef C, char const * Name)static longLLVMBuilderRef LLVMCreateBuilder(void)static longLLVMCreateBuilderInContext(long C) LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef C)static longLLVMCreateConstantRangeAttribute(long C, int KindID, int NumBits, LongBuffer LowerWords, LongBuffer UpperWords) LLVMAttributeRef LLVMCreateConstantRangeAttribute(LLVMContextRef C, unsigned KindID, unsigned NumBits, uint64_t const * LowerWords, uint64_t const * UpperWords)static longLLVMCreateEnumAttribute(long C, int KindID, long Val) LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned int KindID, uint64_t Val)static longLLVMCreateFunctionPassManager(long MP) LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef MP)static longLLVMPassManagerRef LLVMCreateFunctionPassManagerForModule(LLVMModuleRef M)static booleanLLVMCreateMemoryBufferWithContentsOfFile(CharSequence Path, PointerBuffer OutMemBuf, PointerBuffer OutMessage) LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(char const * Path, LLVMMemoryBufferRef * OutMemBuf, char ** OutMessage)static booleanLLVMCreateMemoryBufferWithContentsOfFile(ByteBuffer Path, PointerBuffer OutMemBuf, PointerBuffer OutMessage) LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(char const * Path, LLVMMemoryBufferRef * OutMemBuf, char ** OutMessage)static longLLVMCreateMemoryBufferWithMemoryRange(ByteBuffer InputData, CharSequence BufferName, boolean RequiresNullTerminator) LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRange(char const * InputData, size_t InputDataLength, char const * BufferName, LLVMBool RequiresNullTerminator)static longLLVMCreateMemoryBufferWithMemoryRange(ByteBuffer InputData, ByteBuffer BufferName, boolean RequiresNullTerminator) LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRange(char const * InputData, size_t InputDataLength, char const * BufferName, LLVMBool RequiresNullTerminator)static longLLVMCreateMemoryBufferWithMemoryRangeCopy(ByteBuffer InputData, CharSequence BufferName) LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRangeCopy(char const * InputData, size_t InputDataLength, char const * BufferName)static longLLVMCreateMemoryBufferWithMemoryRangeCopy(ByteBuffer InputData, ByteBuffer BufferName) LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRangeCopy(char const * InputData, size_t InputDataLength, char const * BufferName)static booleanLLVMCreateMemoryBufferWithSTDIN(PointerBuffer OutMemBuf, PointerBuffer OutMessage) LLVMBool LLVMCreateMemoryBufferWithSTDIN(LLVMMemoryBufferRef * OutMemBuf, char ** OutMessage)static StringLLVMCreateMessage(CharSequence Message) char * LLVMCreateMessage(char const * Message)static StringLLVMCreateMessage(ByteBuffer Message) char * LLVMCreateMessage(char const * Message)static longLLVMModuleProviderRef LLVMCreateModuleProviderForExistingModule(LLVMModuleRef M)static longLLVMCreateOperandBundle(CharSequence Tag, PointerBuffer Args) LLVMOperandBundleRef LLVMCreateOperandBundle(char const * Tag, size_t TagLen, LLVMValueRef * Args, unsigned NumArgs)static longLLVMCreateOperandBundle(ByteBuffer Tag, PointerBuffer Args) LLVMOperandBundleRef LLVMCreateOperandBundle(char const * Tag, size_t TagLen, LLVMValueRef * Args, unsigned NumArgs)static longLLVMPassManagerRef LLVMCreatePassManager(void)static longLLVMCreateStringAttribute(long C, CharSequence K, CharSequence V) LLVMAttributeRef LLVMCreateStringAttribute(LLVMContextRef C, char const * K, unsigned int KLength, char const * V, unsigned int VLength)static longLLVMCreateStringAttribute(long C, ByteBuffer K, ByteBuffer V) LLVMAttributeRef LLVMCreateStringAttribute(LLVMContextRef C, char const * K, unsigned int KLength, char const * V, unsigned int VLength)static longLLVMCreateTypeAttribute(long C, int KindID, long type_ref) LLVMAttributeRef LLVMCreateTypeAttribute(LLVMContextRef C, unsigned KindID, LLVMTypeRef type_ref)static voidLLVMDeleteBasicBlock(long BB) void LLVMDeleteBasicBlock(LLVMBasicBlockRef BB)static voidLLVMDeleteFunction(long Fn) void LLVMDeleteFunction(LLVMValueRef Fn)static voidLLVMDeleteGlobal(long GlobalVar) void LLVMDeleteGlobal(LLVMValueRef GlobalVar)static voidLLVMDeleteInstruction(long Inst) void LLVMDeleteInstruction(LLVMValueRef Inst)static voidLLVMDisposeBuilder(long Builder) void LLVMDisposeBuilder(LLVMBuilderRef Builder)static voidLLVMDisposeMemoryBuffer(long MemBuf) void LLVMDisposeMemoryBuffer(LLVMMemoryBufferRef MemBuf)static voidLLVMDisposeMessage(ByteBuffer Message) void LLVMDisposeMessage(char * Message)static voidLLVMDisposeModule(long M) void LLVMDisposeModule(LLVMModuleRef M)static voidLLVMDisposeModuleFlagsMetadata(long Entries) void LLVMDisposeModuleFlagsMetadata(LLVMModuleFlagEntry * Entries)static voidLLVMDisposeModuleProvider(long M) void LLVMDisposeModuleProvider(LLVMModuleProviderRef M)static voidLLVMDisposeOperandBundle(long Bundle) void LLVMDisposeOperandBundle(LLVMOperandBundleRef Bundle)static voidLLVMDisposePassManager(long PM) void LLVMDisposePassManager(LLVMPassManagerRef PM)static voidLLVMDisposeValueMetadataEntries(long Entries) void LLVMDisposeValueMetadataEntries(LLVMValueMetadataEntry * Entries)static longLLVMTypeRef LLVMDoubleType(void)static longLLVMDoubleTypeInContext(long C) LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C)static voidLLVMDumpModule(long M) void LLVMDumpModule(LLVMModuleRef M)static voidLLVMDumpType(long Val) void LLVMDumpType(LLVMTypeRef Val)static voidLLVMDumpValue(long Val) void LLVMDumpValue(LLVMValueRef Val)static voidLLVMEraseGlobalIFunc(long IFunc) void LLVMEraseGlobalIFunc(LLVMValueRef IFunc)static booleanLLVMFinalizeFunctionPassManager(long FPM) LLVMBool LLVMFinalizeFunctionPassManager(LLVMPassManagerRef FPM)static longLLVMTypeRef LLVMFloatType(void)static longLLVMFloatTypeInContext(long C) LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C)static longLLVMTypeRef LLVMFP128Type(void)static longLLVMFP128TypeInContext(long C) LLVMTypeRef LLVMFP128TypeInContext(LLVMContextRef C)static longLLVMFunctionType(long ReturnType, PointerBuffer ParamTypes, boolean IsVarArg) LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType, LLVMTypeRef * ParamTypes, unsigned int ParamCount, LLVMBool IsVarArg)static intLLVMGEPGetNoWrapFlags(long GEP) LLVMGEPNoWrapFlags LLVMGEPGetNoWrapFlags(LLVMValueRef GEP)static voidLLVMGEPSetNoWrapFlags(long GEP, int NoWrapFlags) void LLVMGEPSetNoWrapFlags(LLVMValueRef GEP, LLVMGEPNoWrapFlags NoWrapFlags)static longLLVMGetAggregateElement(long C, int Idx) LLVMValueRef LLVMGetAggregateElement(LLVMValueRef C, unsigned Idx)static intLLVMGetAlignment(long V) unsigned int LLVMGetAlignment(LLVMValueRef V)static longLLVMGetAllocatedType(long Alloca) LLVMTypeRef LLVMGetAllocatedType(LLVMValueRef Alloca)static longLLVMGetArgOperand(long Funclet, int i) LLVMValueRef LLVMGetArgOperand(LLVMValueRef Funclet, unsigned int i)static intLLVMGetArrayLength(long ArrayTy) unsigned int LLVMGetArrayLength(LLVMTypeRef ArrayTy)static longLLVMGetArrayLength2(long ArrayTy) uint64_t LLVMGetArrayLength2(LLVMTypeRef ArrayTy)static StringLLVMGetAsString(long c) char const * LLVMGetAsString(LLVMValueRef c, size_t * Length)static intLLVMGetAtomicRMWBinOp(long AtomicRMWInst) LLVMAtomicRMWBinOp LLVMGetAtomicRMWBinOp(LLVMValueRef AtomicRMWInst)static intLLVMGetAtomicSyncScopeID(long AtomicInst) unsigned LLVMGetAtomicSyncScopeID(LLVMValueRef AtomicInst)static intLLVMGetAttributeCountAtIndex(long F, int Idx) unsigned int LLVMGetAttributeCountAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx)static voidLLVMGetAttributesAtIndex(long F, int Idx, PointerBuffer Attrs) void LLVMGetAttributesAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, LLVMAttributeRef * Attrs)static StringLLVMGetBasicBlockName(long BB) char const * LLVMGetBasicBlockName(LLVMBasicBlockRef BB)static longLLVMGetBasicBlockParent(long BB) LLVMValueRef LLVMGetBasicBlockParent(LLVMBasicBlockRef BB)static voidLLVMGetBasicBlocks(long Fn, PointerBuffer BasicBlocks) void LLVMGetBasicBlocks(LLVMValueRef Fn, LLVMBasicBlockRef * BasicBlocks)static longLLVMGetBasicBlockTerminator(long BB) LLVMValueRef LLVMGetBasicBlockTerminator(LLVMBasicBlockRef BB)static longLLVMGetBlockAddressBasicBlock(long BlockAddr) LLVMBasicBlockRef LLVMGetBlockAddressBasicBlock(LLVMValueRef BlockAddr)static longLLVMGetBlockAddressFunction(long BlockAddr) LLVMValueRef LLVMGetBlockAddressFunction(LLVMValueRef BlockAddr)static longLLVMGetBufferSize(long MemBuf) size_t LLVMGetBufferSize(LLVMMemoryBufferRef MemBuf)static @Nullable ByteBufferLLVMGetBufferStart(long MemBuf) char const * LLVMGetBufferStart(LLVMMemoryBufferRef MemBuf)static @Nullable ByteBufferLLVMGetBufferStart(long MemBuf, long length) char const * LLVMGetBufferStart(LLVMMemoryBufferRef MemBuf)static longLLVMGetBuilderContext(long Builder) LLVMContextRef LLVMGetBuilderContext(LLVMBuilderRef Builder)static longLLVMGetCallBrDefaultDest(long CallBr) LLVMBasicBlockRef LLVMGetCallBrDefaultDest(LLVMValueRef CallBr)static longLLVMGetCallBrIndirectDest(long CallBr, int Idx) LLVMBasicBlockRef LLVMGetCallBrIndirectDest(LLVMValueRef CallBr, unsigned Idx)static intLLVMGetCallBrNumIndirectDests(long CallBr) unsigned LLVMGetCallBrNumIndirectDests(LLVMValueRef CallBr)static longLLVMGetCalledFunctionType(long C) LLVMTypeRef LLVMGetCalledFunctionType(LLVMValueRef C)static longLLVMGetCalledValue(long Instr) LLVMValueRef LLVMGetCalledValue(LLVMValueRef Instr)static intLLVMGetCallSiteAttributeCount(long C, int Idx) unsigned int LLVMGetCallSiteAttributeCount(LLVMValueRef C, LLVMAttributeIndex Idx)static voidLLVMGetCallSiteAttributes(long C, int Idx, PointerBuffer Attrs) void LLVMGetCallSiteAttributes(LLVMValueRef C, LLVMAttributeIndex Idx, LLVMAttributeRef * Attrs)static longLLVMGetCallSiteEnumAttribute(long C, int Idx, int KindID) LLVMAttributeRef LLVMGetCallSiteEnumAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, unsigned int KindID)static longLLVMGetCallSiteStringAttribute(long C, int Idx, CharSequence K) LLVMAttributeRef LLVMGetCallSiteStringAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, char const * K, unsigned int KLen)static longLLVMGetCallSiteStringAttribute(long C, int Idx, ByteBuffer K) LLVMAttributeRef LLVMGetCallSiteStringAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, char const * K, unsigned int KLen)static intLLVMGetCastOpcode(long Src, boolean SrcIsSigned, long DestTy, boolean DestIsSigned) LLVMOpcode LLVMGetCastOpcode(LLVMValueRef Src, LLVMBool SrcIsSigned, LLVMTypeRef DestTy, LLVMBool DestIsSigned)static longLLVMGetClause(long LandingPad, int Idx) LLVMValueRef LLVMGetClause(LLVMValueRef LandingPad, unsigned int Idx)static intLLVMGetCmpXchgFailureOrdering(long CmpXchgInst) LLVMAtomicOrdering LLVMGetCmpXchgFailureOrdering(LLVMValueRef CmpXchgInst)static intLLVMGetCmpXchgSuccessOrdering(long CmpXchgInst) LLVMAtomicOrdering LLVMGetCmpXchgSuccessOrdering(LLVMValueRef CmpXchgInst)static longLLVMGetCondition(long Branch) LLVMValueRef LLVMGetCondition(LLVMValueRef Branch)static longLLVMGetConstantPtrAuthAddrDiscriminator(long PtrAuth) LLVMValueRef LLVMGetConstantPtrAuthAddrDiscriminator(LLVMValueRef PtrAuth)static longLLVMGetConstantPtrAuthDiscriminator(long PtrAuth) LLVMValueRef LLVMGetConstantPtrAuthDiscriminator(LLVMValueRef PtrAuth)static longLLVMGetConstantPtrAuthKey(long PtrAuth) LLVMValueRef LLVMGetConstantPtrAuthKey(LLVMValueRef PtrAuth)static longLLVMGetConstantPtrAuthPointer(long PtrAuth) LLVMValueRef LLVMGetConstantPtrAuthPointer(LLVMValueRef PtrAuth)static intLLVMGetConstOpcode(long ConstantVal) LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal)static longLLVMGetCurrentDebugLocation(long Builder) LLVMValueRef LLVMGetCurrentDebugLocation(LLVMBuilderRef Builder)static longLLVMGetCurrentDebugLocation2(long Builder) LLVMMetadataRef LLVMGetCurrentDebugLocation2(LLVMBuilderRef Builder)static StringLLVMGetDataLayout(long M) char const * LLVMGetDataLayout(LLVMModuleRef M)static StringLLVMGetDataLayoutStr(long M) char const * LLVMGetDataLayoutStr(LLVMModuleRef M)static intLLVMGetDebugLocColumn(long Val) unsigned int LLVMGetDebugLocColumn(LLVMValueRef Val)static @Nullable StringLLVMGetDebugLocDirectory(long Val) char const * LLVMGetDebugLocDirectory(LLVMValueRef Val, unsigned int * Length)static @Nullable StringLLVMGetDebugLocFilename(long Val) char const * LLVMGetDebugLocFilename(LLVMValueRef Val, unsigned int * Length)static intLLVMGetDebugLocLine(long Val) unsigned int LLVMGetDebugLocLine(LLVMValueRef Val)static StringLLVMGetDiagInfoDescription(long DI) char * LLVMGetDiagInfoDescription(LLVMDiagnosticInfoRef DI)static intLLVMGetDiagInfoSeverity(long DI) LLVMDiagnosticSeverity LLVMGetDiagInfoSeverity(LLVMDiagnosticInfoRef DI)static intLLVMGetDLLStorageClass(long Global) LLVMDLLStorageClass LLVMGetDLLStorageClass(LLVMValueRef Global)static longLLVMGetElementAsConstant(long C, int idx) LLVMValueRef LLVMGetElementAsConstant(LLVMValueRef C, unsigned int idx)static longLLVMGetElementType(long Ty) LLVMTypeRef LLVMGetElementType(LLVMTypeRef Ty)static longLLVMGetEntryBasicBlock(long Fn) LLVMBasicBlockRef LLVMGetEntryBasicBlock(LLVMValueRef Fn)static longLLVMGetEnumAttributeAtIndex(long F, int Idx, int KindID) LLVMAttributeRef LLVMGetEnumAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, unsigned int KindID)static intLLVMGetEnumAttributeKind(long A) unsigned int LLVMGetEnumAttributeKind(LLVMAttributeRef A)static intunsigned int LLVMGetEnumAttributeKindForName(char const * Name, size_t SLen)static intunsigned int LLVMGetEnumAttributeKindForName(char const * Name, size_t SLen)static longLLVMGetEnumAttributeValue(long A) uint64_t LLVMGetEnumAttributeValue(LLVMAttributeRef A)static booleanLLVMGetExact(long DivOrShrInst) LLVMBool LLVMGetExact(LLVMValueRef DivOrShrInst)static intLLVMGetFastMathFlags(long FPMathInst) LLVMFastMathFlags LLVMGetFastMathFlags(LLVMValueRef FPMathInst)static intLLVMGetFCmpPredicate(long Inst) LLVMRealPredicate LLVMGetFCmpPredicate(LLVMValueRef Inst)static longLLVMGetFirstBasicBlock(long Fn) LLVMBasicBlockRef LLVMGetFirstBasicBlock(LLVMValueRef Fn)static longLLVMGetFirstDbgRecord(long Inst) LLVMDbgRecordRef LLVMGetFirstDbgRecord(LLVMValueRef Inst)static longLLVMGetFirstFunction(long M) LLVMValueRef LLVMGetFirstFunction(LLVMModuleRef M)static longLLVMGetFirstGlobal(long M) LLVMValueRef LLVMGetFirstGlobal(LLVMModuleRef M)static longLLVMGetFirstGlobalAlias(long M) LLVMValueRef LLVMGetFirstGlobalAlias(LLVMModuleRef M)static longLLVMGetFirstGlobalIFunc(long M) LLVMValueRef LLVMGetFirstGlobalIFunc(LLVMModuleRef M)static longLLVMGetFirstInstruction(long BB) LLVMValueRef LLVMGetFirstInstruction(LLVMBasicBlockRef BB)static longLLVMGetFirstNamedMetadata(long M) LLVMNamedMDNodeRef LLVMGetFirstNamedMetadata(LLVMModuleRef M)static longLLVMGetFirstParam(long Fn) LLVMValueRef LLVMGetFirstParam(LLVMValueRef Fn)static longLLVMGetFirstUse(long Val) LLVMUseRef LLVMGetFirstUse(LLVMValueRef Val)static intLLVMGetFunctionCallConv(long Fn) unsigned int LLVMGetFunctionCallConv(LLVMValueRef Fn)static @Nullable StringLLVMGetGC(long Fn) char const * LLVMGetGC(LLVMValueRef Fn)static longLLVMGetGEPSourceElementType(long GEP) LLVMTypeRef LLVMGetGEPSourceElementType(LLVMValueRef GEP)static longLLVMContextRef LLVMGetGlobalContext(void)static longLLVMGetGlobalIFuncResolver(long IFunc) LLVMValueRef LLVMGetGlobalIFuncResolver(LLVMValueRef IFunc)static longLLVMGetGlobalParent(long Global) LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global)static longLLVMPassRegistryRef LLVMGetGlobalPassRegistry(void)static voidLLVMGetHandlers(long CatchSwitch, PointerBuffer Handlers) void LLVMGetHandlers(LLVMValueRef CatchSwitch, LLVMBasicBlockRef * Handlers)static intLLVMGetICmpPredicate(long Inst) LLVMIntPredicate LLVMGetICmpPredicate(LLVMValueRef Inst)static booleanLLVMGetICmpSameSign(long Inst) LLVMBool LLVMGetICmpSameSign(LLVMValueRef Inst)static longLLVMGetIncomingBlock(long PhiNode, int Index) LLVMBasicBlockRef LLVMGetIncomingBlock(LLVMValueRef PhiNode, unsigned int Index)static longLLVMGetIncomingValue(long PhiNode, int Index) LLVMValueRef LLVMGetIncomingValue(LLVMValueRef PhiNode, unsigned int Index)static IntBufferLLVMGetIndices(long Inst, int Count) unsigned int const * LLVMGetIndices(LLVMValueRef Inst, unsigned int Count)static longLLVMGetInitializer(long GlobalVar) LLVMValueRef LLVMGetInitializer(LLVMValueRef GlobalVar)static longLLVMGetInlineAsm(long Ty, CharSequence AsmString, CharSequence Constraints, boolean HasSideEffects, boolean IsAlignStack, int Dialect, boolean CanThrow) LLVMValueRef LLVMGetInlineAsm(LLVMTypeRef Ty, char const * AsmString, size_t AsmStringSize, char const * Constraints, size_t ConstraintsSize, LLVMBool HasSideEffects, LLVMBool IsAlignStack, LLVMInlineAsmDialect Dialect, LLVMBool CanThrow)static longLLVMGetInlineAsm(long Ty, ByteBuffer AsmString, ByteBuffer Constraints, boolean HasSideEffects, boolean IsAlignStack, int Dialect, boolean CanThrow) LLVMValueRef LLVMGetInlineAsm(LLVMTypeRef Ty, char const * AsmString, size_t AsmStringSize, char const * Constraints, size_t ConstraintsSize, LLVMBool HasSideEffects, LLVMBool IsAlignStack, LLVMInlineAsmDialect Dialect, LLVMBool CanThrow)static @Nullable StringLLVMGetInlineAsmAsmString(long InlineAsmVal) char const * LLVMGetInlineAsmAsmString(LLVMValueRef InlineAsmVal, size_t * Len)static booleanLLVMGetInlineAsmCanUnwind(long InlineAsmVal) LLVMBool LLVMGetInlineAsmCanUnwind(LLVMValueRef InlineAsmVal)static @Nullable StringLLVMGetInlineAsmConstraintString(long InlineAsmVal) char const * LLVMGetInlineAsmConstraintString(LLVMValueRef InlineAsmVal, size_t * Len)static intLLVMGetInlineAsmDialect(long InlineAsmVal) LLVMInlineAsmDialect LLVMGetInlineAsmDialect(LLVMValueRef InlineAsmVal)static longLLVMGetInlineAsmFunctionType(long InlineAsmVal) LLVMTypeRef LLVMGetInlineAsmFunctionType(LLVMValueRef InlineAsmVal)static booleanLLVMGetInlineAsmHasSideEffects(long InlineAsmVal) LLVMBool LLVMGetInlineAsmHasSideEffects(LLVMValueRef InlineAsmVal)static booleanLLVMGetInlineAsmNeedsAlignedStack(long InlineAsmVal) LLVMBool LLVMGetInlineAsmNeedsAlignedStack(LLVMValueRef InlineAsmVal)static longLLVMGetInsertBlock(long Builder) LLVMBasicBlockRef LLVMGetInsertBlock(LLVMBuilderRef Builder)static intLLVMGetInstructionCallConv(long Instr) unsigned int LLVMGetInstructionCallConv(LLVMValueRef Instr)static intLLVMGetInstructionOpcode(long Inst) LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst)static longLLVMGetInstructionParent(long Inst) LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst)static longLLVMGetIntrinsicDeclaration(long Mod, int ID, PointerBuffer ParamTypes) LLVMValueRef LLVMGetIntrinsicDeclaration(LLVMModuleRef Mod, unsigned ID, LLVMTypeRef * ParamTypes, size_t ParamCount)static intLLVMGetIntrinsicID(long Fn) unsigned int LLVMGetIntrinsicID(LLVMValueRef Fn)static intLLVMGetIntTypeWidth(long IntegerTy) unsigned int LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy)static booleanLLVMGetIsDisjoint(long Inst) LLVMBool LLVMGetIsDisjoint(LLVMValueRef Inst)static longLLVMGetLastBasicBlock(long Fn) LLVMBasicBlockRef LLVMGetLastBasicBlock(LLVMValueRef Fn)static longLLVMGetLastDbgRecord(long Inst) LLVMDbgRecordRef LLVMGetLastDbgRecord(LLVMValueRef Inst)static intunsigned int LLVMGetLastEnumAttributeKind(void)static longLLVMGetLastFunction(long M) LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M)static longLLVMGetLastGlobal(long M) LLVMValueRef LLVMGetLastGlobal(LLVMModuleRef M)static longLLVMGetLastGlobalAlias(long M) LLVMValueRef LLVMGetLastGlobalAlias(LLVMModuleRef M)static longLLVMGetLastGlobalIFunc(long M) LLVMValueRef LLVMGetLastGlobalIFunc(LLVMModuleRef M)static longLLVMGetLastInstruction(long BB) LLVMValueRef LLVMGetLastInstruction(LLVMBasicBlockRef BB)static longLLVMGetLastNamedMetadata(long M) LLVMNamedMDNodeRef LLVMGetLastNamedMetadata(LLVMModuleRef M)static longLLVMGetLastParam(long Fn) LLVMValueRef LLVMGetLastParam(LLVMValueRef Fn)static intLLVMGetLinkage(long Global) LLVMLinkage LLVMGetLinkage(LLVMValueRef Global)static intLLVMGetMaskValue(long ShuffleVectorInst, int Elt) int LLVMGetMaskValue(LLVMValueRef ShuffleVectorInst, unsigned Elt)static intLLVMGetMDKindID(CharSequence Name) unsigned int LLVMGetMDKindID(char const * Name, unsigned int SLen)static intLLVMGetMDKindID(ByteBuffer Name) unsigned int LLVMGetMDKindID(char const * Name, unsigned int SLen)static intLLVMGetMDKindIDInContext(long C, CharSequence Name) unsigned int LLVMGetMDKindIDInContext(LLVMContextRef C, char const * Name, unsigned int SLen)static intLLVMGetMDKindIDInContext(long C, ByteBuffer Name) unsigned int LLVMGetMDKindIDInContext(LLVMContextRef C, char const * Name, unsigned int SLen)static intLLVMGetMDNodeNumOperands(long V) unsigned int LLVMGetMDNodeNumOperands(LLVMValueRef V)static voidLLVMGetMDNodeOperands(long V, PointerBuffer Dest) void LLVMGetMDNodeOperands(LLVMValueRef V, LLVMValueRef * Dest)static @Nullable StringLLVMGetMDString(long V) char const * LLVMGetMDString(LLVMValueRef V, unsigned int * Length)static longLLVMGetMetadata(long Val, int KindID) LLVMValueRef LLVMGetMetadata(LLVMValueRef Val, unsigned int KindID)static longLLVMGetModuleContext(long M) LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M)static longLLVMGetModuleFlag(long M, CharSequence Key) LLVMMetadataRef LLVMGetModuleFlag(LLVMModuleRef M, char const * Key, size_t KeyLen)static longLLVMGetModuleFlag(long M, ByteBuffer Key) LLVMMetadataRef LLVMGetModuleFlag(LLVMModuleRef M, char const * Key, size_t KeyLen)static StringLLVMGetModuleIdentifier(long M) char const * LLVMGetModuleIdentifier(LLVMModuleRef M, size_t * Len)static StringLLVMGetModuleInlineAsm(long M) char const * LLVMGetModuleInlineAsm(LLVMModuleRef M, size_t * Len)static longLLVMGetNamedFunction(long M, CharSequence Name) LLVMValueRef LLVMGetNamedFunction(LLVMModuleRef M, char const * Name)static longLLVMGetNamedFunction(long M, ByteBuffer Name) LLVMValueRef LLVMGetNamedFunction(LLVMModuleRef M, char const * Name)static longLLVMGetNamedFunctionWithLength(long M, CharSequence Name) LLVMValueRef LLVMGetNamedFunctionWithLength(LLVMModuleRef M, char const * Name, size_t Length)static longLLVMGetNamedFunctionWithLength(long M, ByteBuffer Name) LLVMValueRef LLVMGetNamedFunctionWithLength(LLVMModuleRef M, char const * Name, size_t Length)static longLLVMGetNamedGlobal(long M, CharSequence Name) LLVMValueRef LLVMGetNamedGlobal(LLVMModuleRef M, char const * Name)static longLLVMGetNamedGlobal(long M, ByteBuffer Name) LLVMValueRef LLVMGetNamedGlobal(LLVMModuleRef M, char const * Name)static longLLVMGetNamedGlobalAlias(long M, CharSequence Name) LLVMValueRef LLVMGetNamedGlobalAlias(LLVMModuleRef M, char const * Name, size_t NameLen)static longLLVMGetNamedGlobalAlias(long M, ByteBuffer Name) LLVMValueRef LLVMGetNamedGlobalAlias(LLVMModuleRef M, char const * Name, size_t NameLen)static longLLVMGetNamedGlobalIFunc(long M, CharSequence Name) LLVMValueRef LLVMGetNamedGlobalIFunc(LLVMModuleRef M, char const * Name, size_t NameLen)static longLLVMGetNamedGlobalIFunc(long M, ByteBuffer Name) LLVMValueRef LLVMGetNamedGlobalIFunc(LLVMModuleRef M, char const * Name, size_t NameLen)static longLLVMGetNamedGlobalWithLength(long M, CharSequence Name) LLVMValueRef LLVMGetNamedGlobalWithLength(LLVMModuleRef M, char const * Name, size_t Length)static longLLVMGetNamedGlobalWithLength(long M, ByteBuffer Name) LLVMValueRef LLVMGetNamedGlobalWithLength(LLVMModuleRef M, char const * Name, size_t Length)static longLLVMGetNamedMetadata(long M, CharSequence Name) LLVMNamedMDNodeRef LLVMGetNamedMetadata(LLVMModuleRef M, char const * Name, size_t NameLen)static longLLVMGetNamedMetadata(long M, ByteBuffer Name) LLVMNamedMDNodeRef LLVMGetNamedMetadata(LLVMModuleRef M, char const * Name, size_t NameLen)static StringLLVMGetNamedMetadataName(long NamedMD) char const * LLVMGetNamedMetadataName(LLVMNamedMDNodeRef NamedMD, size_t * NameLen)static intLLVMGetNamedMetadataNumOperands(long M, CharSequence Name) unsigned int LLVMGetNamedMetadataNumOperands(LLVMModuleRef M, char const * Name)static intLLVMGetNamedMetadataNumOperands(long M, ByteBuffer Name) unsigned int LLVMGetNamedMetadataNumOperands(LLVMModuleRef M, char const * Name)static voidLLVMGetNamedMetadataOperands(long M, CharSequence Name, PointerBuffer Dest) void LLVMGetNamedMetadataOperands(LLVMModuleRef M, char const * Name, LLVMValueRef * Dest)static voidLLVMGetNamedMetadataOperands(long M, ByteBuffer Name, PointerBuffer Dest) void LLVMGetNamedMetadataOperands(LLVMModuleRef M, char const * Name, LLVMValueRef * Dest)static longLLVMGetNextBasicBlock(long BB) LLVMBasicBlockRef LLVMGetNextBasicBlock(LLVMBasicBlockRef BB)static longLLVMGetNextDbgRecord(long DbgRecord) LLVMDbgRecordRef LLVMGetNextDbgRecord(LLVMDbgRecordRef DbgRecord)static longLLVMGetNextFunction(long Fn) LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn)static longLLVMGetNextGlobal(long GlobalVar) LLVMValueRef LLVMGetNextGlobal(LLVMValueRef GlobalVar)static longLLVMGetNextGlobalAlias(long GA) LLVMValueRef LLVMGetNextGlobalAlias(LLVMValueRef GA)static longLLVMGetNextGlobalIFunc(long IFunc) LLVMValueRef LLVMGetNextGlobalIFunc(LLVMValueRef IFunc)static longLLVMGetNextInstruction(long Inst) LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst)static longLLVMGetNextNamedMetadata(long NamedMDNode) LLVMNamedMDNodeRef LLVMGetNextNamedMetadata(LLVMNamedMDNodeRef NamedMDNode)static longLLVMGetNextParam(long Arg) LLVMValueRef LLVMGetNextParam(LLVMValueRef Arg)static longLLVMGetNextUse(long U) LLVMUseRef LLVMGetNextUse(LLVMUseRef U)static booleanLLVMGetNNeg(long NonNegInst) LLVMBool LLVMGetNNeg(LLVMValueRef NonNegInst)static longLLVMGetNormalDest(long InvokeInst) LLVMBasicBlockRef LLVMGetNormalDest(LLVMValueRef InvokeInst)static booleanLLVMGetNSW(long ArithInst) LLVMBool LLVMGetNSW(LLVMValueRef ArithInst)static intLLVMGetNumArgOperands(long Instr) unsigned int LLVMGetNumArgOperands(LLVMValueRef Instr)static intLLVMGetNumClauses(long LandingPad) unsigned int LLVMGetNumClauses(LLVMValueRef LandingPad)static intLLVMGetNumContainedTypes(long Tp) unsigned int LLVMGetNumContainedTypes(LLVMTypeRef Tp)static intLLVMGetNumHandlers(long CatchSwitch) unsigned int LLVMGetNumHandlers(LLVMValueRef CatchSwitch)static intLLVMGetNumIndices(long Inst) unsigned int LLVMGetNumIndices(LLVMValueRef Inst)static intLLVMGetNumMaskElements(long ShuffleVectorInst) unsigned LLVMGetNumMaskElements(LLVMValueRef ShuffleVectorInst)static intLLVMGetNumOperandBundleArgs(long Bundle) unsigned LLVMGetNumOperandBundleArgs(LLVMOperandBundleRef Bundle)static intLLVMGetNumOperandBundles(long C) unsigned LLVMGetNumOperandBundles(LLVMValueRef C)static intLLVMGetNumOperands(long Val) int LLVMGetNumOperands(LLVMValueRef Val)static intLLVMGetNumSuccessors(long Term) unsigned int LLVMGetNumSuccessors(LLVMValueRef Term)static booleanLLVMGetNUW(long ArithInst) LLVMBool LLVMGetNUW(LLVMValueRef ArithInst)static longLLVMGetOperand(long Val, int Index) LLVMValueRef LLVMGetOperand(LLVMValueRef Val, unsigned int Index)static longLLVMGetOperandBundleArgAtIndex(long Bundle, int Index) LLVMValueRef LLVMGetOperandBundleArgAtIndex(LLVMOperandBundleRef Bundle, unsigned Index)static longLLVMGetOperandBundleAtIndex(long C, int Index) LLVMOperandBundleRef LLVMGetOperandBundleAtIndex(LLVMValueRef C, unsigned Index)static @Nullable StringLLVMGetOperandBundleTag(long Bundle) char const * LLVMGetOperandBundleTag(LLVMOperandBundleRef Bundle, size_t * Len)static longLLVMGetOperandUse(long Val, int Index) LLVMUseRef LLVMGetOperandUse(LLVMValueRef Val, unsigned int Index)static intLLVMGetOrdering(long MemoryAccessInst) LLVMAtomicOrdering LLVMGetOrdering(LLVMValueRef MemoryAccessInst)static longLLVMGetOrInsertNamedMetadata(long M, CharSequence Name) LLVMNamedMDNodeRef LLVMGetOrInsertNamedMetadata(LLVMModuleRef M, char const * Name, size_t NameLen)static longLLVMGetOrInsertNamedMetadata(long M, ByteBuffer Name) LLVMNamedMDNodeRef LLVMGetOrInsertNamedMetadata(LLVMModuleRef M, char const * Name, size_t NameLen)static longLLVMGetParam(long Fn, int Index) LLVMValueRef LLVMGetParam(LLVMValueRef Fn, unsigned int Index)static longLLVMGetParamParent(long Inst) LLVMValueRef LLVMGetParamParent(LLVMValueRef Inst)static voidLLVMGetParams(long Fn, PointerBuffer Params) void LLVMGetParams(LLVMValueRef Fn, LLVMValueRef * Params)static voidLLVMGetParamTypes(long FunctionTy, PointerBuffer Dest) void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef * Dest)static longLLVMGetParentCatchSwitch(long CatchPad) LLVMValueRef LLVMGetParentCatchSwitch(LLVMValueRef CatchPad)static longLLVMGetPersonalityFn(long Fn) LLVMValueRef LLVMGetPersonalityFn(LLVMValueRef Fn)static intLLVMGetPointerAddressSpace(long PointerTy) unsigned int LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy)static longLLVMGetPoison(long Ty) LLVMValueRef LLVMGetPoison(LLVMTypeRef Ty)static longLLVMGetPrefixData(long Fn) LLVMValueRef LLVMGetPrefixData(LLVMValueRef Fn)static longLLVMGetPreviousBasicBlock(long BB) LLVMBasicBlockRef LLVMGetPreviousBasicBlock(LLVMBasicBlockRef BB)static longLLVMGetPreviousDbgRecord(long DbgRecord) LLVMDbgRecordRef LLVMGetPreviousDbgRecord(LLVMDbgRecordRef DbgRecord)static longLLVMGetPreviousFunction(long Fn) LLVMValueRef LLVMGetPreviousFunction(LLVMValueRef Fn)static longLLVMGetPreviousGlobal(long GlobalVar) LLVMValueRef LLVMGetPreviousGlobal(LLVMValueRef GlobalVar)static longLLVMGetPreviousGlobalAlias(long GA) LLVMValueRef LLVMGetPreviousGlobalAlias(LLVMValueRef GA)static longLLVMGetPreviousGlobalIFunc(long IFunc) LLVMValueRef LLVMGetPreviousGlobalIFunc(LLVMValueRef IFunc)static longLLVMGetPreviousInstruction(long Inst) LLVMValueRef LLVMGetPreviousInstruction(LLVMValueRef Inst)static longLLVMGetPreviousNamedMetadata(long NamedMDNode) LLVMNamedMDNodeRef LLVMGetPreviousNamedMetadata(LLVMNamedMDNodeRef NamedMDNode)static longLLVMGetPreviousParam(long Arg) LLVMValueRef LLVMGetPreviousParam(LLVMValueRef Arg)static longLLVMGetPrologueData(long Fn) LLVMValueRef LLVMGetPrologueData(LLVMValueRef Fn)static ByteBufferLLVMGetRawDataValues(long c) char const * LLVMGetRawDataValues(LLVMValueRef c, size_t * SizeInBytes)static longLLVMGetReturnType(long FunctionTy) LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy)static StringLLVMGetSection(long Global) char const * LLVMGetSection(LLVMValueRef Global)static StringLLVMGetSourceFileName(long M) char const * LLVMGetSourceFileName(LLVMModuleRef M, size_t * Len)static longLLVMGetStringAttributeAtIndex(long F, int Idx, CharSequence K) LLVMAttributeRef LLVMGetStringAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, char const * K, unsigned int KLen)static longLLVMGetStringAttributeAtIndex(long F, int Idx, ByteBuffer K) LLVMAttributeRef LLVMGetStringAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, char const * K, unsigned int KLen)static StringLLVMGetStringAttributeKind(long A) char const * LLVMGetStringAttributeKind(LLVMAttributeRef A, unsigned int * Length)static StringLLVMGetStringAttributeValue(long A) char const * LLVMGetStringAttributeValue(LLVMAttributeRef A, unsigned int * Length)static voidLLVMGetStructElementTypes(long StructTy, PointerBuffer Dest) void LLVMGetStructElementTypes(LLVMTypeRef StructTy, LLVMTypeRef * Dest)static @Nullable StringLLVMGetStructName(long Ty) char const * LLVMGetStructName(LLVMTypeRef Ty)static voidLLVMGetSubtypes(long Tp, PointerBuffer Arr) void LLVMGetSubtypes(LLVMTypeRef Tp, LLVMTypeRef * Arr)static longLLVMGetSuccessor(long Term, int i) LLVMBasicBlockRef LLVMGetSuccessor(LLVMValueRef Term, unsigned int i)static longLLVMGetSwitchDefaultDest(long SwitchInstr) LLVMBasicBlockRef LLVMGetSwitchDefaultDest(LLVMValueRef SwitchInstr)static intLLVMGetSyncScopeID(long C, CharSequence Name) unsigned LLVMGetSyncScopeID(LLVMContextRef C, char const * Name, size_t SLen)static intLLVMGetSyncScopeID(long C, ByteBuffer Name) unsigned LLVMGetSyncScopeID(LLVMContextRef C, char const * Name, size_t SLen)static intLLVMGetTailCallKind(long CallInst) LLVMTailCallKind LLVMGetTailCallKind(LLVMValueRef CallInst)static StringLLVMGetTarget(long M) char const * LLVMGetTarget(LLVMModuleRef M)static intLLVMGetTargetExtTypeIntParam(long TargetExtTy, int Idx) unsigned LLVMGetTargetExtTypeIntParam(LLVMTypeRef TargetExtTy, unsigned Idx)static @Nullable StringLLVMGetTargetExtTypeName(long TargetExtTy) char const * LLVMGetTargetExtTypeName(LLVMTypeRef TargetExtTy)static intLLVMGetTargetExtTypeNumIntParams(long TargetExtTy) unsigned LLVMGetTargetExtTypeNumIntParams(LLVMTypeRef TargetExtTy)static intLLVMGetTargetExtTypeNumTypeParams(long TargetExtTy) unsigned LLVMGetTargetExtTypeNumTypeParams(LLVMTypeRef TargetExtTy)static longLLVMGetTargetExtTypeTypeParam(long TargetExtTy, int Idx) LLVMTypeRef LLVMGetTargetExtTypeTypeParam(LLVMTypeRef TargetExtTy, unsigned Idx)static intLLVMGetThreadLocalMode(long GlobalVar) LLVMThreadLocalMode LLVMGetThreadLocalMode(LLVMValueRef GlobalVar)static longLLVMGetTypeAttributeValue(long A) LLVMTypeRef LLVMGetTypeAttributeValue(LLVMAttributeRef A)static longLLVMGetTypeByName(long M, CharSequence Name) LLVMTypeRef LLVMGetTypeByName(LLVMModuleRef M, char const * Name)static longLLVMGetTypeByName(long M, ByteBuffer Name) LLVMTypeRef LLVMGetTypeByName(LLVMModuleRef M, char const * Name)static longLLVMGetTypeByName2(long C, CharSequence Name) LLVMTypeRef LLVMGetTypeByName2(LLVMContextRef C, char const * Name)static longLLVMGetTypeByName2(long C, ByteBuffer Name) LLVMTypeRef LLVMGetTypeByName2(LLVMContextRef C, char const * Name)static longLLVMGetTypeContext(long Ty) LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty)static intLLVMGetTypeKind(long Ty) LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty)static longLLVMGetUndef(long Ty) LLVMValueRef LLVMGetUndef(LLVMTypeRef Ty)static intint LLVMGetUndefMaskElem(void)static intLLVMGetUnnamedAddress(long Global) LLVMUnnamedAddr LLVMGetUnnamedAddress(LLVMValueRef Global)static longLLVMGetUnwindDest(long InvokeInst) LLVMBasicBlockRef LLVMGetUnwindDest(LLVMValueRef InvokeInst)static longLLVMGetUsedValue(long U) LLVMValueRef LLVMGetUsedValue(LLVMUseRef U)static longLLVMGetUser(long U) LLVMValueRef LLVMGetUser(LLVMUseRef U)static longLLVMGetValueContext(long Val) LLVMContextRef LLVMGetValueContext(LLVMValueRef Val)static intLLVMGetValueKind(long Val) LLVMValueKind LLVMGetValueKind(LLVMValueRef Val)static StringLLVMGetValueName(long Val) char const * LLVMGetValueName(LLVMValueRef Val)static StringLLVMGetValueName2(long Val) char const * LLVMGetValueName2(LLVMValueRef Val, size_t * Length)static intLLVMGetVectorSize(long VectorTy) unsigned int LLVMGetVectorSize(LLVMTypeRef VectorTy)static voidLLVMGetVersion(@Nullable IntBuffer Major, @Nullable IntBuffer Minor, @Nullable IntBuffer Patch) void LLVMGetVersion(unsigned * Major, unsigned * Minor, unsigned * Patch)static intLLVMGetVisibility(long Global) LLVMVisibility LLVMGetVisibility(LLVMValueRef Global)static booleanLLVMGetVolatile(long MemoryAccessInst) LLVMBool LLVMGetVolatile(LLVMValueRef MemoryAccessInst)static booleanLLVMGetWeak(long CmpXchgInst) LLVMBool LLVMGetWeak(LLVMValueRef CmpXchgInst)static voidLLVMGlobalClearMetadata(long Global) void LLVMGlobalClearMetadata(LLVMValueRef Global)static longLLVMGlobalCopyAllMetadata(long Value, PointerBuffer NumEntries) LLVMValueMetadataEntry * LLVMGlobalCopyAllMetadata(LLVMValueRef Value, size_t * NumEntries)static voidLLVMGlobalEraseMetadata(long Global, int Kind) void LLVMGlobalEraseMetadata(LLVMValueRef Global, unsigned int Kind)static longLLVMGlobalGetValueType(long Global) LLVMTypeRef LLVMGlobalGetValueType(LLVMValueRef Global)static voidLLVMGlobalSetMetadata(long Global, int Kind, long MD) void LLVMGlobalSetMetadata(LLVMValueRef Global, unsigned int Kind, LLVMMetadataRef MD)static longLLVMTypeRef LLVMHalfType(void)static longLLVMHalfTypeInContext(long C) LLVMTypeRef LLVMHalfTypeInContext(LLVMContextRef C)static booleanLLVMHasMetadata(long Val) int LLVMHasMetadata(LLVMValueRef Val)static booleanLLVMHasPersonalityFn(long Fn) LLVMBool LLVMHasPersonalityFn(LLVMValueRef Fn)static booleanLLVMHasPrefixData(long Fn) LLVMBool LLVMHasPrefixData(LLVMValueRef Fn)static booleanLLVMHasPrologueData(long Fn) LLVMBool LLVMHasPrologueData(LLVMValueRef Fn)static booleanLLVMHasUnnamedAddr(long Global) LLVMBool LLVMHasUnnamedAddr(LLVMValueRef Global)static voidLLVMInitializeCore(long R) void LLVMInitializeCore(LLVMPassRegistryRef R)static booleanLLVMInitializeFunctionPassManager(long FPM) LLVMBool LLVMInitializeFunctionPassManager(LLVMPassManagerRef FPM)static longLLVMInsertBasicBlock(long InsertBeforeBB, CharSequence Name) LLVMBasicBlockRef LLVMInsertBasicBlock(LLVMBasicBlockRef InsertBeforeBB, char const * Name)static longLLVMInsertBasicBlock(long InsertBeforeBB, ByteBuffer Name) LLVMBasicBlockRef LLVMInsertBasicBlock(LLVMBasicBlockRef InsertBeforeBB, char const * Name)static longLLVMInsertBasicBlockInContext(long C, long BB, CharSequence Name) LLVMBasicBlockRef LLVMInsertBasicBlockInContext(LLVMContextRef C, LLVMBasicBlockRef BB, char const * Name)static longLLVMInsertBasicBlockInContext(long C, long BB, ByteBuffer Name) LLVMBasicBlockRef LLVMInsertBasicBlockInContext(LLVMContextRef C, LLVMBasicBlockRef BB, char const * Name)static voidLLVMInsertExistingBasicBlockAfterInsertBlock(long Builder, long BB) void LLVMInsertExistingBasicBlockAfterInsertBlock(LLVMBuilderRef Builder, LLVMBasicBlockRef BB)static voidLLVMInsertIntoBuilder(long Builder, long Instr) void LLVMInsertIntoBuilder(LLVMBuilderRef Builder, LLVMValueRef Instr)static voidLLVMInsertIntoBuilderWithName(long Builder, long Instr, CharSequence Name) void LLVMInsertIntoBuilderWithName(LLVMBuilderRef Builder, LLVMValueRef Instr, char const * Name)static voidLLVMInsertIntoBuilderWithName(long Builder, long Instr, ByteBuffer Name) void LLVMInsertIntoBuilderWithName(LLVMBuilderRef Builder, LLVMValueRef Instr, char const * Name)static longLLVMInstructionClone(long Inst) LLVMValueRef LLVMInstructionClone(LLVMValueRef Inst)static voidLLVMInstructionEraseFromParent(long Inst) void LLVMInstructionEraseFromParent(LLVMValueRef Inst)static longLLVMInstructionGetAllMetadataOtherThanDebugLoc(long Instr, PointerBuffer NumEntries) LLVMValueMetadataEntry * LLVMInstructionGetAllMetadataOtherThanDebugLoc(LLVMValueRef Instr, size_t * NumEntries)static voidLLVMInstructionRemoveFromParent(long Inst) void LLVMInstructionRemoveFromParent(LLVMValueRef Inst)static longLLVMTypeRef LLVMInt128Type(void)static longLLVMInt128TypeInContext(long C) LLVMTypeRef LLVMInt128TypeInContext(LLVMContextRef C)static longLLVMTypeRef LLVMInt16Type(void)static longLLVMInt16TypeInContext(long C) LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C)static longLLVMTypeRef LLVMInt1Type(void)static longLLVMInt1TypeInContext(long C) LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C)static longLLVMTypeRef LLVMInt32Type(void)static longLLVMInt32TypeInContext(long C) LLVMTypeRef LLVMInt32TypeInContext(LLVMContextRef C)static longLLVMTypeRef LLVMInt64Type(void)static longLLVMInt64TypeInContext(long C) LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C)static longLLVMTypeRef LLVMInt8Type(void)static longLLVMInt8TypeInContext(long C) LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C)static @Nullable StringLLVMIntrinsicCopyOverloadedName(int ID, PointerBuffer ParamTypes) char * LLVMIntrinsicCopyOverloadedName(unsigned ID, LLVMTypeRef * ParamTypes, size_t ParamCount, size_t * NameLength)static @Nullable StringLLVMIntrinsicCopyOverloadedName2(long Mod, int ID, PointerBuffer ParamTypes) char * LLVMIntrinsicCopyOverloadedName2(LLVMModuleRef Mod, unsigned ID, LLVMTypeRef * ParamTypes, size_t ParamCount, size_t * NameLength)static @Nullable StringLLVMIntrinsicGetName(int ID) char const * LLVMIntrinsicGetName(unsigned ID, size_t * NameLength)static longLLVMIntrinsicGetType(long Ctx, int ID, PointerBuffer ParamTypes) LLVMValueRef LLVMIntrinsicGetType(LLVMContextRef Ctx, unsigned ID, LLVMTypeRef * ParamTypes, size_t ParamCount)static booleanLLVMIntrinsicIsOverloaded(int ID) LLVMBool LLVMIntrinsicIsOverloaded(unsigned ID)static longLLVMIntType(int NumBits) LLVMTypeRef LLVMIntType(unsigned int NumBits)static longLLVMIntTypeInContext(long C, int NumBits) LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned int NumBits)static longLLVMIsAAddrSpaceCastInst(long Val) LLVMValueRef LLVMIsAAddrSpaceCastInst(LLVMValueRef Val)static longLLVMIsAAllocaInst(long Val) LLVMValueRef LLVMIsAAllocaInst(LLVMValueRef Val)static longLLVMIsAArgument(long Val) LLVMValueRef LLVMIsAArgument(LLVMValueRef Val)static longLLVMIsAAtomicCmpXchgInst(long Val) LLVMValueRef LLVMIsAAtomicCmpXchgInst(LLVMValueRef Val)static longLLVMIsAAtomicRMWInst(long Val) LLVMValueRef LLVMIsAAtomicRMWInst(LLVMValueRef Val)static longLLVMIsABasicBlock(long Val) LLVMValueRef LLVMIsABasicBlock(LLVMValueRef Val)static longLLVMIsABinaryOperator(long Val) LLVMValueRef LLVMIsABinaryOperator(LLVMValueRef Val)static longLLVMIsABitCastInst(long Val) LLVMValueRef LLVMIsABitCastInst(LLVMValueRef Val)static longLLVMIsABlockAddress(long Val) LLVMValueRef LLVMIsABlockAddress(LLVMValueRef Val)static longLLVMIsABranchInst(long Val) LLVMValueRef LLVMIsABranchInst(LLVMValueRef Val)static longLLVMIsACallBrInst(long Val) LLVMValueRef LLVMIsACallBrInst(LLVMValueRef Val)static longLLVMIsACallInst(long Val) LLVMValueRef LLVMIsACallInst(LLVMValueRef Val)static longLLVMIsACastInst(long Val) LLVMValueRef LLVMIsACastInst(LLVMValueRef Val)static longLLVMIsACatchPadInst(long Val) LLVMValueRef LLVMIsACatchPadInst(LLVMValueRef Val)static longLLVMIsACatchReturnInst(long Val) LLVMValueRef LLVMIsACatchReturnInst(LLVMValueRef Val)static longLLVMIsACatchSwitchInst(long Val) LLVMValueRef LLVMIsACatchSwitchInst(LLVMValueRef Val)static longLLVMIsACleanupPadInst(long Val) LLVMValueRef LLVMIsACleanupPadInst(LLVMValueRef Val)static longLLVMIsACleanupReturnInst(long Val) LLVMValueRef LLVMIsACleanupReturnInst(LLVMValueRef Val)static longLLVMIsACmpInst(long Val) LLVMValueRef LLVMIsACmpInst(LLVMValueRef Val)static longLLVMIsAConstant(long Val) LLVMValueRef LLVMIsAConstant(LLVMValueRef Val)static longLLVMIsAConstantAggregateZero(long Val) LLVMValueRef LLVMIsAConstantAggregateZero(LLVMValueRef Val)static longLLVMIsAConstantArray(long Val) LLVMValueRef LLVMIsAConstantArray(LLVMValueRef Val)static longLLVMIsAConstantDataArray(long Val) LLVMValueRef LLVMIsAConstantDataArray(LLVMValueRef Val)static longLLVMIsAConstantDataSequential(long Val) LLVMValueRef LLVMIsAConstantDataSequential(LLVMValueRef Val)static longLLVMIsAConstantDataVector(long Val) LLVMValueRef LLVMIsAConstantDataVector(LLVMValueRef Val)static longLLVMIsAConstantExpr(long Val) LLVMValueRef LLVMIsAConstantExpr(LLVMValueRef Val)static longLLVMIsAConstantFP(long Val) LLVMValueRef LLVMIsAConstantFP(LLVMValueRef Val)static longLLVMIsAConstantInt(long Val) LLVMValueRef LLVMIsAConstantInt(LLVMValueRef Val)static longLLVMIsAConstantPointerNull(long Val) LLVMValueRef LLVMIsAConstantPointerNull(LLVMValueRef Val)static longLLVMIsAConstantStruct(long Val) LLVMValueRef LLVMIsAConstantStruct(LLVMValueRef Val)static longLLVMIsAConstantTokenNone(long Val) LLVMValueRef LLVMIsAConstantTokenNone(LLVMValueRef Val)static longLLVMIsAConstantVector(long Val) LLVMValueRef LLVMIsAConstantVector(LLVMValueRef Val)static longLLVMIsADbgDeclareInst(long Val) LLVMValueRef LLVMIsADbgDeclareInst(LLVMValueRef Val)static longLLVMIsADbgInfoIntrinsic(long Val) LLVMValueRef LLVMIsADbgInfoIntrinsic(LLVMValueRef Val)static longLLVMIsADbgLabelInst(long Val) LLVMValueRef LLVMIsADbgLabelInst(LLVMValueRef Val)static longLLVMIsADbgVariableIntrinsic(long Val) LLVMValueRef LLVMIsADbgVariableIntrinsic(LLVMValueRef Val)static longLLVMIsAExtractElementInst(long Val) LLVMValueRef LLVMIsAExtractElementInst(LLVMValueRef Val)static longLLVMIsAExtractValueInst(long Val) LLVMValueRef LLVMIsAExtractValueInst(LLVMValueRef Val)static longLLVMIsAFCmpInst(long Val) LLVMValueRef LLVMIsAFCmpInst(LLVMValueRef Val)static longLLVMIsAFenceInst(long Val) LLVMValueRef LLVMIsAFenceInst(LLVMValueRef Val)static longLLVMIsAFPExtInst(long Val) LLVMValueRef LLVMIsAFPExtInst(LLVMValueRef Val)static longLLVMIsAFPToSIInst(long Val) LLVMValueRef LLVMIsAFPToSIInst(LLVMValueRef Val)static longLLVMIsAFPToUIInst(long Val) LLVMValueRef LLVMIsAFPToUIInst(LLVMValueRef Val)static longLLVMIsAFPTruncInst(long Val) LLVMValueRef LLVMIsAFPTruncInst(LLVMValueRef Val)static longLLVMIsAFreezeInst(long Val) LLVMValueRef LLVMIsAFreezeInst(LLVMValueRef Val)static longLLVMIsAFuncletPadInst(long Val) LLVMValueRef LLVMIsAFuncletPadInst(LLVMValueRef Val)static longLLVMIsAFunction(long Val) LLVMValueRef LLVMIsAFunction(LLVMValueRef Val)static longLLVMIsAGetElementPtrInst(long Val) LLVMValueRef LLVMIsAGetElementPtrInst(LLVMValueRef Val)static longLLVMIsAGlobalAlias(long Val) LLVMValueRef LLVMIsAGlobalAlias(LLVMValueRef Val)static longLLVMIsAGlobalIFunc(long Val) LLVMValueRef LLVMIsAGlobalIFunc(LLVMValueRef Val)static longLLVMIsAGlobalObject(long Val) LLVMValueRef LLVMIsAGlobalObject(LLVMValueRef Val)static longLLVMIsAGlobalValue(long Val) LLVMValueRef LLVMIsAGlobalValue(LLVMValueRef Val)static longLLVMIsAGlobalVariable(long Val) LLVMValueRef LLVMIsAGlobalVariable(LLVMValueRef Val)static longLLVMIsAICmpInst(long Val) LLVMValueRef LLVMIsAICmpInst(LLVMValueRef Val)static longLLVMIsAIndirectBrInst(long Val) LLVMValueRef LLVMIsAIndirectBrInst(LLVMValueRef Val)static longLLVMIsAInlineAsm(long Val) LLVMValueRef LLVMIsAInlineAsm(LLVMValueRef Val)static longLLVMIsAInsertElementInst(long Val) LLVMValueRef LLVMIsAInsertElementInst(LLVMValueRef Val)static longLLVMIsAInsertValueInst(long Val) LLVMValueRef LLVMIsAInsertValueInst(LLVMValueRef Val)static longLLVMIsAInstruction(long Val) LLVMValueRef LLVMIsAInstruction(LLVMValueRef Val)static longLLVMIsAIntrinsicInst(long Val) LLVMValueRef LLVMIsAIntrinsicInst(LLVMValueRef Val)static longLLVMIsAIntToPtrInst(long Val) LLVMValueRef LLVMIsAIntToPtrInst(LLVMValueRef Val)static longLLVMIsAInvokeInst(long Val) LLVMValueRef LLVMIsAInvokeInst(LLVMValueRef Val)static longLLVMIsALandingPadInst(long Val) LLVMValueRef LLVMIsALandingPadInst(LLVMValueRef Val)static longLLVMIsALoadInst(long Val) LLVMValueRef LLVMIsALoadInst(LLVMValueRef Val)static longLLVMIsAMDNode(long Val) LLVMValueRef LLVMIsAMDNode(LLVMValueRef Val)static longLLVMIsAMDString(long Val) LLVMValueRef LLVMIsAMDString(LLVMValueRef Val)static longLLVMIsAMemCpyInst(long Val) LLVMValueRef LLVMIsAMemCpyInst(LLVMValueRef Val)static longLLVMIsAMemIntrinsic(long Val) LLVMValueRef LLVMIsAMemIntrinsic(LLVMValueRef Val)static longLLVMIsAMemMoveInst(long Val) LLVMValueRef LLVMIsAMemMoveInst(LLVMValueRef Val)static longLLVMIsAMemSetInst(long Val) LLVMValueRef LLVMIsAMemSetInst(LLVMValueRef Val)static longLLVMIsAPHINode(long Val) LLVMValueRef LLVMIsAPHINode(LLVMValueRef Val)static longLLVMIsAPoisonValue(long Val) LLVMValueRef LLVMIsAPoisonValue(LLVMValueRef Val)static longLLVMIsAPtrToIntInst(long Val) LLVMValueRef LLVMIsAPtrToIntInst(LLVMValueRef Val)static longLLVMIsAResumeInst(long Val) LLVMValueRef LLVMIsAResumeInst(LLVMValueRef Val)static longLLVMIsAReturnInst(long Val) LLVMValueRef LLVMIsAReturnInst(LLVMValueRef Val)static longLLVMIsASelectInst(long Val) LLVMValueRef LLVMIsASelectInst(LLVMValueRef Val)static longLLVMIsASExtInst(long Val) LLVMValueRef LLVMIsASExtInst(LLVMValueRef Val)static longLLVMIsAShuffleVectorInst(long Val) LLVMValueRef LLVMIsAShuffleVectorInst(LLVMValueRef Val)static longLLVMIsASIToFPInst(long Val) LLVMValueRef LLVMIsASIToFPInst(LLVMValueRef Val)static longLLVMIsAStoreInst(long Val) LLVMValueRef LLVMIsAStoreInst(LLVMValueRef Val)static longLLVMIsASwitchInst(long Val) LLVMValueRef LLVMIsASwitchInst(LLVMValueRef Val)static longLLVMIsATerminatorInst(long Inst) LLVMValueRef LLVMIsATerminatorInst(LLVMValueRef Inst)static booleanLLVMIsAtomic(long Inst) LLVMBool LLVMIsAtomic(LLVMValueRef Inst)static booleanLLVMIsAtomicSingleThread(long AtomicInst) LLVMBool LLVMIsAtomicSingleThread(LLVMValueRef AtomicInst)static longLLVMIsATruncInst(long Val) LLVMValueRef LLVMIsATruncInst(LLVMValueRef Val)static longLLVMIsAUIToFPInst(long Val) LLVMValueRef LLVMIsAUIToFPInst(LLVMValueRef Val)static longLLVMIsAUnaryInstruction(long Val) LLVMValueRef LLVMIsAUnaryInstruction(LLVMValueRef Val)static longLLVMIsAUnaryOperator(long Val) LLVMValueRef LLVMIsAUnaryOperator(LLVMValueRef Val)static longLLVMIsAUndefValue(long Val) LLVMValueRef LLVMIsAUndefValue(LLVMValueRef Val)static longLLVMIsAUnreachableInst(long Val) LLVMValueRef LLVMIsAUnreachableInst(LLVMValueRef Val)static longLLVMIsAUser(long Val) LLVMValueRef LLVMIsAUser(LLVMValueRef Val)static longLLVMIsAVAArgInst(long Val) LLVMValueRef LLVMIsAVAArgInst(LLVMValueRef Val)static longLLVMIsAValueAsMetadata(long Val) LLVMValueRef LLVMIsAValueAsMetadata(LLVMValueRef Val)static longLLVMIsAZExtInst(long Val) LLVMValueRef LLVMIsAZExtInst(LLVMValueRef Val)static booleanLLVMIsCleanup(long LandingPad) LLVMBool LLVMIsCleanup(LLVMValueRef LandingPad)static booleanLLVMIsConditional(long Branch) LLVMBool LLVMIsConditional(LLVMValueRef Branch)static booleanLLVMIsConstant(long Val) LLVMBool LLVMIsConstant(LLVMValueRef Val)static booleanLLVMIsConstantString(long c) LLVMBool LLVMIsConstantString(LLVMValueRef c)static booleanLLVMIsDeclaration(long Global) LLVMBool LLVMIsDeclaration(LLVMValueRef Global)static booleanLLVMIsEnumAttribute(long A) LLVMBool LLVMIsEnumAttribute(LLVMAttributeRef A)static booleanLLVMIsExternallyInitialized(long GlobalVar) LLVMBool LLVMIsExternallyInitialized(LLVMValueRef GlobalVar)static booleanLLVMIsFunctionVarArg(long FunctionTy) LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy)static booleanLLVMIsGlobalConstant(long GlobalVar) LLVMBool LLVMIsGlobalConstant(LLVMValueRef GlobalVar)static booleanLLVMIsInBounds(long GEP) LLVMBool LLVMIsInBounds(LLVMValueRef GEP)static booleanLLVMIsLiteralStruct(long StructTy) LLVMBool LLVMIsLiteralStruct(LLVMTypeRef StructTy)static booleanLLVMBool LLVMIsMultithreaded(void)static booleanLLVMIsNull(long Val) LLVMBool LLVMIsNull(LLVMValueRef Val)static booleanLLVMIsOpaqueStruct(long StructTy) LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy)static booleanLLVMIsPackedStruct(long StructTy) LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy)static booleanLLVMIsPoison(long Val) LLVMBool LLVMIsPoison(LLVMValueRef Val)static booleanLLVMIsStringAttribute(long A) LLVMBool LLVMIsStringAttribute(LLVMAttributeRef A)static booleanLLVMIsTailCall(long CallInst) LLVMBool LLVMIsTailCall(LLVMValueRef CallInst)static booleanLLVMIsThreadLocal(long GlobalVar) LLVMBool LLVMIsThreadLocal(LLVMValueRef GlobalVar)static booleanLLVMIsTypeAttribute(long A) LLVMBool LLVMIsTypeAttribute(LLVMAttributeRef A)static booleanLLVMIsUndef(long Val) LLVMBool LLVMIsUndef(LLVMValueRef Val)static longLLVMTypeRef LLVMLabelType(void)static longLLVMLabelTypeInContext(long C) LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C)static intunsigned int LLVMLookupIntrinsicID(char const * Name, size_t NameLen)static intunsigned int LLVMLookupIntrinsicID(char const * Name, size_t NameLen)static longLLVMMDNode(PointerBuffer Vals) LLVMValueRef LLVMMDNode(LLVMValueRef * Vals, unsigned int Count)static longLLVMMDNodeInContext(long C, PointerBuffer Vals) LLVMValueRef LLVMMDNodeInContext(LLVMContextRef C, LLVMValueRef * Vals, unsigned int Count)static longLLVMMDNodeInContext2(long C, PointerBuffer MDs) LLVMMetadataRef LLVMMDNodeInContext2(LLVMContextRef C, LLVMMetadataRef * MDs, size_t Count)static longLLVMMDString(CharSequence Str) LLVMValueRef LLVMMDString(char const * Str, unsigned int SLen)static longLLVMMDString(ByteBuffer Str) LLVMValueRef LLVMMDString(char const * Str, unsigned int SLen)static longLLVMMDStringInContext(long C, CharSequence Str) LLVMValueRef LLVMMDStringInContext(LLVMContextRef C, char const * Str, unsigned int SLen)static longLLVMMDStringInContext(long C, ByteBuffer Str) LLVMValueRef LLVMMDStringInContext(LLVMContextRef C, char const * Str, unsigned int SLen)static longLLVMMDStringInContext2(long C, CharSequence Str) LLVMMetadataRef LLVMMDStringInContext2(LLVMContextRef C, char const * Str, size_t SLen)static longLLVMMDStringInContext2(long C, ByteBuffer Str) LLVMMetadataRef LLVMMDStringInContext2(LLVMContextRef C, char const * Str, size_t SLen)static longLLVMMetadataAsValue(long C, long MD) LLVMValueRef LLVMMetadataAsValue(LLVMContextRef C, LLVMMetadataRef MD)static longLLVMMetadataTypeInContext(long C) LLVMTypeRef LLVMMetadataTypeInContext(LLVMContextRef C)static longLLVMModuleCreateWithName(CharSequence ModuleID) LLVMModuleRef LLVMModuleCreateWithName(char const * ModuleID)static longLLVMModuleCreateWithName(ByteBuffer ModuleID) LLVMModuleRef LLVMModuleCreateWithName(char const * ModuleID)static longLLVMModuleCreateWithNameInContext(CharSequence ModuleID, long C) LLVMModuleRef LLVMModuleCreateWithNameInContext(char const * ModuleID, LLVMContextRef C)static longLLVMModuleCreateWithNameInContext(ByteBuffer ModuleID, long C) LLVMModuleRef LLVMModuleCreateWithNameInContext(char const * ModuleID, LLVMContextRef C)static intLLVMModuleFlagEntriesGetFlagBehavior(long Entries, int Index) LLVMModuleFlagBehavior LLVMModuleFlagEntriesGetFlagBehavior(LLVMModuleFlagEntry * Entries, unsigned int Index)static StringLLVMModuleFlagEntriesGetKey(long Entries, int Index) char const * LLVMModuleFlagEntriesGetKey(LLVMModuleFlagEntry * Entries, unsigned int Index, size_t * Len)static longLLVMModuleFlagEntriesGetMetadata(long Entries, int Index) LLVMMetadataRef LLVMModuleFlagEntriesGetMetadata(LLVMModuleFlagEntry * Entries, unsigned int Index)static voidLLVMMoveBasicBlockAfter(long BB, long MovePos) void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos)static voidLLVMMoveBasicBlockBefore(long BB, long MovePos) void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos)static longLLVMPointerType(long ElementType, int AddressSpace) LLVMTypeRef LLVMPointerType(LLVMTypeRef ElementType, unsigned int AddressSpace)static longLLVMPointerTypeInContext(long C, int AddressSpace) LLVMTypeRef LLVMPointerTypeInContext(LLVMContextRef C, unsigned AddressSpace)static booleanLLVMPointerTypeIsOpaque(long Ty) LLVMBool LLVMPointerTypeIsOpaque(LLVMTypeRef Ty)static voidLLVMPositionBuilder(long Builder, long Block, long Instr) void LLVMPositionBuilder(LLVMBuilderRef Builder, LLVMBasicBlockRef Block, LLVMValueRef Instr)static voidLLVMPositionBuilderAtEnd(long Builder, long Block) void LLVMPositionBuilderAtEnd(LLVMBuilderRef Builder, LLVMBasicBlockRef Block)static voidLLVMPositionBuilderBefore(long Builder, long Instr) void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr)static voidLLVMPositionBuilderBeforeDbgRecords(long Builder, long Block, long Instr) void LLVMPositionBuilderBeforeDbgRecords(LLVMBuilderRef Builder, LLVMBasicBlockRef Block, LLVMValueRef Instr)static voidLLVMPositionBuilderBeforeInstrAndDbgRecords(long Builder, long Instr) void LLVMPositionBuilderBeforeInstrAndDbgRecords(LLVMBuilderRef Builder, LLVMValueRef Instr)static longLLVMTypeRef LLVMPPCFP128Type(void)static longLLVMPPCFP128TypeInContext(long C) LLVMTypeRef LLVMPPCFP128TypeInContext(LLVMContextRef C)static @Nullable StringLLVMPrintDbgRecordToString(long Record) char * LLVMPrintDbgRecordToString(LLVMDbgRecordRef Record)static booleanLLVMPrintModuleToFile(long M, CharSequence Filename, PointerBuffer ErrorMessage) LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, char const * Filename, char ** ErrorMessage)static booleanLLVMPrintModuleToFile(long M, ByteBuffer Filename, PointerBuffer ErrorMessage) LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, char const * Filename, char ** ErrorMessage)static StringLLVMPrintModuleToString(long M) char * LLVMPrintModuleToString(LLVMModuleRef M)static StringLLVMPrintTypeToString(long Val) char * LLVMPrintTypeToString(LLVMTypeRef Val)static StringLLVMPrintValueToString(long Val) char * LLVMPrintValueToString(LLVMValueRef Val)static voidLLVMRemoveBasicBlockFromParent(long BB) void LLVMRemoveBasicBlockFromParent(LLVMBasicBlockRef BB)static voidLLVMRemoveCallSiteEnumAttribute(long C, int Idx, int KindID) void LLVMRemoveCallSiteEnumAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, unsigned int KindID)static voidLLVMRemoveCallSiteStringAttribute(long C, int Idx, CharSequence K) void LLVMRemoveCallSiteStringAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, char const * K, unsigned int KLen)static voidLLVMRemoveCallSiteStringAttribute(long C, int Idx, ByteBuffer K) void LLVMRemoveCallSiteStringAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, char const * K, unsigned int KLen)static voidLLVMRemoveEnumAttributeAtIndex(long F, int Idx, int KindID) void LLVMRemoveEnumAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, unsigned int KindID)static voidLLVMRemoveGlobalIFunc(long IFunc) void LLVMRemoveGlobalIFunc(LLVMValueRef IFunc)static voidLLVMRemoveStringAttributeAtIndex(long F, int Idx, CharSequence K) void LLVMRemoveStringAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, char const * K, unsigned int KLen)static voidLLVMRemoveStringAttributeAtIndex(long F, int Idx, ByteBuffer K) void LLVMRemoveStringAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, char const * K, unsigned int KLen)static voidLLVMReplaceAllUsesWith(long OldVal, long NewVal) void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal)static voidLLVMReplaceMDNodeOperandWith(long V, int Index, long Replacement) void LLVMReplaceMDNodeOperandWith(LLVMValueRef V, unsigned int Index, LLVMMetadataRef Replacement)static booleanLLVMRunFunctionPassManager(long FPM, long F) LLVMBool LLVMRunFunctionPassManager(LLVMPassManagerRef FPM, LLVMValueRef F)static booleanLLVMRunPassManager(long PM, long M) LLVMBool LLVMRunPassManager(LLVMPassManagerRef PM, LLVMModuleRef M)static longLLVMScalableVectorType(long ElementType, int ElementCount) LLVMTypeRef LLVMScalableVectorType(LLVMTypeRef ElementType, unsigned ElementCount)static voidLLVMSetAlignment(long V, int Bytes) void LLVMSetAlignment(LLVMValueRef V, unsigned int Bytes)static voidLLVMSetArgOperand(long Funclet, int i, long value) void LLVMSetArgOperand(LLVMValueRef Funclet, unsigned int i, LLVMValueRef value)static voidLLVMSetAtomicRMWBinOp(long AtomicRMWInst, int BinOp) void LLVMSetAtomicRMWBinOp(LLVMValueRef AtomicRMWInst, LLVMAtomicRMWBinOp BinOp)static voidLLVMSetAtomicSingleThread(long AtomicInst, boolean SingleThread) void LLVMSetAtomicSingleThread(LLVMValueRef AtomicInst, LLVMBool SingleThread)static voidLLVMSetAtomicSyncScopeID(long AtomicInst, int SSID) void LLVMSetAtomicSyncScopeID(LLVMValueRef AtomicInst, unsigned SSID)static voidLLVMSetCleanup(long LandingPad, boolean Val) void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val)static voidLLVMSetCmpXchgFailureOrdering(long CmpXchgInst, int Ordering) void LLVMSetCmpXchgFailureOrdering(LLVMValueRef CmpXchgInst, LLVMAtomicOrdering Ordering)static voidLLVMSetCmpXchgSuccessOrdering(long CmpXchgInst, int Ordering) void LLVMSetCmpXchgSuccessOrdering(LLVMValueRef CmpXchgInst, LLVMAtomicOrdering Ordering)static voidLLVMSetCondition(long Branch, long Cond) void LLVMSetCondition(LLVMValueRef Branch, LLVMValueRef Cond)static voidLLVMSetCurrentDebugLocation(long Builder, long L) void LLVMSetCurrentDebugLocation(LLVMBuilderRef Builder, LLVMValueRef L)static voidLLVMSetCurrentDebugLocation2(long Builder, long Loc) void LLVMSetCurrentDebugLocation2(LLVMBuilderRef Builder, LLVMMetadataRef Loc)static voidLLVMSetDataLayout(long M, CharSequence DataLayoutStr) void LLVMSetDataLayout(LLVMModuleRef M, char const * DataLayoutStr)static voidLLVMSetDataLayout(long M, ByteBuffer DataLayoutStr) void LLVMSetDataLayout(LLVMModuleRef M, char const * DataLayoutStr)static voidLLVMSetDLLStorageClass(long Global, int Class) void LLVMSetDLLStorageClass(LLVMValueRef Global, LLVMDLLStorageClass Class)static voidLLVMSetExact(long DivOrShrInst, boolean IsExact) void LLVMSetExact(LLVMValueRef DivOrShrInst, LLVMBool IsExact)static voidLLVMSetExternallyInitialized(long GlobalVar, boolean IsExtInit) void LLVMSetExternallyInitialized(LLVMValueRef GlobalVar, LLVMBool IsExtInit)static voidLLVMSetFastMathFlags(long FPMathInst, int FMF) void LLVMSetFastMathFlags(LLVMValueRef FPMathInst, LLVMFastMathFlags FMF)static voidLLVMSetFunctionCallConv(long Fn, int CC) void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned int CC)static voidLLVMSetGC(long Fn, CharSequence Name) void LLVMSetGC(LLVMValueRef Fn, char const * Name)static voidLLVMSetGC(long Fn, ByteBuffer Name) void LLVMSetGC(LLVMValueRef Fn, char const * Name)static voidLLVMSetGlobalConstant(long GlobalVar, boolean IsConstant) void LLVMSetGlobalConstant(LLVMValueRef GlobalVar, LLVMBool IsConstant)static voidLLVMSetGlobalIFuncResolver(long IFunc, long Resolver) void LLVMSetGlobalIFuncResolver(LLVMValueRef IFunc, LLVMValueRef Resolver)static voidLLVMSetICmpSameSign(long Inst, boolean SameSign) void LLVMSetICmpSameSign(LLVMValueRef Inst, LLVMBool SameSign)static voidLLVMSetInitializer(long GlobalVar, long ConstantVal) void LLVMSetInitializer(LLVMValueRef GlobalVar, LLVMValueRef ConstantVal)static voidLLVMSetInstDebugLocation(long Builder, long Inst) void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst)static voidLLVMSetInstrParamAlignment(long Instr, int index, int Align) void LLVMSetInstrParamAlignment(LLVMValueRef Instr, LLVMAttributeIndex index, unsigned int Align)static voidLLVMSetInstructionCallConv(long Instr, int CC) void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned int CC)static voidLLVMSetIsDisjoint(long Inst, boolean IsDisjoint) void LLVMSetIsDisjoint(LLVMValueRef Inst, LLVMBool IsDisjoint)static voidLLVMSetIsInBounds(long GEP, boolean InBounds) void LLVMSetIsInBounds(LLVMValueRef GEP, LLVMBool InBounds)static voidLLVMSetLinkage(long Global, int Linkage) void LLVMSetLinkage(LLVMValueRef Global, LLVMLinkage Linkage)static voidLLVMSetMetadata(long Val, int KindID, long Node) void LLVMSetMetadata(LLVMValueRef Val, unsigned int KindID, LLVMValueRef Node)static voidLLVMSetModuleIdentifier(long M, CharSequence Ident) void LLVMSetModuleIdentifier(LLVMModuleRef M, char const * Ident, size_t Len)static voidLLVMSetModuleIdentifier(long M, ByteBuffer Ident) void LLVMSetModuleIdentifier(LLVMModuleRef M, char const * Ident, size_t Len)static voidLLVMSetModuleInlineAsm(long M, CharSequence Asm) void LLVMSetModuleInlineAsm(LLVMModuleRef M, char const * Asm)static voidLLVMSetModuleInlineAsm(long M, ByteBuffer Asm) void LLVMSetModuleInlineAsm(LLVMModuleRef M, char const * Asm)static voidLLVMSetModuleInlineAsm2(long M, CharSequence Asm) void LLVMSetModuleInlineAsm2(LLVMModuleRef M, char const * Asm, size_t Len)static voidLLVMSetModuleInlineAsm2(long M, ByteBuffer Asm) void LLVMSetModuleInlineAsm2(LLVMModuleRef M, char const * Asm, size_t Len)static voidLLVMSetNNeg(long NonNegInst, boolean IsNonNeg) void LLVMSetNNeg(LLVMValueRef NonNegInst, LLVMBool IsNonNeg)static voidLLVMSetNormalDest(long InvokeInst, long B) void LLVMSetNormalDest(LLVMValueRef InvokeInst, LLVMBasicBlockRef B)static voidLLVMSetNSW(long ArithInst, boolean HasNSW) void LLVMSetNSW(LLVMValueRef ArithInst, LLVMBool HasNSW)static voidLLVMSetNUW(long ArithInst, boolean HasNUW) void LLVMSetNUW(LLVMValueRef ArithInst, LLVMBool HasNUW)static voidLLVMSetOperand(long User, int Index, long Val) void LLVMSetOperand(LLVMValueRef User, unsigned int Index, LLVMValueRef Val)static voidLLVMSetOrdering(long MemoryAccessInst, int Ordering) void LLVMSetOrdering(LLVMValueRef MemoryAccessInst, LLVMAtomicOrdering Ordering)static voidLLVMSetParamAlignment(long Arg, int Align) void LLVMSetParamAlignment(LLVMValueRef Arg, unsigned int Align)static voidLLVMSetParentCatchSwitch(long CatchPad, long CatchSwitch) void LLVMSetParentCatchSwitch(LLVMValueRef CatchPad, LLVMValueRef CatchSwitch)static voidLLVMSetPersonalityFn(long Fn, long PersonalityFn) void LLVMSetPersonalityFn(LLVMValueRef Fn, LLVMValueRef PersonalityFn)static voidLLVMSetPrefixData(long Fn, long prefixData) void LLVMSetPrefixData(LLVMValueRef Fn, LLVMValueRef prefixData)static voidLLVMSetPrologueData(long Fn, long prologueData) void LLVMSetPrologueData(LLVMValueRef Fn, LLVMValueRef prologueData)static voidLLVMSetSection(long Global, CharSequence Section) void LLVMSetSection(LLVMValueRef Global, char const * Section)static voidLLVMSetSection(long Global, ByteBuffer Section) void LLVMSetSection(LLVMValueRef Global, char const * Section)static voidLLVMSetSourceFileName(long M, CharSequence Name) void LLVMSetSourceFileName(LLVMModuleRef M, char const * Name, size_t Len)static voidLLVMSetSourceFileName(long M, ByteBuffer Name) void LLVMSetSourceFileName(LLVMModuleRef M, char const * Name, size_t Len)static voidLLVMSetSuccessor(long Term, int i, long block) void LLVMSetSuccessor(LLVMValueRef Term, unsigned int i, LLVMBasicBlockRef block)static voidLLVMSetTailCall(long CallInst, boolean IsTailCall) void LLVMSetTailCall(LLVMValueRef CallInst, LLVMBool IsTailCall)static voidLLVMSetTailCallKind(long CallInst, int kind) void LLVMSetTailCallKind(LLVMValueRef CallInst, LLVMTailCallKind kind)static voidLLVMSetTarget(long M, CharSequence Triple) void LLVMSetTarget(LLVMModuleRef M, char const * Triple)static voidLLVMSetTarget(long M, ByteBuffer Triple) void LLVMSetTarget(LLVMModuleRef M, char const * Triple)static voidLLVMSetThreadLocal(long GlobalVar, boolean IsThreadLocal) void LLVMSetThreadLocal(LLVMValueRef GlobalVar, LLVMBool IsThreadLocal)static voidLLVMSetThreadLocalMode(long GlobalVar, int Mode) void LLVMSetThreadLocalMode(LLVMValueRef GlobalVar, LLVMThreadLocalMode Mode)static voidLLVMSetUnnamedAddr(long Global, boolean HasUnnamedAddr) void LLVMSetUnnamedAddr(LLVMValueRef Global, LLVMBool HasUnnamedAddr)static voidLLVMSetUnnamedAddress(long Global, int UnnamedAddr) void LLVMSetUnnamedAddress(LLVMValueRef Global, LLVMUnnamedAddr UnnamedAddr)static voidLLVMSetUnwindDest(long InvokeInst, long B) void LLVMSetUnwindDest(LLVMValueRef InvokeInst, LLVMBasicBlockRef B)static voidLLVMSetValueName(long Val, CharSequence Name) void LLVMSetValueName(LLVMValueRef Val, char const * Name)static voidLLVMSetValueName(long Val, ByteBuffer Name) void LLVMSetValueName(LLVMValueRef Val, char const * Name)static voidLLVMSetValueName2(long Val, CharSequence Name) void LLVMSetValueName2(LLVMValueRef Val, char const * Name, size_t NameLen)static voidLLVMSetValueName2(long Val, ByteBuffer Name) void LLVMSetValueName2(LLVMValueRef Val, char const * Name, size_t NameLen)static voidLLVMSetVisibility(long Global, int Viz) void LLVMSetVisibility(LLVMValueRef Global, LLVMVisibility Viz)static voidLLVMSetVolatile(long MemoryAccessInst, boolean IsVolatile) void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile)static voidLLVMSetWeak(long CmpXchgInst, boolean IsWeak) void LLVMSetWeak(LLVMValueRef CmpXchgInst, LLVMBool IsWeak)static voidvoid LLVMShutdown(void)static longLLVMSizeOf(long Ty) LLVMValueRef LLVMSizeOf(LLVMTypeRef Ty)static booleanLLVMBool LLVMStartMultithreaded(void)static voidvoid LLVMStopMultithreaded(void)static longLLVMStructCreateNamed(long C, CharSequence Name) LLVMTypeRef LLVMStructCreateNamed(LLVMContextRef C, char const * Name)static longLLVMStructCreateNamed(long C, ByteBuffer Name) LLVMTypeRef LLVMStructCreateNamed(LLVMContextRef C, char const * Name)static longLLVMStructGetTypeAtIndex(long StructTy, int i) LLVMTypeRef LLVMStructGetTypeAtIndex(LLVMTypeRef StructTy, unsigned int i)static voidLLVMStructSetBody(long StructTy, PointerBuffer ElementTypes, boolean Packed) void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef * ElementTypes, unsigned int ElementCount, LLVMBool Packed)static longLLVMStructType(PointerBuffer ElementTypes, boolean Packed) LLVMTypeRef LLVMStructType(LLVMTypeRef * ElementTypes, unsigned int ElementCount, LLVMBool Packed)static longLLVMStructTypeInContext(long C, PointerBuffer ElementTypes, boolean Packed) LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef * ElementTypes, unsigned int ElementCount, LLVMBool Packed)static longLLVMTargetExtTypeInContext(long C, CharSequence Name, @Nullable PointerBuffer TypeParams, @Nullable IntBuffer IntParams) LLVMTypeRef LLVMTargetExtTypeInContext(LLVMContextRef C, char const * Name, LLVMTypeRef * TypeParams, unsigned TypeParamCount, unsigned * IntParams, unsigned IntParamCount)static longLLVMTargetExtTypeInContext(long C, ByteBuffer Name, @Nullable PointerBuffer TypeParams, @Nullable IntBuffer IntParams) LLVMTypeRef LLVMTargetExtTypeInContext(LLVMContextRef C, char const * Name, LLVMTypeRef * TypeParams, unsigned TypeParamCount, unsigned * IntParams, unsigned IntParamCount)static longLLVMTokenTypeInContext(long C) LLVMTypeRef LLVMTokenTypeInContext(LLVMContextRef C)static booleanLLVMTypeIsSized(long Ty) LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty)static longLLVMTypeOf(long Val) LLVMTypeRef LLVMTypeOf(LLVMValueRef Val)static longLLVMValueAsBasicBlock(long Val) LLVMBasicBlockRef LLVMValueAsBasicBlock(LLVMValueRef Val)static longLLVMValueAsMetadata(long Val) LLVMMetadataRef LLVMValueAsMetadata(LLVMValueRef Val)static booleanLLVMValueIsBasicBlock(long Val) LLVMBool LLVMValueIsBasicBlock(LLVMValueRef Val)static intLLVMValueMetadataEntriesGetKind(long Entries, int Index) unsigned int LLVMValueMetadataEntriesGetKind(LLVMValueMetadataEntry * Entries, unsigned int Index)static longLLVMValueMetadataEntriesGetMetadata(long Entries, int Index) LLVMMetadataRef LLVMValueMetadataEntriesGetMetadata(LLVMValueMetadataEntry * Entries, unsigned int Index)static longLLVMVectorType(long ElementType, int ElementCount) LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned int ElementCount)static longLLVMTypeRef LLVMVoidType(void)static longLLVMVoidTypeInContext(long C) LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C)static longLLVMTypeRef LLVMX86AMXType(void)static longLLVMX86AMXTypeInContext(long C) LLVMTypeRef LLVMX86AMXTypeInContext(LLVMContextRef C)static longLLVMTypeRef LLVMX86FP80Type(void)static longLLVMX86FP80TypeInContext(long C) LLVMTypeRef LLVMX86FP80TypeInContext(LLVMContextRef C)static longLLVMTypeRef LLVMX86MMXType(void)static longLLVMX86MMXTypeInContext(long C) LLVMTypeRef LLVMX86MMXTypeInContext(LLVMContextRef C)static longnLLVMAddAlias(long M, long Ty, long Aliasee, long Name) LLVMValueRef LLVMAddAlias(LLVMModuleRef M, LLVMTypeRef Ty, LLVMValueRef Aliasee, char const * Name)static longnLLVMAddAlias2(long M, long ValueTy, int AddrSpace, long Aliasee, long Name) LLVMValueRef LLVMAddAlias2(LLVMModuleRef M, LLVMTypeRef ValueTy, unsigned AddrSpace, LLVMValueRef Aliasee, char const * Name)static longnLLVMAddFunction(long M, long Name, long FunctionTy) LLVMValueRef LLVMAddFunction(LLVMModuleRef M, char const * Name, LLVMTypeRef FunctionTy)static longnLLVMAddGlobal(long M, long Ty, long Name) LLVMValueRef LLVMAddGlobal(LLVMModuleRef M, LLVMTypeRef Ty, char const * Name)static longnLLVMAddGlobalIFunc(long M, long Name, long NameLen, long Ty, int AddrSpace, long Resolver) LLVMValueRef LLVMAddGlobalIFunc(LLVMModuleRef M, char const * Name, size_t NameLen, LLVMTypeRef Ty, unsigned AddrSpace, LLVMValueRef Resolver)static longnLLVMAddGlobalInAddressSpace(long M, long Ty, long Name, int AddressSpace) LLVMValueRef LLVMAddGlobalInAddressSpace(LLVMModuleRef M, LLVMTypeRef Ty, char const * Name, unsigned int AddressSpace)static voidnLLVMAddIncoming(long PhiNode, long IncomingValues, long IncomingBlocks, int Count) void LLVMAddIncoming(LLVMValueRef PhiNode, LLVMValueRef * IncomingValues, LLVMBasicBlockRef * IncomingBlocks, unsigned int Count)static voidnLLVMAddModuleFlag(long M, int Behavior, long Key, long KeyLen, long Val) void LLVMAddModuleFlag(LLVMModuleRef M, LLVMModuleFlagBehavior Behavior, char const * Key, size_t KeyLen, LLVMMetadataRef Val)static voidnLLVMAddNamedMetadataOperand(long M, long Name, long Val) void LLVMAddNamedMetadataOperand(LLVMModuleRef M, char const * Name, LLVMValueRef Val)static voidnLLVMAddTargetDependentFunctionAttr(long Fn, long A, long V) void LLVMAddTargetDependentFunctionAttr(LLVMValueRef Fn, char const * A, char const * V)static longnLLVMAppendBasicBlock(long Fn, long Name) LLVMBasicBlockRef LLVMAppendBasicBlock(LLVMValueRef Fn, char const * Name)static longnLLVMAppendBasicBlockInContext(long C, long Fn, long Name) LLVMBasicBlockRef LLVMAppendBasicBlockInContext(LLVMContextRef C, LLVMValueRef Fn, char const * Name)static voidnLLVMAppendModuleInlineAsm(long M, long Asm, long Len) void LLVMAppendModuleInlineAsm(LLVMModuleRef M, char const * Asm, size_t Len)static longnLLVMBuildAdd(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildAddrSpaceCast(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildAddrSpaceCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longnLLVMBuildAggregateRet(long Builder, long RetVals, int N) LLVMValueRef LLVMBuildAggregateRet(LLVMBuilderRef Builder, LLVMValueRef * RetVals, unsigned int N)static longnLLVMBuildAlloca(long Builder, long Ty, long Name) LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef Builder, LLVMTypeRef Ty, char const * Name)static longnLLVMBuildAnd(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildAnd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildArrayAlloca(long Builder, long Ty, long Val, long Name) LLVMValueRef LLVMBuildArrayAlloca(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Val, char const * Name)static longnLLVMBuildArrayMalloc(long Builder, long Ty, long Val, long Name) LLVMValueRef LLVMBuildArrayMalloc(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Val, char const * Name)static longnLLVMBuildAShr(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildAShr(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildBinOp(long B, int Op, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildBinOp(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildBitCast(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longnLLVMBuildCall(long Builder, long Fn, long Args, int NumArgs, long Name) LLVMValueRef LLVMBuildCall(LLVMBuilderRef Builder, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, char const * Name)static longnLLVMBuildCall2(long Builder, long Ty, long Fn, long Args, int NumArgs, long Name) LLVMValueRef LLVMBuildCall2(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, char const * Name)static longnLLVMBuildCallBr(long B, long Ty, long Fn, long DefaultDest, long IndirectDests, int NumIndirectDests, long Args, int NumArgs, long Bundles, int NumBundles, long Name) LLVMValueRef LLVMBuildCallBr(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMBasicBlockRef DefaultDest, LLVMBasicBlockRef * IndirectDests, unsigned NumIndirectDests, LLVMValueRef * Args, unsigned NumArgs, LLVMOperandBundleRef * Bundles, unsigned NumBundles, char const * Name)static longnLLVMBuildCallWithOperandBundles(long Builder, long Ty, long Fn, long Args, int NumArgs, long Bundles, int NumBundles, long Name) LLVMValueRef LLVMBuildCallWithOperandBundles(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, LLVMOperandBundleRef * Bundles, unsigned NumBundles, char const * Name)static longnLLVMBuildCast(long B, int Op, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildCast(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longnLLVMBuildCatchPad(long B, long ParentPad, long Args, int NumArgs, long Name) LLVMValueRef LLVMBuildCatchPad(LLVMBuilderRef B, LLVMValueRef ParentPad, LLVMValueRef * Args, unsigned int NumArgs, char const * Name)static longnLLVMBuildCatchSwitch(long B, long ParentPad, long UnwindBB, int NumHandlers, long Name) LLVMValueRef LLVMBuildCatchSwitch(LLVMBuilderRef B, LLVMValueRef ParentPad, LLVMBasicBlockRef UnwindBB, unsigned int NumHandlers, char const * Name)static longnLLVMBuildCleanupPad(long B, long ParentPad, long Args, int NumArgs, long Name) LLVMValueRef LLVMBuildCleanupPad(LLVMBuilderRef B, LLVMValueRef ParentPad, LLVMValueRef * Args, unsigned int NumArgs, char const * Name)static longnLLVMBuildExactSDiv(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildExactSDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildExactUDiv(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildExactUDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildExtractElement(long Builder, long VecVal, long Index, long Name) LLVMValueRef LLVMBuildExtractElement(LLVMBuilderRef Builder, LLVMValueRef VecVal, LLVMValueRef Index, char const * Name)static longnLLVMBuildExtractValue(long Builder, long AggVal, int Index, long Name) LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef Builder, LLVMValueRef AggVal, unsigned int Index, char const * Name)static longnLLVMBuildFAdd(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildFAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildFCmp(long Builder, int Op, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildFCmp(LLVMBuilderRef Builder, LLVMRealPredicate Op, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildFDiv(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildFDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildFence(long B, int ordering, int singleThread, long Name) LLVMValueRef LLVMBuildFence(LLVMBuilderRef B, LLVMAtomicOrdering ordering, LLVMBool singleThread, char const * Name)static longnLLVMBuildFenceSyncScope(long B, int ordering, int SSID, long Name) LLVMValueRef LLVMBuildFenceSyncScope(LLVMBuilderRef B, LLVMAtomicOrdering ordering, unsigned SSID, char const * Name)static longnLLVMBuildFMul(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildFMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildFNeg(long Builder, long V, long Name) LLVMValueRef LLVMBuildFNeg(LLVMBuilderRef Builder, LLVMValueRef V, char const * Name)static longnLLVMBuildFPCast(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildFPCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longnLLVMBuildFPExt(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildFPExt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longnLLVMBuildFPToSI(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildFPToSI(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longnLLVMBuildFPToUI(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildFPToUI(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longnLLVMBuildFPTrunc(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildFPTrunc(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longnLLVMBuildFreeze(long Builder, long Val, long Name) LLVMValueRef LLVMBuildFreeze(LLVMBuilderRef Builder, LLVMValueRef Val, char const * Name)static longnLLVMBuildFRem(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildFRem(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildFSub(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildFSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildGEP(long B, long Pointer, long Indices, int NumIndices, long Name) LLVMValueRef LLVMBuildGEP(LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name)static longnLLVMBuildGEP2(long B, long Ty, long Pointer, long Indices, int NumIndices, long Name) LLVMValueRef LLVMBuildGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name)static longnLLVMBuildGEPWithNoWrapFlags(long B, long Ty, long Pointer, long Indices, int NumIndices, long Name, int NoWrapFlags) LLVMValueRef LLVMBuildGEPWithNoWrapFlags(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned NumIndices, char const * Name, LLVMGEPNoWrapFlags NoWrapFlags)static longnLLVMBuildGlobalString(long B, long Str, long Name) LLVMValueRef LLVMBuildGlobalString(LLVMBuilderRef B, char const * Str, char const * Name)static longnLLVMBuildGlobalStringPtr(long B, long Str, long Name) LLVMValueRef LLVMBuildGlobalStringPtr(LLVMBuilderRef B, char const * Str, char const * Name)static longnLLVMBuildICmp(long Builder, int Op, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildICmp(LLVMBuilderRef Builder, LLVMIntPredicate Op, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildInBoundsGEP(long B, long Pointer, long Indices, int NumIndices, long Name) LLVMValueRef LLVMBuildInBoundsGEP(LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name)static longnLLVMBuildInBoundsGEP2(long B, long Ty, long Pointer, long Indices, int NumIndices, long Name) LLVMValueRef LLVMBuildInBoundsGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name)static longnLLVMBuildInsertElement(long Builder, long VecVal, long EltVal, long Index, long Name) LLVMValueRef LLVMBuildInsertElement(LLVMBuilderRef Builder, LLVMValueRef VecVal, LLVMValueRef EltVal, LLVMValueRef Index, char const * Name)static longnLLVMBuildInsertValue(long Builder, long AggVal, long EltVal, int Index, long Name) LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef Builder, LLVMValueRef AggVal, LLVMValueRef EltVal, unsigned int Index, char const * Name)static longnLLVMBuildIntCast(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildIntCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longnLLVMBuildIntCast2(long Builder, long Val, long DestTy, int IsSigned, long Name) LLVMValueRef LLVMBuildIntCast2(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, LLVMBool IsSigned, char const * Name)static longnLLVMBuildIntToPtr(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildIntToPtr(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longnLLVMBuildInvoke(long Builder, long Fn, long Args, int NumArgs, long Then, long Catch, long Name) LLVMValueRef LLVMBuildInvoke(LLVMBuilderRef Builder, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, char const * Name)static longnLLVMBuildInvoke2(long Builder, long Ty, long Fn, long Args, int NumArgs, long Then, long Catch, long Name) LLVMValueRef LLVMBuildInvoke2(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, char const * Name)static longnLLVMBuildInvokeWithOperandBundles(long Builder, long Ty, long Fn, long Args, int NumArgs, long Then, long Catch, long Bundles, int NumBundles, long Name) LLVMValueRef LLVMBuildInvokeWithOperandBundles(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, LLVMOperandBundleRef * Bundles, unsigned NumBundles, char const * Name)static longnLLVMBuildIsNotNull(long Builder, long Val, long Name) LLVMValueRef LLVMBuildIsNotNull(LLVMBuilderRef Builder, LLVMValueRef Val, char const * Name)static longnLLVMBuildIsNull(long Builder, long Val, long Name) LLVMValueRef LLVMBuildIsNull(LLVMBuilderRef Builder, LLVMValueRef Val, char const * Name)static longnLLVMBuildLandingPad(long B, long Ty, long PersFn, int NumClauses, long Name) LLVMValueRef LLVMBuildLandingPad(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef PersFn, unsigned int NumClauses, char const * Name)static longnLLVMBuildLoad(long Builder, long PointerVal, long Name) LLVMValueRef LLVMBuildLoad(LLVMBuilderRef Builder, LLVMValueRef PointerVal, char const * Name)static longnLLVMBuildLoad2(long Builder, long Ty, long PointerVal, long Name) LLVMValueRef LLVMBuildLoad2(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef PointerVal, char const * Name)static longnLLVMBuildLShr(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildLShr(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildMalloc(long Builder, long Ty, long Name) LLVMValueRef LLVMBuildMalloc(LLVMBuilderRef Builder, LLVMTypeRef Ty, char const * Name)static longnLLVMBuildMul(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildNeg(long Builder, long V, long Name) LLVMValueRef LLVMBuildNeg(LLVMBuilderRef Builder, LLVMValueRef V, char const * Name)static longnLLVMBuildNot(long Builder, long V, long Name) LLVMValueRef LLVMBuildNot(LLVMBuilderRef Builder, LLVMValueRef V, char const * Name)static longnLLVMBuildNSWAdd(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildNSWAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildNSWMul(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildNSWMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildNSWNeg(long B, long V, long Name) LLVMValueRef LLVMBuildNSWNeg(LLVMBuilderRef B, LLVMValueRef V, char const * Name)static longnLLVMBuildNSWSub(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildNSWSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildNUWAdd(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildNUWAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildNUWMul(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildNUWMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildNUWNeg(long B, long V, long Name) LLVMValueRef LLVMBuildNUWNeg(LLVMBuilderRef B, LLVMValueRef V, char const * Name)static longnLLVMBuildNUWSub(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildNUWSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildOr(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildOr(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildPhi(long Builder, long Ty, long Name) LLVMValueRef LLVMBuildPhi(LLVMBuilderRef Builder, LLVMTypeRef Ty, char const * Name)static longnLLVMBuildPointerCast(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildPointerCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longnLLVMBuildPtrDiff(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildPtrDiff(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildPtrDiff2(long Builder, long ElemTy, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildPtrDiff2(LLVMBuilderRef Builder, LLVMTypeRef ElemTy, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildPtrToInt(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildPtrToInt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longnLLVMBuildSDiv(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildSDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildSelect(long Builder, long If, long Then, long Else, long Name) LLVMValueRef LLVMBuildSelect(LLVMBuilderRef Builder, LLVMValueRef If, LLVMValueRef Then, LLVMValueRef Else, char const * Name)static longnLLVMBuildSExt(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildSExt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longnLLVMBuildSExtOrBitCast(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildSExtOrBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longnLLVMBuildShl(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildShl(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildShuffleVector(long Builder, long V1, long V2, long Mask, long Name) LLVMValueRef LLVMBuildShuffleVector(LLVMBuilderRef Builder, LLVMValueRef V1, LLVMValueRef V2, LLVMValueRef Mask, char const * Name)static longnLLVMBuildSIToFP(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildSIToFP(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longnLLVMBuildSRem(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildSRem(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildStructGEP(long B, long Pointer, int Idx, long Name) LLVMValueRef LLVMBuildStructGEP(LLVMBuilderRef B, LLVMValueRef Pointer, unsigned int Idx, char const * Name)static longnLLVMBuildStructGEP2(long B, long Ty, long Pointer, int Idx, long Name) LLVMValueRef LLVMBuildStructGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, unsigned int Idx, char const * Name)static longnLLVMBuildSub(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildTrunc(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildTrunc(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longnLLVMBuildTruncOrBitCast(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildTruncOrBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longnLLVMBuildUDiv(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildUDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildUIToFP(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildUIToFP(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longnLLVMBuildURem(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildURem(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildVAArg(long Builder, long List, long Ty, long Name) LLVMValueRef LLVMBuildVAArg(LLVMBuilderRef Builder, LLVMValueRef List, LLVMTypeRef Ty, char const * Name)static longnLLVMBuildXor(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildXor(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name)static longnLLVMBuildZExt(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildZExt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longnLLVMBuildZExtOrBitCast(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildZExtOrBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name)static longnLLVMConstArray(long ElementTy, long ConstantVals, int Length) LLVMValueRef LLVMConstArray(LLVMTypeRef ElementTy, LLVMValueRef * ConstantVals, unsigned int Length)static longnLLVMConstArray2(long ElementTy, long ConstantVals, long Length) LLVMValueRef LLVMConstArray2(LLVMTypeRef ElementTy, LLVMValueRef * ConstantVals, uint64_t Length)static longnLLVMConstDataArray(long ElementTy, long Data, long SizeInBytes) LLVMValueRef LLVMConstDataArray(LLVMTypeRef ElementTy, char const * Data, size_t SizeInBytes)static longnLLVMConstExtractValue(long AggConstant, long IdxList, int NumIdx) LLVMValueRef LLVMConstExtractValue(LLVMValueRef AggConstant, unsigned int * IdxList, unsigned int NumIdx)static longnLLVMConstGEP(long ConstantVal, long ConstantIndices, int NumIndices) LLVMValueRef LLVMConstGEP(LLVMValueRef ConstantVal, LLVMValueRef * ConstantIndices, unsigned int NumIndices)static longnLLVMConstGEP2(long Ty, long ConstantVal, long ConstantIndices, int NumIndices) LLVMValueRef LLVMConstGEP2(LLVMTypeRef Ty, LLVMValueRef ConstantVal, LLVMValueRef * ConstantIndices, unsigned int NumIndices)static longnLLVMConstInBoundsGEP(long ConstantVal, long ConstantIndices, int NumIndices) LLVMValueRef LLVMConstInBoundsGEP(LLVMValueRef ConstantVal, LLVMValueRef * ConstantIndices, unsigned int NumIndices)static longnLLVMConstInBoundsGEP2(long Ty, long ConstantVal, long ConstantIndices, int NumIndices) LLVMValueRef LLVMConstInBoundsGEP2(LLVMTypeRef Ty, LLVMValueRef ConstantVal, LLVMValueRef * ConstantIndices, unsigned int NumIndices)static longnLLVMConstInBoundsGEPWithNoWrapFlags(long Ty, long ConstantVal, long ConstantIndices, int NumIndices, int NoWrapFlags) LLVMValueRef LLVMConstInBoundsGEPWithNoWrapFlags(LLVMTypeRef Ty, LLVMValueRef ConstantVal, LLVMValueRef * ConstantIndices, unsigned NumIndices, LLVMGEPNoWrapFlags NoWrapFlags)static longnLLVMConstInlineAsm(long Ty, long AsmString, long Constraints, int HasSideEffects, int IsAlignStack) LLVMValueRef LLVMConstInlineAsm(LLVMTypeRef Ty, char const * AsmString, char const * Constraints, LLVMBool HasSideEffects, LLVMBool IsAlignStack)static longnLLVMConstInsertValue(long AggConstant, long ElementValueConstant, long IdxList, int NumIdx) LLVMValueRef LLVMConstInsertValue(LLVMValueRef AggConstant, LLVMValueRef ElementValueConstant, unsigned int * IdxList, unsigned int NumIdx)static longnLLVMConstIntOfArbitraryPrecision(long IntTy, int NumWords, long Words) LLVMValueRef LLVMConstIntOfArbitraryPrecision(LLVMTypeRef IntTy, unsigned int NumWords, uint64_t const * Words)static longnLLVMConstIntOfString(long IntTy, long Text, byte Radix) LLVMValueRef LLVMConstIntOfString(LLVMTypeRef IntTy, char const * Text, uint8_t Radix)static longnLLVMConstIntOfStringAndSize(long IntTy, long Text, int SLen, byte Radix) LLVMValueRef LLVMConstIntOfStringAndSize(LLVMTypeRef IntTy, char const * Text, unsigned int SLen, uint8_t Radix)static longnLLVMConstNamedStruct(long StructTy, long ConstantVals, int Count) LLVMValueRef LLVMConstNamedStruct(LLVMTypeRef StructTy, LLVMValueRef * ConstantVals, unsigned int Count)static doublenLLVMConstRealGetDouble(long ConstantVal, long losesInfo) double LLVMConstRealGetDouble(LLVMValueRef ConstantVal, LLVMBool * losesInfo)static longnLLVMConstRealOfString(long RealTy, long Text) LLVMValueRef LLVMConstRealOfString(LLVMTypeRef RealTy, char const * Text)static longnLLVMConstRealOfStringAndSize(long RealTy, long Text, int SLen) LLVMValueRef LLVMConstRealOfStringAndSize(LLVMTypeRef RealTy, char const * Text, unsigned int SLen)static longnLLVMConstString(long Str, int Length, int DontNullTerminate) LLVMValueRef LLVMConstString(char const * Str, unsigned int Length, LLVMBool DontNullTerminate)static longnLLVMConstStringInContext(long C, long Str, int Length, int DontNullTerminate) LLVMValueRef LLVMConstStringInContext(LLVMContextRef C, char const * Str, unsigned int Length, LLVMBool DontNullTerminate)static longnLLVMConstStringInContext2(long C, long Str, int Length, int DontNullTerminate) LLVMValueRef LLVMConstStringInContext2(LLVMContextRef C, char const * Str, unsigned int Length, LLVMBool DontNullTerminate)static longnLLVMConstStruct(long ConstantVals, int Count, int Packed) LLVMValueRef LLVMConstStruct(LLVMValueRef * ConstantVals, unsigned int Count, LLVMBool Packed)static longnLLVMConstStructInContext(long C, long ConstantVals, int Count, int Packed) LLVMValueRef LLVMConstStructInContext(LLVMContextRef C, LLVMValueRef * ConstantVals, unsigned int Count, LLVMBool Packed)static longnLLVMConstVector(long ScalarConstantVals, int Size) LLVMValueRef LLVMConstVector(LLVMValueRef * ScalarConstantVals, unsigned int Size)static longnLLVMContextGetDiagnosticHandler(long C) void (*) (LLVMDiagnosticInfoRef, void *) LLVMContextGetDiagnosticHandler(LLVMContextRef C)static voidnLLVMContextSetDiagnosticHandler(long C, long Handler, long DiagnosticContext) void LLVMContextSetDiagnosticHandler(LLVMContextRef C, void (*) (LLVMDiagnosticInfoRef, void *) Handler, void * DiagnosticContext)static voidnLLVMContextSetYieldCallback(long C, long Callback, long OpaqueHandle) void LLVMContextSetYieldCallback(LLVMContextRef C, void (*) (LLVMContextRef, void *) Callback, void * OpaqueHandle)static longnLLVMCopyModuleFlagsMetadata(long M, long Len) LLVMModuleFlagEntry * LLVMCopyModuleFlagsMetadata(LLVMModuleRef M, size_t * Len)static longnLLVMCreateBasicBlockInContext(long C, long Name) LLVMBasicBlockRef LLVMCreateBasicBlockInContext(LLVMContextRef C, char const * Name)static longnLLVMCreateConstantRangeAttribute(long C, int KindID, int NumBits, long LowerWords, long UpperWords) LLVMAttributeRef LLVMCreateConstantRangeAttribute(LLVMContextRef C, unsigned KindID, unsigned NumBits, uint64_t const * LowerWords, uint64_t const * UpperWords)static intnLLVMCreateMemoryBufferWithContentsOfFile(long Path, long OutMemBuf, long OutMessage) LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(char const * Path, LLVMMemoryBufferRef * OutMemBuf, char ** OutMessage)static longnLLVMCreateMemoryBufferWithMemoryRange(long InputData, long InputDataLength, long BufferName, int RequiresNullTerminator) LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRange(char const * InputData, size_t InputDataLength, char const * BufferName, LLVMBool RequiresNullTerminator)static longnLLVMCreateMemoryBufferWithMemoryRangeCopy(long InputData, long InputDataLength, long BufferName) LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRangeCopy(char const * InputData, size_t InputDataLength, char const * BufferName)static intnLLVMCreateMemoryBufferWithSTDIN(long OutMemBuf, long OutMessage) LLVMBool LLVMCreateMemoryBufferWithSTDIN(LLVMMemoryBufferRef * OutMemBuf, char ** OutMessage)static longnLLVMCreateMessage(long Message) char * LLVMCreateMessage(char const * Message)static longnLLVMCreateOperandBundle(long Tag, long TagLen, long Args, int NumArgs) LLVMOperandBundleRef LLVMCreateOperandBundle(char const * Tag, size_t TagLen, LLVMValueRef * Args, unsigned NumArgs)static longnLLVMCreateStringAttribute(long C, long K, int KLength, long V, int VLength) LLVMAttributeRef LLVMCreateStringAttribute(LLVMContextRef C, char const * K, unsigned int KLength, char const * V, unsigned int VLength)static voidnLLVMDisposeMessage(long Message) void LLVMDisposeMessage(char * Message)static longnLLVMFunctionType(long ReturnType, long ParamTypes, int ParamCount, int IsVarArg) LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType, LLVMTypeRef * ParamTypes, unsigned int ParamCount, LLVMBool IsVarArg)static longnLLVMGetAsString(long c, long Length) char const * LLVMGetAsString(LLVMValueRef c, size_t * Length)static voidnLLVMGetAttributesAtIndex(long F, int Idx, long Attrs) void LLVMGetAttributesAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, LLVMAttributeRef * Attrs)static longnLLVMGetBasicBlockName(long BB) char const * LLVMGetBasicBlockName(LLVMBasicBlockRef BB)static voidnLLVMGetBasicBlocks(long Fn, long BasicBlocks) void LLVMGetBasicBlocks(LLVMValueRef Fn, LLVMBasicBlockRef * BasicBlocks)static longnLLVMGetBufferStart(long MemBuf) char const * LLVMGetBufferStart(LLVMMemoryBufferRef MemBuf)static voidnLLVMGetCallSiteAttributes(long C, int Idx, long Attrs) void LLVMGetCallSiteAttributes(LLVMValueRef C, LLVMAttributeIndex Idx, LLVMAttributeRef * Attrs)static longnLLVMGetCallSiteStringAttribute(long C, int Idx, long K, int KLen) LLVMAttributeRef LLVMGetCallSiteStringAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, char const * K, unsigned int KLen)static longnLLVMGetDataLayout(long M) char const * LLVMGetDataLayout(LLVMModuleRef M)static longnLLVMGetDataLayoutStr(long M) char const * LLVMGetDataLayoutStr(LLVMModuleRef M)static longnLLVMGetDebugLocDirectory(long Val, long Length) char const * LLVMGetDebugLocDirectory(LLVMValueRef Val, unsigned int * Length)static longnLLVMGetDebugLocFilename(long Val, long Length) char const * LLVMGetDebugLocFilename(LLVMValueRef Val, unsigned int * Length)static longnLLVMGetDiagInfoDescription(long DI) char * LLVMGetDiagInfoDescription(LLVMDiagnosticInfoRef DI)static intnLLVMGetEnumAttributeKindForName(long Name, long SLen) unsigned int LLVMGetEnumAttributeKindForName(char const * Name, size_t SLen)static longnLLVMGetGC(long Fn) char const * LLVMGetGC(LLVMValueRef Fn)static voidnLLVMGetHandlers(long CatchSwitch, long Handlers) void LLVMGetHandlers(LLVMValueRef CatchSwitch, LLVMBasicBlockRef * Handlers)static longnLLVMGetIndices(long Inst) unsigned int const * LLVMGetIndices(LLVMValueRef Inst, unsigned int Count)static longnLLVMGetInlineAsm(long Ty, long AsmString, long AsmStringSize, long Constraints, long ConstraintsSize, int HasSideEffects, int IsAlignStack, int Dialect, int CanThrow) LLVMValueRef LLVMGetInlineAsm(LLVMTypeRef Ty, char const * AsmString, size_t AsmStringSize, char const * Constraints, size_t ConstraintsSize, LLVMBool HasSideEffects, LLVMBool IsAlignStack, LLVMInlineAsmDialect Dialect, LLVMBool CanThrow)static longnLLVMGetInlineAsmAsmString(long InlineAsmVal, long Len) char const * LLVMGetInlineAsmAsmString(LLVMValueRef InlineAsmVal, size_t * Len)static longnLLVMGetInlineAsmConstraintString(long InlineAsmVal, long Len) char const * LLVMGetInlineAsmConstraintString(LLVMValueRef InlineAsmVal, size_t * Len)static longnLLVMGetIntrinsicDeclaration(long Mod, int ID, long ParamTypes, long ParamCount) LLVMValueRef LLVMGetIntrinsicDeclaration(LLVMModuleRef Mod, unsigned ID, LLVMTypeRef * ParamTypes, size_t ParamCount)static intnLLVMGetMDKindID(long Name, int SLen) unsigned int LLVMGetMDKindID(char const * Name, unsigned int SLen)static intnLLVMGetMDKindIDInContext(long C, long Name, int SLen) unsigned int LLVMGetMDKindIDInContext(LLVMContextRef C, char const * Name, unsigned int SLen)static voidnLLVMGetMDNodeOperands(long V, long Dest) void LLVMGetMDNodeOperands(LLVMValueRef V, LLVMValueRef * Dest)static longnLLVMGetMDString(long V, long Length) char const * LLVMGetMDString(LLVMValueRef V, unsigned int * Length)static longnLLVMGetModuleFlag(long M, long Key, long KeyLen) LLVMMetadataRef LLVMGetModuleFlag(LLVMModuleRef M, char const * Key, size_t KeyLen)static longnLLVMGetModuleIdentifier(long M, long Len) char const * LLVMGetModuleIdentifier(LLVMModuleRef M, size_t * Len)static longnLLVMGetModuleInlineAsm(long M, long Len) char const * LLVMGetModuleInlineAsm(LLVMModuleRef M, size_t * Len)static longnLLVMGetNamedFunction(long M, long Name) LLVMValueRef LLVMGetNamedFunction(LLVMModuleRef M, char const * Name)static longnLLVMGetNamedFunctionWithLength(long M, long Name, long Length) LLVMValueRef LLVMGetNamedFunctionWithLength(LLVMModuleRef M, char const * Name, size_t Length)static longnLLVMGetNamedGlobal(long M, long Name) LLVMValueRef LLVMGetNamedGlobal(LLVMModuleRef M, char const * Name)static longnLLVMGetNamedGlobalAlias(long M, long Name, long NameLen) LLVMValueRef LLVMGetNamedGlobalAlias(LLVMModuleRef M, char const * Name, size_t NameLen)static longnLLVMGetNamedGlobalIFunc(long M, long Name, long NameLen) LLVMValueRef LLVMGetNamedGlobalIFunc(LLVMModuleRef M, char const * Name, size_t NameLen)static longnLLVMGetNamedGlobalWithLength(long M, long Name, long Length) LLVMValueRef LLVMGetNamedGlobalWithLength(LLVMModuleRef M, char const * Name, size_t Length)static longnLLVMGetNamedMetadata(long M, long Name, long NameLen) LLVMNamedMDNodeRef LLVMGetNamedMetadata(LLVMModuleRef M, char const * Name, size_t NameLen)static longnLLVMGetNamedMetadataName(long NamedMD, long NameLen) char const * LLVMGetNamedMetadataName(LLVMNamedMDNodeRef NamedMD, size_t * NameLen)static intnLLVMGetNamedMetadataNumOperands(long M, long Name) unsigned int LLVMGetNamedMetadataNumOperands(LLVMModuleRef M, char const * Name)static voidnLLVMGetNamedMetadataOperands(long M, long Name, long Dest) void LLVMGetNamedMetadataOperands(LLVMModuleRef M, char const * Name, LLVMValueRef * Dest)static longnLLVMGetOperandBundleTag(long Bundle, long Len) char const * LLVMGetOperandBundleTag(LLVMOperandBundleRef Bundle, size_t * Len)static longnLLVMGetOrInsertNamedMetadata(long M, long Name, long NameLen) LLVMNamedMDNodeRef LLVMGetOrInsertNamedMetadata(LLVMModuleRef M, char const * Name, size_t NameLen)static voidnLLVMGetParams(long Fn, long Params) void LLVMGetParams(LLVMValueRef Fn, LLVMValueRef * Params)static voidnLLVMGetParamTypes(long FunctionTy, long Dest) void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef * Dest)static longnLLVMGetRawDataValues(long c, long SizeInBytes) char const * LLVMGetRawDataValues(LLVMValueRef c, size_t * SizeInBytes)static longnLLVMGetSection(long Global) char const * LLVMGetSection(LLVMValueRef Global)static longnLLVMGetSourceFileName(long M, long Len) char const * LLVMGetSourceFileName(LLVMModuleRef M, size_t * Len)static longnLLVMGetStringAttributeAtIndex(long F, int Idx, long K, int KLen) LLVMAttributeRef LLVMGetStringAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, char const * K, unsigned int KLen)static longnLLVMGetStringAttributeKind(long A, long Length) char const * LLVMGetStringAttributeKind(LLVMAttributeRef A, unsigned int * Length)static longnLLVMGetStringAttributeValue(long A, long Length) char const * LLVMGetStringAttributeValue(LLVMAttributeRef A, unsigned int * Length)static voidnLLVMGetStructElementTypes(long StructTy, long Dest) void LLVMGetStructElementTypes(LLVMTypeRef StructTy, LLVMTypeRef * Dest)static longnLLVMGetStructName(long Ty) char const * LLVMGetStructName(LLVMTypeRef Ty)static voidnLLVMGetSubtypes(long Tp, long Arr) void LLVMGetSubtypes(LLVMTypeRef Tp, LLVMTypeRef * Arr)static intnLLVMGetSyncScopeID(long C, long Name, long SLen) unsigned LLVMGetSyncScopeID(LLVMContextRef C, char const * Name, size_t SLen)static longnLLVMGetTarget(long M) char const * LLVMGetTarget(LLVMModuleRef M)static longnLLVMGetTargetExtTypeName(long TargetExtTy) char const * LLVMGetTargetExtTypeName(LLVMTypeRef TargetExtTy)static longnLLVMGetTypeByName(long M, long Name) LLVMTypeRef LLVMGetTypeByName(LLVMModuleRef M, char const * Name)static longnLLVMGetTypeByName2(long C, long Name) LLVMTypeRef LLVMGetTypeByName2(LLVMContextRef C, char const * Name)static longnLLVMGetValueName(long Val) char const * LLVMGetValueName(LLVMValueRef Val)static longnLLVMGetValueName2(long Val, long Length) char const * LLVMGetValueName2(LLVMValueRef Val, size_t * Length)static voidnLLVMGetVersion(long Major, long Minor, long Patch) void LLVMGetVersion(unsigned * Major, unsigned * Minor, unsigned * Patch)static longnLLVMGlobalCopyAllMetadata(long Value, long NumEntries) LLVMValueMetadataEntry * LLVMGlobalCopyAllMetadata(LLVMValueRef Value, size_t * NumEntries)static longnLLVMInsertBasicBlock(long InsertBeforeBB, long Name) LLVMBasicBlockRef LLVMInsertBasicBlock(LLVMBasicBlockRef InsertBeforeBB, char const * Name)static longnLLVMInsertBasicBlockInContext(long C, long BB, long Name) LLVMBasicBlockRef LLVMInsertBasicBlockInContext(LLVMContextRef C, LLVMBasicBlockRef BB, char const * Name)static voidnLLVMInsertIntoBuilderWithName(long Builder, long Instr, long Name) void LLVMInsertIntoBuilderWithName(LLVMBuilderRef Builder, LLVMValueRef Instr, char const * Name)static longnLLVMInstructionGetAllMetadataOtherThanDebugLoc(long Instr, long NumEntries) LLVMValueMetadataEntry * LLVMInstructionGetAllMetadataOtherThanDebugLoc(LLVMValueRef Instr, size_t * NumEntries)static longnLLVMIntrinsicCopyOverloadedName(int ID, long ParamTypes, long ParamCount, long NameLength) char * LLVMIntrinsicCopyOverloadedName(unsigned ID, LLVMTypeRef * ParamTypes, size_t ParamCount, size_t * NameLength)static longnLLVMIntrinsicCopyOverloadedName2(long Mod, int ID, long ParamTypes, long ParamCount, long NameLength) char * LLVMIntrinsicCopyOverloadedName2(LLVMModuleRef Mod, unsigned ID, LLVMTypeRef * ParamTypes, size_t ParamCount, size_t * NameLength)static longnLLVMIntrinsicGetName(int ID, long NameLength) char const * LLVMIntrinsicGetName(unsigned ID, size_t * NameLength)static longnLLVMIntrinsicGetType(long Ctx, int ID, long ParamTypes, long ParamCount) LLVMValueRef LLVMIntrinsicGetType(LLVMContextRef Ctx, unsigned ID, LLVMTypeRef * ParamTypes, size_t ParamCount)static intnLLVMLookupIntrinsicID(long Name, long NameLen) unsigned int LLVMLookupIntrinsicID(char const * Name, size_t NameLen)static longnLLVMMDNode(long Vals, int Count) LLVMValueRef LLVMMDNode(LLVMValueRef * Vals, unsigned int Count)static longnLLVMMDNodeInContext(long C, long Vals, int Count) LLVMValueRef LLVMMDNodeInContext(LLVMContextRef C, LLVMValueRef * Vals, unsigned int Count)static longnLLVMMDNodeInContext2(long C, long MDs, long Count) LLVMMetadataRef LLVMMDNodeInContext2(LLVMContextRef C, LLVMMetadataRef * MDs, size_t Count)static longnLLVMMDString(long Str, int SLen) LLVMValueRef LLVMMDString(char const * Str, unsigned int SLen)static longnLLVMMDStringInContext(long C, long Str, int SLen) LLVMValueRef LLVMMDStringInContext(LLVMContextRef C, char const * Str, unsigned int SLen)static longnLLVMMDStringInContext2(long C, long Str, long SLen) LLVMMetadataRef LLVMMDStringInContext2(LLVMContextRef C, char const * Str, size_t SLen)static longnLLVMModuleCreateWithName(long ModuleID) LLVMModuleRef LLVMModuleCreateWithName(char const * ModuleID)static longnLLVMModuleCreateWithNameInContext(long ModuleID, long C) LLVMModuleRef LLVMModuleCreateWithNameInContext(char const * ModuleID, LLVMContextRef C)static longnLLVMModuleFlagEntriesGetKey(long Entries, int Index, long Len) char const * LLVMModuleFlagEntriesGetKey(LLVMModuleFlagEntry * Entries, unsigned int Index, size_t * Len)static longnLLVMPrintDbgRecordToString(long Record) char * LLVMPrintDbgRecordToString(LLVMDbgRecordRef Record)static intnLLVMPrintModuleToFile(long M, long Filename, long ErrorMessage) LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, char const * Filename, char ** ErrorMessage)static longnLLVMPrintModuleToString(long M) char * LLVMPrintModuleToString(LLVMModuleRef M)static longnLLVMPrintTypeToString(long Val) char * LLVMPrintTypeToString(LLVMTypeRef Val)static longnLLVMPrintValueToString(long Val) char * LLVMPrintValueToString(LLVMValueRef Val)static voidnLLVMRemoveCallSiteStringAttribute(long C, int Idx, long K, int KLen) void LLVMRemoveCallSiteStringAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, char const * K, unsigned int KLen)static voidnLLVMRemoveStringAttributeAtIndex(long F, int Idx, long K, int KLen) void LLVMRemoveStringAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, char const * K, unsigned int KLen)static voidnLLVMSetDataLayout(long M, long DataLayoutStr) void LLVMSetDataLayout(LLVMModuleRef M, char const * DataLayoutStr)static voidnLLVMSetGC(long Fn, long Name) void LLVMSetGC(LLVMValueRef Fn, char const * Name)static voidnLLVMSetModuleIdentifier(long M, long Ident, long Len) void LLVMSetModuleIdentifier(LLVMModuleRef M, char const * Ident, size_t Len)static voidnLLVMSetModuleInlineAsm(long M, long Asm) void LLVMSetModuleInlineAsm(LLVMModuleRef M, char const * Asm)static voidnLLVMSetModuleInlineAsm2(long M, long Asm, long Len) void LLVMSetModuleInlineAsm2(LLVMModuleRef M, char const * Asm, size_t Len)static voidnLLVMSetSection(long Global, long Section) void LLVMSetSection(LLVMValueRef Global, char const * Section)static voidnLLVMSetSourceFileName(long M, long Name, long Len) void LLVMSetSourceFileName(LLVMModuleRef M, char const * Name, size_t Len)static voidnLLVMSetTarget(long M, long Triple) void LLVMSetTarget(LLVMModuleRef M, char const * Triple)static voidnLLVMSetValueName(long Val, long Name) void LLVMSetValueName(LLVMValueRef Val, char const * Name)static voidnLLVMSetValueName2(long Val, long Name, long NameLen) void LLVMSetValueName2(LLVMValueRef Val, char const * Name, size_t NameLen)static longnLLVMStructCreateNamed(long C, long Name) LLVMTypeRef LLVMStructCreateNamed(LLVMContextRef C, char const * Name)static voidnLLVMStructSetBody(long StructTy, long ElementTypes, int ElementCount, int Packed) void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef * ElementTypes, unsigned int ElementCount, LLVMBool Packed)static longnLLVMStructType(long ElementTypes, int ElementCount, int Packed) LLVMTypeRef LLVMStructType(LLVMTypeRef * ElementTypes, unsigned int ElementCount, LLVMBool Packed)static longnLLVMStructTypeInContext(long C, long ElementTypes, int ElementCount, int Packed) LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef * ElementTypes, unsigned int ElementCount, LLVMBool Packed)static longnLLVMTargetExtTypeInContext(long C, long Name, long TypeParams, int TypeParamCount, long IntParams, int IntParamCount) LLVMTypeRef LLVMTargetExtTypeInContext(LLVMContextRef C, char const * Name, LLVMTypeRef * TypeParams, unsigned TypeParamCount, unsigned * IntParams, unsigned IntParamCount)
-
Field Details
-
LLVMRet
public static final int LLVMRet- See Also:
-
LLVMBr
public static final int LLVMBr- See Also:
-
LLVMSwitch
public static final int LLVMSwitch- See Also:
-
LLVMIndirectBr
public static final int LLVMIndirectBr- See Also:
-
LLVMInvoke
public static final int LLVMInvoke- See Also:
-
LLVMUnreachable
public static final int LLVMUnreachable- See Also:
-
LLVMCallBr
public static final int LLVMCallBr- See Also:
-
LLVMFNeg
public static final int LLVMFNeg- See Also:
-
LLVMAdd
public static final int LLVMAdd- See Also:
-
LLVMFAdd
public static final int LLVMFAdd- See Also:
-
LLVMSub
public static final int LLVMSub- See Also:
-
LLVMFSub
public static final int LLVMFSub- See Also:
-
LLVMMul
public static final int LLVMMul- See Also:
-
LLVMFMul
public static final int LLVMFMul- See Also:
-
LLVMUDiv
public static final int LLVMUDiv- See Also:
-
LLVMSDiv
public static final int LLVMSDiv- See Also:
-
LLVMFDiv
public static final int LLVMFDiv- See Also:
-
LLVMURem
public static final int LLVMURem- See Also:
-
LLVMSRem
public static final int LLVMSRem- See Also:
-
LLVMFRem
public static final int LLVMFRem- See Also:
-
LLVMShl
public static final int LLVMShl- See Also:
-
LLVMLShr
public static final int LLVMLShr- See Also:
-
LLVMAShr
public static final int LLVMAShr- See Also:
-
LLVMAnd
public static final int LLVMAnd- See Also:
-
LLVMOr
public static final int LLVMOr- See Also:
-
LLVMXor
public static final int LLVMXor- See Also:
-
LLVMAlloca
public static final int LLVMAlloca- See Also:
-
LLVMLoad
public static final int LLVMLoad- See Also:
-
LLVMStore
public static final int LLVMStore- See Also:
-
LLVMGetElementPtr
public static final int LLVMGetElementPtr- See Also:
-
LLVMTrunc
public static final int LLVMTrunc- See Also:
-
LLVMZExt
public static final int LLVMZExt- See Also:
-
LLVMSExt
public static final int LLVMSExt- See Also:
-
LLVMFPToUI
public static final int LLVMFPToUI- See Also:
-
LLVMFPToSI
public static final int LLVMFPToSI- See Also:
-
LLVMUIToFP
public static final int LLVMUIToFP- See Also:
-
LLVMSIToFP
public static final int LLVMSIToFP- See Also:
-
LLVMFPTrunc
public static final int LLVMFPTrunc- See Also:
-
LLVMFPExt
public static final int LLVMFPExt- See Also:
-
LLVMPtrToInt
public static final int LLVMPtrToInt- See Also:
-
LLVMIntToPtr
public static final int LLVMIntToPtr- See Also:
-
LLVMBitCast
public static final int LLVMBitCast- See Also:
-
LLVMAddrSpaceCast
public static final int LLVMAddrSpaceCast- See Also:
-
LLVMICmp
public static final int LLVMICmp- See Also:
-
LLVMFCmp
public static final int LLVMFCmp- See Also:
-
LLVMPHI
public static final int LLVMPHI- See Also:
-
LLVMCall
public static final int LLVMCall- See Also:
-
LLVMSelect
public static final int LLVMSelect- See Also:
-
LLVMUserOp1
public static final int LLVMUserOp1- See Also:
-
LLVMUserOp2
public static final int LLVMUserOp2- See Also:
-
LLVMVAArg
public static final int LLVMVAArg- See Also:
-
LLVMExtractElement
public static final int LLVMExtractElement- See Also:
-
LLVMInsertElement
public static final int LLVMInsertElement- See Also:
-
LLVMShuffleVector
public static final int LLVMShuffleVector- See Also:
-
LLVMExtractValue
public static final int LLVMExtractValue- See Also:
-
LLVMInsertValue
public static final int LLVMInsertValue- See Also:
-
LLVMFreeze
public static final int LLVMFreeze- See Also:
-
LLVMFence
public static final int LLVMFence- See Also:
-
LLVMAtomicCmpXchg
public static final int LLVMAtomicCmpXchg- See Also:
-
LLVMAtomicRMW
public static final int LLVMAtomicRMW- See Also:
-
LLVMResume
public static final int LLVMResume- See Also:
-
LLVMLandingPad
public static final int LLVMLandingPad- See Also:
-
LLVMCleanupRet
public static final int LLVMCleanupRet- See Also:
-
LLVMCatchRet
public static final int LLVMCatchRet- See Also:
-
LLVMCatchPad
public static final int LLVMCatchPad- See Also:
-
LLVMCleanupPad
public static final int LLVMCleanupPad- See Also:
-
LLVMCatchSwitch
public static final int LLVMCatchSwitch- See Also:
-
LLVMVoidTypeKind
public static final int LLVMVoidTypeKind- See Also:
-
LLVMHalfTypeKind
public static final int LLVMHalfTypeKind- See Also:
-
LLVMFloatTypeKind
public static final int LLVMFloatTypeKind- See Also:
-
LLVMDoubleTypeKind
public static final int LLVMDoubleTypeKind- See Also:
-
LLVMX86_FP80TypeKind
public static final int LLVMX86_FP80TypeKind- See Also:
-
LLVMFP128TypeKind
public static final int LLVMFP128TypeKind- See Also:
-
LLVMPPC_FP128TypeKind
public static final int LLVMPPC_FP128TypeKind- See Also:
-
LLVMLabelTypeKind
public static final int LLVMLabelTypeKind- See Also:
-
LLVMIntegerTypeKind
public static final int LLVMIntegerTypeKind- See Also:
-
LLVMFunctionTypeKind
public static final int LLVMFunctionTypeKind- See Also:
-
LLVMStructTypeKind
public static final int LLVMStructTypeKind- See Also:
-
LLVMArrayTypeKind
public static final int LLVMArrayTypeKind- See Also:
-
LLVMPointerTypeKind
public static final int LLVMPointerTypeKind- See Also:
-
LLVMVectorTypeKind
public static final int LLVMVectorTypeKind- See Also:
-
LLVMMetadataTypeKind
public static final int LLVMMetadataTypeKind- See Also:
-
LLVMTokenTypeKind
public static final int LLVMTokenTypeKind- See Also:
-
LLVMScalableVectorTypeKind
public static final int LLVMScalableVectorTypeKind- See Also:
-
LLVMBFloatTypeKind
public static final int LLVMBFloatTypeKind- See Also:
-
LLVMX86_AMXTypeKind
public static final int LLVMX86_AMXTypeKind- See Also:
-
LLVMTargetExtTypeKind
public static final int LLVMTargetExtTypeKind- See Also:
-
LLVMExternalLinkage
public static final int LLVMExternalLinkage- See Also:
-
LLVMAvailableExternallyLinkage
public static final int LLVMAvailableExternallyLinkage- See Also:
-
LLVMLinkOnceAnyLinkage
public static final int LLVMLinkOnceAnyLinkage- See Also:
-
LLVMLinkOnceODRLinkage
public static final int LLVMLinkOnceODRLinkage- See Also:
-
LLVMLinkOnceODRAutoHideLinkage
public static final int LLVMLinkOnceODRAutoHideLinkage- See Also:
-
LLVMWeakAnyLinkage
public static final int LLVMWeakAnyLinkage- See Also:
-
LLVMWeakODRLinkage
public static final int LLVMWeakODRLinkage- See Also:
-
LLVMAppendingLinkage
public static final int LLVMAppendingLinkage- See Also:
-
LLVMInternalLinkage
public static final int LLVMInternalLinkage- See Also:
-
LLVMPrivateLinkage
public static final int LLVMPrivateLinkage- See Also:
-
LLVMDLLImportLinkage
public static final int LLVMDLLImportLinkage- See Also:
-
LLVMDLLExportLinkage
public static final int LLVMDLLExportLinkage- See Also:
-
LLVMExternalWeakLinkage
public static final int LLVMExternalWeakLinkage- See Also:
-
LLVMGhostLinkage
public static final int LLVMGhostLinkage- See Also:
-
LLVMCommonLinkage
public static final int LLVMCommonLinkage- See Also:
-
LLVMLinkerPrivateLinkage
public static final int LLVMLinkerPrivateLinkage- See Also:
-
LLVMLinkerPrivateWeakLinkage
public static final int LLVMLinkerPrivateWeakLinkage- See Also:
-
LLVMDefaultVisibility
public static final int LLVMDefaultVisibility- See Also:
-
LLVMHiddenVisibility
public static final int LLVMHiddenVisibility- See Also:
-
LLVMProtectedVisibility
public static final int LLVMProtectedVisibility- See Also:
-
LLVMNoUnnamedAddr
public static final int LLVMNoUnnamedAddr- See Also:
-
LLVMLocalUnnamedAddr
public static final int LLVMLocalUnnamedAddr- See Also:
-
LLVMGlobalUnnamedAddr
public static final int LLVMGlobalUnnamedAddr- See Also:
-
LLVMDefaultStorageClass
public static final int LLVMDefaultStorageClass- See Also:
-
LLVMDLLImportStorageClass
public static final int LLVMDLLImportStorageClass- See Also:
-
LLVMDLLExportStorageClass
public static final int LLVMDLLExportStorageClass- See Also:
-
LLVMCCallConv
public static final int LLVMCCallConv- See Also:
-
LLVMFastCallConv
public static final int LLVMFastCallConv- See Also:
-
LLVMColdCallConv
public static final int LLVMColdCallConv- See Also:
-
LLVMGHCCallConv
public static final int LLVMGHCCallConv- See Also:
-
LLVMHiPECallConv
public static final int LLVMHiPECallConv- See Also:
-
LLVMAnyRegCallConv
public static final int LLVMAnyRegCallConv- See Also:
-
LLVMPreserveMostCallConv
public static final int LLVMPreserveMostCallConv- See Also:
-
LLVMPreserveAllCallConv
public static final int LLVMPreserveAllCallConv- See Also:
-
LLVMSwiftCallConv
public static final int LLVMSwiftCallConv- See Also:
-
LLVMCXXFASTTLSCallConv
public static final int LLVMCXXFASTTLSCallConv- See Also:
-
LLVMX86StdcallCallConv
public static final int LLVMX86StdcallCallConv- See Also:
-
LLVMX86FastcallCallConv
public static final int LLVMX86FastcallCallConv- See Also:
-
LLVMARMAPCSCallConv
public static final int LLVMARMAPCSCallConv- See Also:
-
LLVMARMAAPCSCallConv
public static final int LLVMARMAAPCSCallConv- See Also:
-
LLVMARMAAPCSVFPCallConv
public static final int LLVMARMAAPCSVFPCallConv- See Also:
-
LLVMMSP430INTRCallConv
public static final int LLVMMSP430INTRCallConv- See Also:
-
LLVMX86ThisCallCallConv
public static final int LLVMX86ThisCallCallConv- See Also:
-
LLVMPTXKernelCallConv
public static final int LLVMPTXKernelCallConv- See Also:
-
LLVMPTXDeviceCallConv
public static final int LLVMPTXDeviceCallConv- See Also:
-
LLVMSPIRFUNCCallConv
public static final int LLVMSPIRFUNCCallConv- See Also:
-
LLVMSPIRKERNELCallConv
public static final int LLVMSPIRKERNELCallConv- See Also:
-
LLVMIntelOCLBICallConv
public static final int LLVMIntelOCLBICallConv- See Also:
-
LLVMX8664SysVCallConv
public static final int LLVMX8664SysVCallConv- See Also:
-
LLVMWin64CallConv
public static final int LLVMWin64CallConv- See Also:
-
LLVMX86VectorCallCallConv
public static final int LLVMX86VectorCallCallConv- See Also:
-
LLVMHHVMCallConv
public static final int LLVMHHVMCallConv- See Also:
-
LLVMHHVMCCallConv
public static final int LLVMHHVMCCallConv- See Also:
-
LLVMX86INTRCallConv
public static final int LLVMX86INTRCallConv- See Also:
-
LLVMAVRINTRCallConv
public static final int LLVMAVRINTRCallConv- See Also:
-
LLVMAVRSIGNALCallConv
public static final int LLVMAVRSIGNALCallConv- See Also:
-
LLVMAVRBUILTINCallConv
public static final int LLVMAVRBUILTINCallConv- See Also:
-
LLVMAMDGPUVSCallConv
public static final int LLVMAMDGPUVSCallConv- See Also:
-
LLVMAMDGPUGSCallConv
public static final int LLVMAMDGPUGSCallConv- See Also:
-
LLVMAMDGPUPSCallConv
public static final int LLVMAMDGPUPSCallConv- See Also:
-
LLVMAMDGPUCSCallConv
public static final int LLVMAMDGPUCSCallConv- See Also:
-
LLVMAMDGPUKERNELCallConv
public static final int LLVMAMDGPUKERNELCallConv- See Also:
-
LLVMX86RegCallCallConv
public static final int LLVMX86RegCallCallConv- See Also:
-
LLVMAMDGPUHSCallConv
public static final int LLVMAMDGPUHSCallConv- See Also:
-
LLVMMSP430BUILTINCallConv
public static final int LLVMMSP430BUILTINCallConv- See Also:
-
LLVMAMDGPULSCallConv
public static final int LLVMAMDGPULSCallConv- See Also:
-
LLVMAMDGPUESCallConv
public static final int LLVMAMDGPUESCallConv- See Also:
-
LLVMArgumentValueKind
public static final int LLVMArgumentValueKind- See Also:
-
LLVMBasicBlockValueKind
public static final int LLVMBasicBlockValueKind- See Also:
-
LLVMMemoryUseValueKind
public static final int LLVMMemoryUseValueKind- See Also:
-
LLVMMemoryDefValueKind
public static final int LLVMMemoryDefValueKind- See Also:
-
LLVMMemoryPhiValueKind
public static final int LLVMMemoryPhiValueKind- See Also:
-
LLVMFunctionValueKind
public static final int LLVMFunctionValueKind- See Also:
-
LLVMGlobalAliasValueKind
public static final int LLVMGlobalAliasValueKind- See Also:
-
LLVMGlobalIFuncValueKind
public static final int LLVMGlobalIFuncValueKind- See Also:
-
LLVMGlobalVariableValueKind
public static final int LLVMGlobalVariableValueKind- See Also:
-
LLVMBlockAddressValueKind
public static final int LLVMBlockAddressValueKind- See Also:
-
LLVMConstantExprValueKind
public static final int LLVMConstantExprValueKind- See Also:
-
LLVMConstantArrayValueKind
public static final int LLVMConstantArrayValueKind- See Also:
-
LLVMConstantStructValueKind
public static final int LLVMConstantStructValueKind- See Also:
-
LLVMConstantVectorValueKind
public static final int LLVMConstantVectorValueKind- See Also:
-
LLVMUndefValueValueKind
public static final int LLVMUndefValueValueKind- See Also:
-
LLVMConstantAggregateZeroValueKind
public static final int LLVMConstantAggregateZeroValueKind- See Also:
-
LLVMConstantDataArrayValueKind
public static final int LLVMConstantDataArrayValueKind- See Also:
-
LLVMConstantDataVectorValueKind
public static final int LLVMConstantDataVectorValueKind- See Also:
-
LLVMConstantIntValueKind
public static final int LLVMConstantIntValueKind- See Also:
-
LLVMConstantFPValueKind
public static final int LLVMConstantFPValueKind- See Also:
-
LLVMConstantPointerNullValueKind
public static final int LLVMConstantPointerNullValueKind- See Also:
-
LLVMConstantTokenNoneValueKind
public static final int LLVMConstantTokenNoneValueKind- See Also:
-
LLVMMetadataAsValueValueKind
public static final int LLVMMetadataAsValueValueKind- See Also:
-
LLVMInlineAsmValueKind
public static final int LLVMInlineAsmValueKind- See Also:
-
LLVMInstructionValueKind
public static final int LLVMInstructionValueKind- See Also:
-
LLVMPoisonValueValueKind
public static final int LLVMPoisonValueValueKind- See Also:
-
LLVMConstantTargetNoneValueKind
public static final int LLVMConstantTargetNoneValueKind- See Also:
-
LLVMConstantPtrAuthValueKind
public static final int LLVMConstantPtrAuthValueKind- See Also:
-
LLVMIntEQ
public static final int LLVMIntEQ- See Also:
-
LLVMIntNE
public static final int LLVMIntNE- See Also:
-
LLVMIntUGT
public static final int LLVMIntUGT- See Also:
-
LLVMIntUGE
public static final int LLVMIntUGE- See Also:
-
LLVMIntULT
public static final int LLVMIntULT- See Also:
-
LLVMIntULE
public static final int LLVMIntULE- See Also:
-
LLVMIntSGT
public static final int LLVMIntSGT- See Also:
-
LLVMIntSGE
public static final int LLVMIntSGE- See Also:
-
LLVMIntSLT
public static final int LLVMIntSLT- See Also:
-
LLVMIntSLE
public static final int LLVMIntSLE- See Also:
-
LLVMRealPredicateFalse
public static final int LLVMRealPredicateFalse- See Also:
-
LLVMRealOEQ
public static final int LLVMRealOEQ- See Also:
-
LLVMRealOGT
public static final int LLVMRealOGT- See Also:
-
LLVMRealOGE
public static final int LLVMRealOGE- See Also:
-
LLVMRealOLT
public static final int LLVMRealOLT- See Also:
-
LLVMRealOLE
public static final int LLVMRealOLE- See Also:
-
LLVMRealONE
public static final int LLVMRealONE- See Also:
-
LLVMRealORD
public static final int LLVMRealORD- See Also:
-
LLVMRealUNO
public static final int LLVMRealUNO- See Also:
-
LLVMRealUEQ
public static final int LLVMRealUEQ- See Also:
-
LLVMRealUGT
public static final int LLVMRealUGT- See Also:
-
LLVMRealUGE
public static final int LLVMRealUGE- See Also:
-
LLVMRealULT
public static final int LLVMRealULT- See Also:
-
LLVMRealULE
public static final int LLVMRealULE- See Also:
-
LLVMRealUNE
public static final int LLVMRealUNE- See Also:
-
LLVMRealPredicateTrue
public static final int LLVMRealPredicateTrue- See Also:
-
LLVMNotThreadLocal
public static final int LLVMNotThreadLocal- See Also:
-
LLVMGeneralDynamicTLSModel
public static final int LLVMGeneralDynamicTLSModel- See Also:
-
LLVMLocalDynamicTLSModel
public static final int LLVMLocalDynamicTLSModel- See Also:
-
LLVMInitialExecTLSModel
public static final int LLVMInitialExecTLSModel- See Also:
-
LLVMLocalExecTLSModel
public static final int LLVMLocalExecTLSModel- See Also:
-
LLVMAtomicOrderingNotAtomic
public static final int LLVMAtomicOrderingNotAtomic- See Also:
-
LLVMAtomicOrderingUnordered
public static final int LLVMAtomicOrderingUnordered- See Also:
-
LLVMAtomicOrderingMonotonic
public static final int LLVMAtomicOrderingMonotonic- See Also:
-
LLVMAtomicOrderingAcquire
public static final int LLVMAtomicOrderingAcquire- See Also:
-
LLVMAtomicOrderingRelease
public static final int LLVMAtomicOrderingRelease- See Also:
-
LLVMAtomicOrderingAcquireRelease
public static final int LLVMAtomicOrderingAcquireRelease- See Also:
-
LLVMAtomicOrderingSequentiallyConsistent
public static final int LLVMAtomicOrderingSequentiallyConsistent- See Also:
-
LLVMAtomicRMWBinOpXchg
public static final int LLVMAtomicRMWBinOpXchg- See Also:
-
LLVMAtomicRMWBinOpAdd
public static final int LLVMAtomicRMWBinOpAdd- See Also:
-
LLVMAtomicRMWBinOpSub
public static final int LLVMAtomicRMWBinOpSub- See Also:
-
LLVMAtomicRMWBinOpAnd
public static final int LLVMAtomicRMWBinOpAnd- See Also:
-
LLVMAtomicRMWBinOpNand
public static final int LLVMAtomicRMWBinOpNand- See Also:
-
LLVMAtomicRMWBinOpOr
public static final int LLVMAtomicRMWBinOpOr- See Also:
-
LLVMAtomicRMWBinOpXor
public static final int LLVMAtomicRMWBinOpXor- See Also:
-
LLVMAtomicRMWBinOpMax
public static final int LLVMAtomicRMWBinOpMax- See Also:
-
LLVMAtomicRMWBinOpMin
public static final int LLVMAtomicRMWBinOpMin- See Also:
-
LLVMAtomicRMWBinOpUMax
public static final int LLVMAtomicRMWBinOpUMax- See Also:
-
LLVMAtomicRMWBinOpUMin
public static final int LLVMAtomicRMWBinOpUMin- See Also:
-
LLVMAtomicRMWBinOpFAdd
public static final int LLVMAtomicRMWBinOpFAdd- See Also:
-
LLVMAtomicRMWBinOpFSub
public static final int LLVMAtomicRMWBinOpFSub- See Also:
-
LLVMAtomicRMWBinOpFMax
public static final int LLVMAtomicRMWBinOpFMax- See Also:
-
LLVMAtomicRMWBinOpFMin
public static final int LLVMAtomicRMWBinOpFMin- See Also:
-
LLVMAtomicRMWBinOpUIncWrap
public static final int LLVMAtomicRMWBinOpUIncWrap- See Also:
-
LLVMAtomicRMWBinOpUDecWrap
public static final int LLVMAtomicRMWBinOpUDecWrap- See Also:
-
LLVMAtomicRMWBinOpUSubCond
public static final int LLVMAtomicRMWBinOpUSubCond- See Also:
-
LLVMAtomicRMWBinOpUSubSat
public static final int LLVMAtomicRMWBinOpUSubSat- See Also:
-
LLVMAtomicRMWBinOpFMaximum
public static final int LLVMAtomicRMWBinOpFMaximum- See Also:
-
LLVMAtomicRMWBinOpFMinimum
public static final int LLVMAtomicRMWBinOpFMinimum- See Also:
-
LLVMDSError
public static final int LLVMDSError- See Also:
-
LLVMDSWarning
public static final int LLVMDSWarning- See Also:
-
LLVMDSRemark
public static final int LLVMDSRemark- See Also:
-
LLVMDSNote
public static final int LLVMDSNote- See Also:
-
LLVMInlineAsmDialectATT
public static final int LLVMInlineAsmDialectATT- See Also:
-
LLVMInlineAsmDialectIntel
public static final int LLVMInlineAsmDialectIntel- See Also:
-
LLVMModuleFlagBehaviorError
public static final int LLVMModuleFlagBehaviorError- See Also:
-
LLVMModuleFlagBehaviorWarning
public static final int LLVMModuleFlagBehaviorWarning- See Also:
-
LLVMModuleFlagBehaviorRequire
public static final int LLVMModuleFlagBehaviorRequire- See Also:
-
LLVMModuleFlagBehaviorOverride
public static final int LLVMModuleFlagBehaviorOverride- See Also:
-
LLVMModuleFlagBehaviorAppend
public static final int LLVMModuleFlagBehaviorAppend- See Also:
-
LLVMModuleFlagBehaviorAppendUnique
public static final int LLVMModuleFlagBehaviorAppendUnique- See Also:
-
LLVMAttributeReturnIndex
public static final int LLVMAttributeReturnIndex- See Also:
-
LLVMAttributeFunctionIndex
public static final int LLVMAttributeFunctionIndex- See Also:
-
LLVMTailCallKindNone
public static final int LLVMTailCallKindNone- See Also:
-
LLVMTailCallKindTail
public static final int LLVMTailCallKindTail- See Also:
-
LLVMTailCallKindMustTail
public static final int LLVMTailCallKindMustTail- See Also:
-
LLVMTailCallKindNoTail
public static final int LLVMTailCallKindNoTail- See Also:
-
LLVMFastMathAllowReassoc
public static final int LLVMFastMathAllowReassoc- See Also:
-
LLVMFastMathNoNaNs
public static final int LLVMFastMathNoNaNs- See Also:
-
LLVMFastMathNoInfs
public static final int LLVMFastMathNoInfs- See Also:
-
LLVMFastMathNoSignedZeros
public static final int LLVMFastMathNoSignedZeros- See Also:
-
LLVMFastMathAllowReciprocal
public static final int LLVMFastMathAllowReciprocal- See Also:
-
LLVMFastMathAllowContract
public static final int LLVMFastMathAllowContract- See Also:
-
LLVMFastMathApproxFunc
public static final int LLVMFastMathApproxFunc- See Also:
-
LLVMFastMathNone
public static final int LLVMFastMathNone- See Also:
-
LLVMFastMathAll
public static final int LLVMFastMathAll- See Also:
-
LLVMGEPFlagInBounds
public static final int LLVMGEPFlagInBounds- See Also:
-
LLVMGEPFlagNUSW
public static final int LLVMGEPFlagNUSW- See Also:
-
LLVMGEPFlagNUW
public static final int LLVMGEPFlagNUW- See Also:
-
-
Method Details
-
getLibrary
Returns the LLVMSharedLibrary. -
LLVMInitializeCore
void LLVMInitializeCore(LLVMPassRegistryRef R) -
LLVMShutdown
public static void LLVMShutdown()void LLVMShutdown(void) -
nLLVMGetVersion
public static void nLLVMGetVersion(long Major, long Minor, long Patch) void LLVMGetVersion(unsigned * Major, unsigned * Minor, unsigned * Patch) -
LLVMGetVersion
public static void LLVMGetVersion(@NativeType("unsigned *") @Nullable IntBuffer Major, @NativeType("unsigned *") @Nullable IntBuffer Minor, @NativeType("unsigned *") @Nullable IntBuffer Patch) void LLVMGetVersion(unsigned * Major, unsigned * Minor, unsigned * Patch) -
nLLVMCreateMessage
public static long nLLVMCreateMessage(long Message) char * LLVMCreateMessage(char const * Message) -
LLVMCreateMessage
@NativeType("char *") public static String LLVMCreateMessage(@NativeType("char const *") ByteBuffer Message) char * LLVMCreateMessage(char const * Message) -
LLVMCreateMessage
@NativeType("char *") public static String LLVMCreateMessage(@NativeType("char const *") CharSequence Message) char * LLVMCreateMessage(char const * Message) -
nLLVMDisposeMessage
public static void nLLVMDisposeMessage(long Message) void LLVMDisposeMessage(char * Message) -
LLVMDisposeMessage
void LLVMDisposeMessage(char * Message) -
LLVMContextCreate
LLVMContextRef LLVMContextCreate(void) -
LLVMGetGlobalContext
LLVMContextRef LLVMGetGlobalContext(void) -
nLLVMContextSetDiagnosticHandler
public static void nLLVMContextSetDiagnosticHandler(long C, long Handler, long DiagnosticContext) void LLVMContextSetDiagnosticHandler(LLVMContextRef C, void (*) (LLVMDiagnosticInfoRef, void *) Handler, void * DiagnosticContext) -
LLVMContextSetDiagnosticHandler
public static void LLVMContextSetDiagnosticHandler(@NativeType("LLVMContextRef") long C, @NativeType("void (*) (LLVMDiagnosticInfoRef, void *)") @Nullable LLVMDiagnosticHandlerI Handler, @NativeType("void *") long DiagnosticContext) void LLVMContextSetDiagnosticHandler(LLVMContextRef C, void (*) (LLVMDiagnosticInfoRef, void *) Handler, void * DiagnosticContext) -
nLLVMContextGetDiagnosticHandler
public static long nLLVMContextGetDiagnosticHandler(long C) void (*) (LLVMDiagnosticInfoRef, void *) LLVMContextGetDiagnosticHandler(LLVMContextRef C) -
LLVMContextGetDiagnosticHandler
@NativeType("void (*) (LLVMDiagnosticInfoRef, void *)") public static @Nullable LLVMDiagnosticHandler LLVMContextGetDiagnosticHandler(@NativeType("LLVMContextRef") long C) void (*) (LLVMDiagnosticInfoRef, void *) LLVMContextGetDiagnosticHandler(LLVMContextRef C) -
LLVMContextGetDiagnosticContext
@NativeType("void *") public static long LLVMContextGetDiagnosticContext(@NativeType("LLVMContextRef") long C) void * LLVMContextGetDiagnosticContext(LLVMContextRef C) -
nLLVMContextSetYieldCallback
public static void nLLVMContextSetYieldCallback(long C, long Callback, long OpaqueHandle) void LLVMContextSetYieldCallback(LLVMContextRef C, void (*) (LLVMContextRef, void *) Callback, void * OpaqueHandle) -
LLVMContextSetYieldCallback
public static void LLVMContextSetYieldCallback(@NativeType("LLVMContextRef") long C, @NativeType("void (*) (LLVMContextRef, void *)") @Nullable LLVMYieldCallbackI Callback, @NativeType("void *") long OpaqueHandle) void LLVMContextSetYieldCallback(LLVMContextRef C, void (*) (LLVMContextRef, void *) Callback, void * OpaqueHandle) -
LLVMContextShouldDiscardValueNames
@NativeType("LLVMBool") public static boolean LLVMContextShouldDiscardValueNames(@NativeType("LLVMContextRef") long C) LLVMBool LLVMContextShouldDiscardValueNames(LLVMContextRef C) -
LLVMContextSetDiscardValueNames
public static void LLVMContextSetDiscardValueNames(@NativeType("LLVMContextRef") long C, @NativeType("LLVMBool") boolean Discard) void LLVMContextSetDiscardValueNames(LLVMContextRef C, LLVMBool Discard) -
LLVMContextSetOpaquePointers
public static void LLVMContextSetOpaquePointers(@NativeType("LLVMContextRef") long C, @NativeType("LLVMBool") boolean OpaquePointers) void LLVMContextSetOpaquePointers(LLVMContextRef C, LLVMBool OpaquePointers) -
LLVMContextDispose
void LLVMContextDispose(LLVMContextRef C) -
nLLVMGetDiagInfoDescription
public static long nLLVMGetDiagInfoDescription(long DI) char * LLVMGetDiagInfoDescription(LLVMDiagnosticInfoRef DI) -
LLVMGetDiagInfoDescription
@NativeType("char *") public static String LLVMGetDiagInfoDescription(@NativeType("LLVMDiagnosticInfoRef") long DI) char * LLVMGetDiagInfoDescription(LLVMDiagnosticInfoRef DI) -
LLVMGetDiagInfoSeverity
@NativeType("LLVMDiagnosticSeverity") public static int LLVMGetDiagInfoSeverity(@NativeType("LLVMDiagnosticInfoRef") long DI) LLVMDiagnosticSeverity LLVMGetDiagInfoSeverity(LLVMDiagnosticInfoRef DI) -
nLLVMGetMDKindIDInContext
public static int nLLVMGetMDKindIDInContext(long C, long Name, int SLen) unsigned int LLVMGetMDKindIDInContext(LLVMContextRef C, char const * Name, unsigned int SLen) -
LLVMGetMDKindIDInContext
@NativeType("unsigned int") public static int LLVMGetMDKindIDInContext(@NativeType("LLVMContextRef") long C, @NativeType("char const *") ByteBuffer Name) unsigned int LLVMGetMDKindIDInContext(LLVMContextRef C, char const * Name, unsigned int SLen) -
LLVMGetMDKindIDInContext
@NativeType("unsigned int") public static int LLVMGetMDKindIDInContext(@NativeType("LLVMContextRef") long C, @NativeType("char const *") CharSequence Name) unsigned int LLVMGetMDKindIDInContext(LLVMContextRef C, char const * Name, unsigned int SLen) -
nLLVMGetSyncScopeID
public static int nLLVMGetSyncScopeID(long C, long Name, long SLen) unsigned LLVMGetSyncScopeID(LLVMContextRef C, char const * Name, size_t SLen) -
LLVMGetSyncScopeID
@NativeType("unsigned") public static int LLVMGetSyncScopeID(@NativeType("LLVMContextRef") long C, @NativeType("char const *") ByteBuffer Name) unsigned LLVMGetSyncScopeID(LLVMContextRef C, char const * Name, size_t SLen) -
LLVMGetSyncScopeID
@NativeType("unsigned") public static int LLVMGetSyncScopeID(@NativeType("LLVMContextRef") long C, @NativeType("char const *") CharSequence Name) unsigned LLVMGetSyncScopeID(LLVMContextRef C, char const * Name, size_t SLen) -
nLLVMGetMDKindID
public static int nLLVMGetMDKindID(long Name, int SLen) unsigned int LLVMGetMDKindID(char const * Name, unsigned int SLen) -
LLVMGetMDKindID
@NativeType("unsigned int") public static int LLVMGetMDKindID(@NativeType("char const *") ByteBuffer Name) unsigned int LLVMGetMDKindID(char const * Name, unsigned int SLen) -
LLVMGetMDKindID
@NativeType("unsigned int") public static int LLVMGetMDKindID(@NativeType("char const *") CharSequence Name) unsigned int LLVMGetMDKindID(char const * Name, unsigned int SLen) -
nLLVMGetEnumAttributeKindForName
public static int nLLVMGetEnumAttributeKindForName(long Name, long SLen) unsigned int LLVMGetEnumAttributeKindForName(char const * Name, size_t SLen) -
LLVMGetEnumAttributeKindForName
@NativeType("unsigned int") public static int LLVMGetEnumAttributeKindForName(@NativeType("char const *") ByteBuffer Name) unsigned int LLVMGetEnumAttributeKindForName(char const * Name, size_t SLen) -
LLVMGetEnumAttributeKindForName
@NativeType("unsigned int") public static int LLVMGetEnumAttributeKindForName(@NativeType("char const *") CharSequence Name) unsigned int LLVMGetEnumAttributeKindForName(char const * Name, size_t SLen) -
LLVMGetLastEnumAttributeKind
unsigned int LLVMGetLastEnumAttributeKind(void) -
LLVMCreateEnumAttribute
@NativeType("LLVMAttributeRef") public static long LLVMCreateEnumAttribute(@NativeType("LLVMContextRef") long C, @NativeType("unsigned int") int KindID, @NativeType("uint64_t") long Val) LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned int KindID, uint64_t Val) -
LLVMGetEnumAttributeKind
@NativeType("unsigned int") public static int LLVMGetEnumAttributeKind(@NativeType("LLVMAttributeRef") long A) unsigned int LLVMGetEnumAttributeKind(LLVMAttributeRef A) -
LLVMGetEnumAttributeValue
@NativeType("uint64_t") public static long LLVMGetEnumAttributeValue(@NativeType("LLVMAttributeRef") long A) uint64_t LLVMGetEnumAttributeValue(LLVMAttributeRef A) -
LLVMCreateTypeAttribute
@NativeType("LLVMAttributeRef") public static long LLVMCreateTypeAttribute(@NativeType("LLVMContextRef") long C, @NativeType("unsigned") int KindID, @NativeType("LLVMTypeRef") long type_ref) LLVMAttributeRef LLVMCreateTypeAttribute(LLVMContextRef C, unsigned KindID, LLVMTypeRef type_ref) -
LLVMGetTypeAttributeValue
@NativeType("LLVMTypeRef") public static long LLVMGetTypeAttributeValue(@NativeType("LLVMAttributeRef") long A) LLVMTypeRef LLVMGetTypeAttributeValue(LLVMAttributeRef A) -
nLLVMCreateConstantRangeAttribute
public static long nLLVMCreateConstantRangeAttribute(long C, int KindID, int NumBits, long LowerWords, long UpperWords) LLVMAttributeRef LLVMCreateConstantRangeAttribute(LLVMContextRef C, unsigned KindID, unsigned NumBits, uint64_t const * LowerWords, uint64_t const * UpperWords) -
LLVMCreateConstantRangeAttribute
@NativeType("LLVMAttributeRef") public static long LLVMCreateConstantRangeAttribute(@NativeType("LLVMContextRef") long C, @NativeType("unsigned") int KindID, @NativeType("unsigned") int NumBits, @NativeType("uint64_t const *") LongBuffer LowerWords, @NativeType("uint64_t const *") LongBuffer UpperWords) LLVMAttributeRef LLVMCreateConstantRangeAttribute(LLVMContextRef C, unsigned KindID, unsigned NumBits, uint64_t const * LowerWords, uint64_t const * UpperWords) -
nLLVMCreateStringAttribute
public static long nLLVMCreateStringAttribute(long C, long K, int KLength, long V, int VLength) LLVMAttributeRef LLVMCreateStringAttribute(LLVMContextRef C, char const * K, unsigned int KLength, char const * V, unsigned int VLength) -
LLVMCreateStringAttribute
@NativeType("LLVMAttributeRef") public static long LLVMCreateStringAttribute(@NativeType("LLVMContextRef") long C, @NativeType("char const *") ByteBuffer K, @NativeType("char const *") ByteBuffer V) LLVMAttributeRef LLVMCreateStringAttribute(LLVMContextRef C, char const * K, unsigned int KLength, char const * V, unsigned int VLength) -
LLVMCreateStringAttribute
@NativeType("LLVMAttributeRef") public static long LLVMCreateStringAttribute(@NativeType("LLVMContextRef") long C, @NativeType("char const *") CharSequence K, @NativeType("char const *") CharSequence V) LLVMAttributeRef LLVMCreateStringAttribute(LLVMContextRef C, char const * K, unsigned int KLength, char const * V, unsigned int VLength) -
nLLVMGetStringAttributeKind
public static long nLLVMGetStringAttributeKind(long A, long Length) char const * LLVMGetStringAttributeKind(LLVMAttributeRef A, unsigned int * Length) -
LLVMGetStringAttributeKind
@NativeType("char const *") public static String LLVMGetStringAttributeKind(@NativeType("LLVMAttributeRef") long A) char const * LLVMGetStringAttributeKind(LLVMAttributeRef A, unsigned int * Length) -
nLLVMGetStringAttributeValue
public static long nLLVMGetStringAttributeValue(long A, long Length) char const * LLVMGetStringAttributeValue(LLVMAttributeRef A, unsigned int * Length) -
LLVMGetStringAttributeValue
@NativeType("char const *") public static String LLVMGetStringAttributeValue(@NativeType("LLVMAttributeRef") long A) char const * LLVMGetStringAttributeValue(LLVMAttributeRef A, unsigned int * Length) -
LLVMIsEnumAttribute
@NativeType("LLVMBool") public static boolean LLVMIsEnumAttribute(@NativeType("LLVMAttributeRef") long A) LLVMBool LLVMIsEnumAttribute(LLVMAttributeRef A) -
LLVMIsStringAttribute
@NativeType("LLVMBool") public static boolean LLVMIsStringAttribute(@NativeType("LLVMAttributeRef") long A) LLVMBool LLVMIsStringAttribute(LLVMAttributeRef A) -
LLVMIsTypeAttribute
@NativeType("LLVMBool") public static boolean LLVMIsTypeAttribute(@NativeType("LLVMAttributeRef") long A) LLVMBool LLVMIsTypeAttribute(LLVMAttributeRef A) -
nLLVMGetTypeByName2
public static long nLLVMGetTypeByName2(long C, long Name) LLVMTypeRef LLVMGetTypeByName2(LLVMContextRef C, char const * Name) -
LLVMGetTypeByName2
@NativeType("LLVMTypeRef") public static long LLVMGetTypeByName2(@NativeType("LLVMContextRef") long C, @NativeType("char const *") ByteBuffer Name) LLVMTypeRef LLVMGetTypeByName2(LLVMContextRef C, char const * Name) -
LLVMGetTypeByName2
@NativeType("LLVMTypeRef") public static long LLVMGetTypeByName2(@NativeType("LLVMContextRef") long C, @NativeType("char const *") CharSequence Name) LLVMTypeRef LLVMGetTypeByName2(LLVMContextRef C, char const * Name) -
nLLVMModuleCreateWithName
public static long nLLVMModuleCreateWithName(long ModuleID) LLVMModuleRef LLVMModuleCreateWithName(char const * ModuleID) -
LLVMModuleCreateWithName
@NativeType("LLVMModuleRef") public static long LLVMModuleCreateWithName(@NativeType("char const *") ByteBuffer ModuleID) LLVMModuleRef LLVMModuleCreateWithName(char const * ModuleID) -
LLVMModuleCreateWithName
@NativeType("LLVMModuleRef") public static long LLVMModuleCreateWithName(@NativeType("char const *") CharSequence ModuleID) LLVMModuleRef LLVMModuleCreateWithName(char const * ModuleID) -
nLLVMModuleCreateWithNameInContext
public static long nLLVMModuleCreateWithNameInContext(long ModuleID, long C) LLVMModuleRef LLVMModuleCreateWithNameInContext(char const * ModuleID, LLVMContextRef C) -
LLVMModuleCreateWithNameInContext
@NativeType("LLVMModuleRef") public static long LLVMModuleCreateWithNameInContext(@NativeType("char const *") ByteBuffer ModuleID, @NativeType("LLVMContextRef") long C) LLVMModuleRef LLVMModuleCreateWithNameInContext(char const * ModuleID, LLVMContextRef C) -
LLVMModuleCreateWithNameInContext
@NativeType("LLVMModuleRef") public static long LLVMModuleCreateWithNameInContext(@NativeType("char const *") CharSequence ModuleID, @NativeType("LLVMContextRef") long C) LLVMModuleRef LLVMModuleCreateWithNameInContext(char const * ModuleID, LLVMContextRef C) -
LLVMCloneModule
@NativeType("LLVMModuleRef") public static long LLVMCloneModule(@NativeType("LLVMModuleRef") long M) LLVMModuleRef LLVMCloneModule(LLVMModuleRef M) -
LLVMDisposeModule
void LLVMDisposeModule(LLVMModuleRef M) -
nLLVMGetModuleIdentifier
public static long nLLVMGetModuleIdentifier(long M, long Len) char const * LLVMGetModuleIdentifier(LLVMModuleRef M, size_t * Len) -
LLVMGetModuleIdentifier
@NativeType("char const *") public static String LLVMGetModuleIdentifier(@NativeType("LLVMModuleRef") long M) char const * LLVMGetModuleIdentifier(LLVMModuleRef M, size_t * Len) -
nLLVMSetModuleIdentifier
public static void nLLVMSetModuleIdentifier(long M, long Ident, long Len) void LLVMSetModuleIdentifier(LLVMModuleRef M, char const * Ident, size_t Len) -
LLVMSetModuleIdentifier
public static void LLVMSetModuleIdentifier(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Ident) void LLVMSetModuleIdentifier(LLVMModuleRef M, char const * Ident, size_t Len) -
LLVMSetModuleIdentifier
public static void LLVMSetModuleIdentifier(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Ident) void LLVMSetModuleIdentifier(LLVMModuleRef M, char const * Ident, size_t Len) -
nLLVMGetSourceFileName
public static long nLLVMGetSourceFileName(long M, long Len) char const * LLVMGetSourceFileName(LLVMModuleRef M, size_t * Len) -
LLVMGetSourceFileName
@NativeType("char const *") public static String LLVMGetSourceFileName(@NativeType("LLVMModuleRef") long M) char const * LLVMGetSourceFileName(LLVMModuleRef M, size_t * Len) -
nLLVMSetSourceFileName
public static void nLLVMSetSourceFileName(long M, long Name, long Len) void LLVMSetSourceFileName(LLVMModuleRef M, char const * Name, size_t Len) -
LLVMSetSourceFileName
public static void LLVMSetSourceFileName(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Name) void LLVMSetSourceFileName(LLVMModuleRef M, char const * Name, size_t Len) -
LLVMSetSourceFileName
public static void LLVMSetSourceFileName(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Name) void LLVMSetSourceFileName(LLVMModuleRef M, char const * Name, size_t Len) -
nLLVMGetDataLayoutStr
public static long nLLVMGetDataLayoutStr(long M) char const * LLVMGetDataLayoutStr(LLVMModuleRef M) -
LLVMGetDataLayoutStr
@NativeType("char const *") public static String LLVMGetDataLayoutStr(@NativeType("LLVMModuleRef") long M) char const * LLVMGetDataLayoutStr(LLVMModuleRef M) -
nLLVMGetDataLayout
public static long nLLVMGetDataLayout(long M) char const * LLVMGetDataLayout(LLVMModuleRef M) -
LLVMGetDataLayout
@NativeType("char const *") public static String LLVMGetDataLayout(@NativeType("LLVMModuleRef") long M) char const * LLVMGetDataLayout(LLVMModuleRef M) -
nLLVMSetDataLayout
public static void nLLVMSetDataLayout(long M, long DataLayoutStr) void LLVMSetDataLayout(LLVMModuleRef M, char const * DataLayoutStr) -
LLVMSetDataLayout
public static void LLVMSetDataLayout(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer DataLayoutStr) void LLVMSetDataLayout(LLVMModuleRef M, char const * DataLayoutStr) -
LLVMSetDataLayout
public static void LLVMSetDataLayout(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence DataLayoutStr) void LLVMSetDataLayout(LLVMModuleRef M, char const * DataLayoutStr) -
nLLVMGetTarget
public static long nLLVMGetTarget(long M) char const * LLVMGetTarget(LLVMModuleRef M) -
LLVMGetTarget
char const * LLVMGetTarget(LLVMModuleRef M) -
nLLVMSetTarget
public static void nLLVMSetTarget(long M, long Triple) void LLVMSetTarget(LLVMModuleRef M, char const * Triple) -
LLVMSetTarget
public static void LLVMSetTarget(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Triple) void LLVMSetTarget(LLVMModuleRef M, char const * Triple) -
LLVMSetTarget
public static void LLVMSetTarget(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Triple) void LLVMSetTarget(LLVMModuleRef M, char const * Triple) -
nLLVMCopyModuleFlagsMetadata
public static long nLLVMCopyModuleFlagsMetadata(long M, long Len) LLVMModuleFlagEntry * LLVMCopyModuleFlagsMetadata(LLVMModuleRef M, size_t * Len) -
LLVMCopyModuleFlagsMetadata
@NativeType("LLVMModuleFlagEntry *") public static long LLVMCopyModuleFlagsMetadata(@NativeType("LLVMModuleRef") long M, @NativeType("size_t *") PointerBuffer Len) LLVMModuleFlagEntry * LLVMCopyModuleFlagsMetadata(LLVMModuleRef M, size_t * Len) -
LLVMDisposeModuleFlagsMetadata
public static void LLVMDisposeModuleFlagsMetadata(@NativeType("LLVMModuleFlagEntry *") long Entries) void LLVMDisposeModuleFlagsMetadata(LLVMModuleFlagEntry * Entries) -
LLVMModuleFlagEntriesGetFlagBehavior
@NativeType("LLVMModuleFlagBehavior") public static int LLVMModuleFlagEntriesGetFlagBehavior(@NativeType("LLVMModuleFlagEntry *") long Entries, @NativeType("unsigned int") int Index) LLVMModuleFlagBehavior LLVMModuleFlagEntriesGetFlagBehavior(LLVMModuleFlagEntry * Entries, unsigned int Index) -
nLLVMModuleFlagEntriesGetKey
public static long nLLVMModuleFlagEntriesGetKey(long Entries, int Index, long Len) char const * LLVMModuleFlagEntriesGetKey(LLVMModuleFlagEntry * Entries, unsigned int Index, size_t * Len) -
LLVMModuleFlagEntriesGetKey
@NativeType("char const *") public static String LLVMModuleFlagEntriesGetKey(@NativeType("LLVMModuleFlagEntry *") long Entries, @NativeType("unsigned int") int Index) char const * LLVMModuleFlagEntriesGetKey(LLVMModuleFlagEntry * Entries, unsigned int Index, size_t * Len) -
LLVMModuleFlagEntriesGetMetadata
@NativeType("LLVMMetadataRef") public static long LLVMModuleFlagEntriesGetMetadata(@NativeType("LLVMModuleFlagEntry *") long Entries, @NativeType("unsigned int") int Index) LLVMMetadataRef LLVMModuleFlagEntriesGetMetadata(LLVMModuleFlagEntry * Entries, unsigned int Index) -
nLLVMGetModuleFlag
public static long nLLVMGetModuleFlag(long M, long Key, long KeyLen) LLVMMetadataRef LLVMGetModuleFlag(LLVMModuleRef M, char const * Key, size_t KeyLen) -
LLVMGetModuleFlag
@NativeType("LLVMMetadataRef") public static long LLVMGetModuleFlag(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Key) LLVMMetadataRef LLVMGetModuleFlag(LLVMModuleRef M, char const * Key, size_t KeyLen) -
LLVMGetModuleFlag
@NativeType("LLVMMetadataRef") public static long LLVMGetModuleFlag(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Key) LLVMMetadataRef LLVMGetModuleFlag(LLVMModuleRef M, char const * Key, size_t KeyLen) -
nLLVMAddModuleFlag
public static void nLLVMAddModuleFlag(long M, int Behavior, long Key, long KeyLen, long Val) void LLVMAddModuleFlag(LLVMModuleRef M, LLVMModuleFlagBehavior Behavior, char const * Key, size_t KeyLen, LLVMMetadataRef Val) -
LLVMAddModuleFlag
public static void LLVMAddModuleFlag(@NativeType("LLVMModuleRef") long M, @NativeType("LLVMModuleFlagBehavior") int Behavior, @NativeType("char const *") ByteBuffer Key, @NativeType("LLVMMetadataRef") long Val) void LLVMAddModuleFlag(LLVMModuleRef M, LLVMModuleFlagBehavior Behavior, char const * Key, size_t KeyLen, LLVMMetadataRef Val) -
LLVMAddModuleFlag
public static void LLVMAddModuleFlag(@NativeType("LLVMModuleRef") long M, @NativeType("LLVMModuleFlagBehavior") int Behavior, @NativeType("char const *") CharSequence Key, @NativeType("LLVMMetadataRef") long Val) void LLVMAddModuleFlag(LLVMModuleRef M, LLVMModuleFlagBehavior Behavior, char const * Key, size_t KeyLen, LLVMMetadataRef Val) -
LLVMDumpModule
void LLVMDumpModule(LLVMModuleRef M) -
nLLVMPrintModuleToFile
public static int nLLVMPrintModuleToFile(long M, long Filename, long ErrorMessage) LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, char const * Filename, char ** ErrorMessage) -
LLVMPrintModuleToFile
@NativeType("LLVMBool") public static boolean LLVMPrintModuleToFile(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Filename, @NativeType("char **") PointerBuffer ErrorMessage) LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, char const * Filename, char ** ErrorMessage) -
LLVMPrintModuleToFile
@NativeType("LLVMBool") public static boolean LLVMPrintModuleToFile(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Filename, @NativeType("char **") PointerBuffer ErrorMessage) LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, char const * Filename, char ** ErrorMessage) -
nLLVMPrintModuleToString
public static long nLLVMPrintModuleToString(long M) char * LLVMPrintModuleToString(LLVMModuleRef M) -
LLVMPrintModuleToString
@NativeType("char *") public static String LLVMPrintModuleToString(@NativeType("LLVMModuleRef") long M) char * LLVMPrintModuleToString(LLVMModuleRef M) -
nLLVMGetModuleInlineAsm
public static long nLLVMGetModuleInlineAsm(long M, long Len) char const * LLVMGetModuleInlineAsm(LLVMModuleRef M, size_t * Len) -
LLVMGetModuleInlineAsm
@NativeType("char const *") public static String LLVMGetModuleInlineAsm(@NativeType("LLVMModuleRef") long M) char const * LLVMGetModuleInlineAsm(LLVMModuleRef M, size_t * Len) -
nLLVMSetModuleInlineAsm2
public static void nLLVMSetModuleInlineAsm2(long M, long Asm, long Len) void LLVMSetModuleInlineAsm2(LLVMModuleRef M, char const * Asm, size_t Len) -
LLVMSetModuleInlineAsm2
public static void LLVMSetModuleInlineAsm2(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Asm) void LLVMSetModuleInlineAsm2(LLVMModuleRef M, char const * Asm, size_t Len) -
LLVMSetModuleInlineAsm2
public static void LLVMSetModuleInlineAsm2(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Asm) void LLVMSetModuleInlineAsm2(LLVMModuleRef M, char const * Asm, size_t Len) -
nLLVMAppendModuleInlineAsm
public static void nLLVMAppendModuleInlineAsm(long M, long Asm, long Len) void LLVMAppendModuleInlineAsm(LLVMModuleRef M, char const * Asm, size_t Len) -
LLVMAppendModuleInlineAsm
public static void LLVMAppendModuleInlineAsm(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Asm) void LLVMAppendModuleInlineAsm(LLVMModuleRef M, char const * Asm, size_t Len) -
LLVMAppendModuleInlineAsm
public static void LLVMAppendModuleInlineAsm(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Asm) void LLVMAppendModuleInlineAsm(LLVMModuleRef M, char const * Asm, size_t Len) -
nLLVMGetInlineAsm
public static long nLLVMGetInlineAsm(long Ty, long AsmString, long AsmStringSize, long Constraints, long ConstraintsSize, int HasSideEffects, int IsAlignStack, int Dialect, int CanThrow) LLVMValueRef LLVMGetInlineAsm(LLVMTypeRef Ty, char const * AsmString, size_t AsmStringSize, char const * Constraints, size_t ConstraintsSize, LLVMBool HasSideEffects, LLVMBool IsAlignStack, LLVMInlineAsmDialect Dialect, LLVMBool CanThrow) -
LLVMGetInlineAsm
@NativeType("LLVMValueRef") public static long LLVMGetInlineAsm(@NativeType("LLVMTypeRef") long Ty, @NativeType("char const *") ByteBuffer AsmString, @NativeType("char const *") ByteBuffer Constraints, @NativeType("LLVMBool") boolean HasSideEffects, @NativeType("LLVMBool") boolean IsAlignStack, @NativeType("LLVMInlineAsmDialect") int Dialect, @NativeType("LLVMBool") boolean CanThrow) LLVMValueRef LLVMGetInlineAsm(LLVMTypeRef Ty, char const * AsmString, size_t AsmStringSize, char const * Constraints, size_t ConstraintsSize, LLVMBool HasSideEffects, LLVMBool IsAlignStack, LLVMInlineAsmDialect Dialect, LLVMBool CanThrow) -
LLVMGetInlineAsm
@NativeType("LLVMValueRef") public static long LLVMGetInlineAsm(@NativeType("LLVMTypeRef") long Ty, @NativeType("char const *") CharSequence AsmString, @NativeType("char const *") CharSequence Constraints, @NativeType("LLVMBool") boolean HasSideEffects, @NativeType("LLVMBool") boolean IsAlignStack, @NativeType("LLVMInlineAsmDialect") int Dialect, @NativeType("LLVMBool") boolean CanThrow) LLVMValueRef LLVMGetInlineAsm(LLVMTypeRef Ty, char const * AsmString, size_t AsmStringSize, char const * Constraints, size_t ConstraintsSize, LLVMBool HasSideEffects, LLVMBool IsAlignStack, LLVMInlineAsmDialect Dialect, LLVMBool CanThrow) -
nLLVMGetInlineAsmAsmString
public static long nLLVMGetInlineAsmAsmString(long InlineAsmVal, long Len) char const * LLVMGetInlineAsmAsmString(LLVMValueRef InlineAsmVal, size_t * Len) -
LLVMGetInlineAsmAsmString
@NativeType("char const *") public static @Nullable String LLVMGetInlineAsmAsmString(@NativeType("LLVMValueRef") long InlineAsmVal) char const * LLVMGetInlineAsmAsmString(LLVMValueRef InlineAsmVal, size_t * Len) -
nLLVMGetInlineAsmConstraintString
public static long nLLVMGetInlineAsmConstraintString(long InlineAsmVal, long Len) char const * LLVMGetInlineAsmConstraintString(LLVMValueRef InlineAsmVal, size_t * Len) -
LLVMGetInlineAsmConstraintString
@NativeType("char const *") public static @Nullable String LLVMGetInlineAsmConstraintString(@NativeType("LLVMValueRef") long InlineAsmVal) char const * LLVMGetInlineAsmConstraintString(LLVMValueRef InlineAsmVal, size_t * Len) -
LLVMGetInlineAsmDialect
@NativeType("LLVMInlineAsmDialect") public static int LLVMGetInlineAsmDialect(@NativeType("LLVMValueRef") long InlineAsmVal) LLVMInlineAsmDialect LLVMGetInlineAsmDialect(LLVMValueRef InlineAsmVal) -
LLVMGetInlineAsmFunctionType
@NativeType("LLVMTypeRef") public static long LLVMGetInlineAsmFunctionType(@NativeType("LLVMValueRef") long InlineAsmVal) LLVMTypeRef LLVMGetInlineAsmFunctionType(LLVMValueRef InlineAsmVal) -
LLVMGetInlineAsmHasSideEffects
@NativeType("LLVMBool") public static boolean LLVMGetInlineAsmHasSideEffects(@NativeType("LLVMValueRef") long InlineAsmVal) LLVMBool LLVMGetInlineAsmHasSideEffects(LLVMValueRef InlineAsmVal) -
LLVMGetInlineAsmNeedsAlignedStack
@NativeType("LLVMBool") public static boolean LLVMGetInlineAsmNeedsAlignedStack(@NativeType("LLVMValueRef") long InlineAsmVal) LLVMBool LLVMGetInlineAsmNeedsAlignedStack(LLVMValueRef InlineAsmVal) -
LLVMGetInlineAsmCanUnwind
@NativeType("LLVMBool") public static boolean LLVMGetInlineAsmCanUnwind(@NativeType("LLVMValueRef") long InlineAsmVal) LLVMBool LLVMGetInlineAsmCanUnwind(LLVMValueRef InlineAsmVal) -
LLVMGetModuleContext
@NativeType("LLVMContextRef") public static long LLVMGetModuleContext(@NativeType("LLVMModuleRef") long M) LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M) -
nLLVMGetTypeByName
public static long nLLVMGetTypeByName(long M, long Name) LLVMTypeRef LLVMGetTypeByName(LLVMModuleRef M, char const * Name) -
LLVMGetTypeByName
@NativeType("LLVMTypeRef") public static long LLVMGetTypeByName(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Name) LLVMTypeRef LLVMGetTypeByName(LLVMModuleRef M, char const * Name) -
LLVMGetTypeByName
@NativeType("LLVMTypeRef") public static long LLVMGetTypeByName(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Name) LLVMTypeRef LLVMGetTypeByName(LLVMModuleRef M, char const * Name) -
LLVMGetFirstNamedMetadata
@NativeType("LLVMNamedMDNodeRef") public static long LLVMGetFirstNamedMetadata(@NativeType("LLVMModuleRef") long M) LLVMNamedMDNodeRef LLVMGetFirstNamedMetadata(LLVMModuleRef M) -
LLVMGetLastNamedMetadata
@NativeType("LLVMNamedMDNodeRef") public static long LLVMGetLastNamedMetadata(@NativeType("LLVMModuleRef") long M) LLVMNamedMDNodeRef LLVMGetLastNamedMetadata(LLVMModuleRef M) -
LLVMGetNextNamedMetadata
@NativeType("LLVMNamedMDNodeRef") public static long LLVMGetNextNamedMetadata(@NativeType("LLVMNamedMDNodeRef") long NamedMDNode) LLVMNamedMDNodeRef LLVMGetNextNamedMetadata(LLVMNamedMDNodeRef NamedMDNode) -
LLVMGetPreviousNamedMetadata
@NativeType("LLVMNamedMDNodeRef") public static long LLVMGetPreviousNamedMetadata(@NativeType("LLVMNamedMDNodeRef") long NamedMDNode) LLVMNamedMDNodeRef LLVMGetPreviousNamedMetadata(LLVMNamedMDNodeRef NamedMDNode) -
nLLVMGetNamedMetadata
public static long nLLVMGetNamedMetadata(long M, long Name, long NameLen) LLVMNamedMDNodeRef LLVMGetNamedMetadata(LLVMModuleRef M, char const * Name, size_t NameLen) -
LLVMGetNamedMetadata
@NativeType("LLVMNamedMDNodeRef") public static long LLVMGetNamedMetadata(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Name) LLVMNamedMDNodeRef LLVMGetNamedMetadata(LLVMModuleRef M, char const * Name, size_t NameLen) -
LLVMGetNamedMetadata
@NativeType("LLVMNamedMDNodeRef") public static long LLVMGetNamedMetadata(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Name) LLVMNamedMDNodeRef LLVMGetNamedMetadata(LLVMModuleRef M, char const * Name, size_t NameLen) -
nLLVMGetOrInsertNamedMetadata
public static long nLLVMGetOrInsertNamedMetadata(long M, long Name, long NameLen) LLVMNamedMDNodeRef LLVMGetOrInsertNamedMetadata(LLVMModuleRef M, char const * Name, size_t NameLen) -
LLVMGetOrInsertNamedMetadata
@NativeType("LLVMNamedMDNodeRef") public static long LLVMGetOrInsertNamedMetadata(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Name) LLVMNamedMDNodeRef LLVMGetOrInsertNamedMetadata(LLVMModuleRef M, char const * Name, size_t NameLen) -
LLVMGetOrInsertNamedMetadata
@NativeType("LLVMNamedMDNodeRef") public static long LLVMGetOrInsertNamedMetadata(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Name) LLVMNamedMDNodeRef LLVMGetOrInsertNamedMetadata(LLVMModuleRef M, char const * Name, size_t NameLen) -
nLLVMGetNamedMetadataName
public static long nLLVMGetNamedMetadataName(long NamedMD, long NameLen) char const * LLVMGetNamedMetadataName(LLVMNamedMDNodeRef NamedMD, size_t * NameLen) -
LLVMGetNamedMetadataName
@NativeType("char const *") public static String LLVMGetNamedMetadataName(@NativeType("LLVMNamedMDNodeRef") long NamedMD) char const * LLVMGetNamedMetadataName(LLVMNamedMDNodeRef NamedMD, size_t * NameLen) -
nLLVMGetNamedMetadataNumOperands
public static int nLLVMGetNamedMetadataNumOperands(long M, long Name) unsigned int LLVMGetNamedMetadataNumOperands(LLVMModuleRef M, char const * Name) -
LLVMGetNamedMetadataNumOperands
@NativeType("unsigned int") public static int LLVMGetNamedMetadataNumOperands(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Name) unsigned int LLVMGetNamedMetadataNumOperands(LLVMModuleRef M, char const * Name) -
LLVMGetNamedMetadataNumOperands
@NativeType("unsigned int") public static int LLVMGetNamedMetadataNumOperands(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Name) unsigned int LLVMGetNamedMetadataNumOperands(LLVMModuleRef M, char const * Name) -
nLLVMGetNamedMetadataOperands
public static void nLLVMGetNamedMetadataOperands(long M, long Name, long Dest) void LLVMGetNamedMetadataOperands(LLVMModuleRef M, char const * Name, LLVMValueRef * Dest) -
LLVMGetNamedMetadataOperands
public static void LLVMGetNamedMetadataOperands(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Name, @NativeType("LLVMValueRef *") PointerBuffer Dest) void LLVMGetNamedMetadataOperands(LLVMModuleRef M, char const * Name, LLVMValueRef * Dest) -
LLVMGetNamedMetadataOperands
public static void LLVMGetNamedMetadataOperands(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Name, @NativeType("LLVMValueRef *") PointerBuffer Dest) void LLVMGetNamedMetadataOperands(LLVMModuleRef M, char const * Name, LLVMValueRef * Dest) -
nLLVMAddNamedMetadataOperand
public static void nLLVMAddNamedMetadataOperand(long M, long Name, long Val) void LLVMAddNamedMetadataOperand(LLVMModuleRef M, char const * Name, LLVMValueRef Val) -
LLVMAddNamedMetadataOperand
public static void LLVMAddNamedMetadataOperand(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Name, @NativeType("LLVMValueRef") long Val) void LLVMAddNamedMetadataOperand(LLVMModuleRef M, char const * Name, LLVMValueRef Val) -
LLVMAddNamedMetadataOperand
public static void LLVMAddNamedMetadataOperand(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Name, @NativeType("LLVMValueRef") long Val) void LLVMAddNamedMetadataOperand(LLVMModuleRef M, char const * Name, LLVMValueRef Val) -
nLLVMGetDebugLocDirectory
public static long nLLVMGetDebugLocDirectory(long Val, long Length) char const * LLVMGetDebugLocDirectory(LLVMValueRef Val, unsigned int * Length) -
LLVMGetDebugLocDirectory
@NativeType("char const *") public static @Nullable String LLVMGetDebugLocDirectory(@NativeType("LLVMValueRef") long Val) char const * LLVMGetDebugLocDirectory(LLVMValueRef Val, unsigned int * Length) -
nLLVMGetDebugLocFilename
public static long nLLVMGetDebugLocFilename(long Val, long Length) char const * LLVMGetDebugLocFilename(LLVMValueRef Val, unsigned int * Length) -
LLVMGetDebugLocFilename
@NativeType("char const *") public static @Nullable String LLVMGetDebugLocFilename(@NativeType("LLVMValueRef") long Val) char const * LLVMGetDebugLocFilename(LLVMValueRef Val, unsigned int * Length) -
LLVMGetDebugLocLine
@NativeType("unsigned int") public static int LLVMGetDebugLocLine(@NativeType("LLVMValueRef") long Val) unsigned int LLVMGetDebugLocLine(LLVMValueRef Val) -
LLVMGetDebugLocColumn
@NativeType("unsigned int") public static int LLVMGetDebugLocColumn(@NativeType("LLVMValueRef") long Val) unsigned int LLVMGetDebugLocColumn(LLVMValueRef Val) -
nLLVMAddFunction
public static long nLLVMAddFunction(long M, long Name, long FunctionTy) LLVMValueRef LLVMAddFunction(LLVMModuleRef M, char const * Name, LLVMTypeRef FunctionTy) -
LLVMAddFunction
@NativeType("LLVMValueRef") public static long LLVMAddFunction(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Name, @NativeType("LLVMTypeRef") long FunctionTy) LLVMValueRef LLVMAddFunction(LLVMModuleRef M, char const * Name, LLVMTypeRef FunctionTy) -
LLVMAddFunction
@NativeType("LLVMValueRef") public static long LLVMAddFunction(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Name, @NativeType("LLVMTypeRef") long FunctionTy) LLVMValueRef LLVMAddFunction(LLVMModuleRef M, char const * Name, LLVMTypeRef FunctionTy) -
nLLVMGetNamedFunction
public static long nLLVMGetNamedFunction(long M, long Name) LLVMValueRef LLVMGetNamedFunction(LLVMModuleRef M, char const * Name) -
LLVMGetNamedFunction
@NativeType("LLVMValueRef") public static long LLVMGetNamedFunction(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMGetNamedFunction(LLVMModuleRef M, char const * Name) -
LLVMGetNamedFunction
@NativeType("LLVMValueRef") public static long LLVMGetNamedFunction(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMGetNamedFunction(LLVMModuleRef M, char const * Name) -
nLLVMGetNamedFunctionWithLength
public static long nLLVMGetNamedFunctionWithLength(long M, long Name, long Length) LLVMValueRef LLVMGetNamedFunctionWithLength(LLVMModuleRef M, char const * Name, size_t Length) -
LLVMGetNamedFunctionWithLength
@NativeType("LLVMValueRef") public static long LLVMGetNamedFunctionWithLength(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMGetNamedFunctionWithLength(LLVMModuleRef M, char const * Name, size_t Length) -
LLVMGetNamedFunctionWithLength
@NativeType("LLVMValueRef") public static long LLVMGetNamedFunctionWithLength(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMGetNamedFunctionWithLength(LLVMModuleRef M, char const * Name, size_t Length) -
LLVMGetFirstFunction
@NativeType("LLVMValueRef") public static long LLVMGetFirstFunction(@NativeType("LLVMModuleRef") long M) LLVMValueRef LLVMGetFirstFunction(LLVMModuleRef M) -
LLVMGetLastFunction
@NativeType("LLVMValueRef") public static long LLVMGetLastFunction(@NativeType("LLVMModuleRef") long M) LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M) -
LLVMGetNextFunction
@NativeType("LLVMValueRef") public static long LLVMGetNextFunction(@NativeType("LLVMValueRef") long Fn) LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn) -
LLVMGetPreviousFunction
@NativeType("LLVMValueRef") public static long LLVMGetPreviousFunction(@NativeType("LLVMValueRef") long Fn) LLVMValueRef LLVMGetPreviousFunction(LLVMValueRef Fn) -
nLLVMSetModuleInlineAsm
public static void nLLVMSetModuleInlineAsm(long M, long Asm) void LLVMSetModuleInlineAsm(LLVMModuleRef M, char const * Asm) -
LLVMSetModuleInlineAsm
public static void LLVMSetModuleInlineAsm(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Asm) void LLVMSetModuleInlineAsm(LLVMModuleRef M, char const * Asm) -
LLVMSetModuleInlineAsm
public static void LLVMSetModuleInlineAsm(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Asm) void LLVMSetModuleInlineAsm(LLVMModuleRef M, char const * Asm) -
LLVMGetTypeKind
LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty) -
LLVMTypeIsSized
LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty) -
LLVMGetTypeContext
@NativeType("LLVMContextRef") public static long LLVMGetTypeContext(@NativeType("LLVMTypeRef") long Ty) LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty) -
LLVMDumpType
void LLVMDumpType(LLVMTypeRef Val) -
nLLVMPrintTypeToString
public static long nLLVMPrintTypeToString(long Val) char * LLVMPrintTypeToString(LLVMTypeRef Val) -
LLVMPrintTypeToString
@NativeType("char *") public static String LLVMPrintTypeToString(@NativeType("LLVMTypeRef") long Val) char * LLVMPrintTypeToString(LLVMTypeRef Val) -
LLVMInt1TypeInContext
@NativeType("LLVMTypeRef") public static long LLVMInt1TypeInContext(@NativeType("LLVMContextRef") long C) LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) -
LLVMInt8TypeInContext
@NativeType("LLVMTypeRef") public static long LLVMInt8TypeInContext(@NativeType("LLVMContextRef") long C) LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C) -
LLVMInt16TypeInContext
@NativeType("LLVMTypeRef") public static long LLVMInt16TypeInContext(@NativeType("LLVMContextRef") long C) LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C) -
LLVMInt32TypeInContext
@NativeType("LLVMTypeRef") public static long LLVMInt32TypeInContext(@NativeType("LLVMContextRef") long C) LLVMTypeRef LLVMInt32TypeInContext(LLVMContextRef C) -
LLVMInt64TypeInContext
@NativeType("LLVMTypeRef") public static long LLVMInt64TypeInContext(@NativeType("LLVMContextRef") long C) LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C) -
LLVMInt128TypeInContext
@NativeType("LLVMTypeRef") public static long LLVMInt128TypeInContext(@NativeType("LLVMContextRef") long C) LLVMTypeRef LLVMInt128TypeInContext(LLVMContextRef C) -
LLVMIntTypeInContext
@NativeType("LLVMTypeRef") public static long LLVMIntTypeInContext(@NativeType("LLVMContextRef") long C, @NativeType("unsigned int") int NumBits) LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned int NumBits) -
LLVMInt1Type
LLVMTypeRef LLVMInt1Type(void) -
LLVMInt8Type
LLVMTypeRef LLVMInt8Type(void) -
LLVMInt16Type
LLVMTypeRef LLVMInt16Type(void) -
LLVMInt32Type
LLVMTypeRef LLVMInt32Type(void) -
LLVMInt64Type
LLVMTypeRef LLVMInt64Type(void) -
LLVMInt128Type
LLVMTypeRef LLVMInt128Type(void) -
LLVMIntType
LLVMTypeRef LLVMIntType(unsigned int NumBits) -
LLVMGetIntTypeWidth
@NativeType("unsigned int") public static int LLVMGetIntTypeWidth(@NativeType("LLVMTypeRef") long IntegerTy) unsigned int LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy) -
LLVMHalfTypeInContext
@NativeType("LLVMTypeRef") public static long LLVMHalfTypeInContext(@NativeType("LLVMContextRef") long C) LLVMTypeRef LLVMHalfTypeInContext(LLVMContextRef C) -
LLVMBFloatTypeInContext
@NativeType("LLVMTypeRef") public static long LLVMBFloatTypeInContext(@NativeType("LLVMContextRef") long C) LLVMTypeRef LLVMBFloatTypeInContext(LLVMContextRef C) -
LLVMFloatTypeInContext
@NativeType("LLVMTypeRef") public static long LLVMFloatTypeInContext(@NativeType("LLVMContextRef") long C) LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C) -
LLVMDoubleTypeInContext
@NativeType("LLVMTypeRef") public static long LLVMDoubleTypeInContext(@NativeType("LLVMContextRef") long C) LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C) -
LLVMX86FP80TypeInContext
@NativeType("LLVMTypeRef") public static long LLVMX86FP80TypeInContext(@NativeType("LLVMContextRef") long C) LLVMTypeRef LLVMX86FP80TypeInContext(LLVMContextRef C) -
LLVMFP128TypeInContext
@NativeType("LLVMTypeRef") public static long LLVMFP128TypeInContext(@NativeType("LLVMContextRef") long C) LLVMTypeRef LLVMFP128TypeInContext(LLVMContextRef C) -
LLVMPPCFP128TypeInContext
@NativeType("LLVMTypeRef") public static long LLVMPPCFP128TypeInContext(@NativeType("LLVMContextRef") long C) LLVMTypeRef LLVMPPCFP128TypeInContext(LLVMContextRef C) -
LLVMHalfType
LLVMTypeRef LLVMHalfType(void) -
LLVMBFloatType
LLVMTypeRef LLVMBFloatType(void) -
LLVMFloatType
LLVMTypeRef LLVMFloatType(void) -
LLVMDoubleType
LLVMTypeRef LLVMDoubleType(void) -
LLVMX86FP80Type
LLVMTypeRef LLVMX86FP80Type(void) -
LLVMFP128Type
LLVMTypeRef LLVMFP128Type(void) -
LLVMPPCFP128Type
LLVMTypeRef LLVMPPCFP128Type(void) -
nLLVMFunctionType
public static long nLLVMFunctionType(long ReturnType, long ParamTypes, int ParamCount, int IsVarArg) LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType, LLVMTypeRef * ParamTypes, unsigned int ParamCount, LLVMBool IsVarArg) -
LLVMFunctionType
@NativeType("LLVMTypeRef") public static long LLVMFunctionType(@NativeType("LLVMTypeRef") long ReturnType, @NativeType("LLVMTypeRef *") PointerBuffer ParamTypes, @NativeType("LLVMBool") boolean IsVarArg) LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType, LLVMTypeRef * ParamTypes, unsigned int ParamCount, LLVMBool IsVarArg) -
LLVMIsFunctionVarArg
@NativeType("LLVMBool") public static boolean LLVMIsFunctionVarArg(@NativeType("LLVMTypeRef") long FunctionTy) LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) -
LLVMGetReturnType
@NativeType("LLVMTypeRef") public static long LLVMGetReturnType(@NativeType("LLVMTypeRef") long FunctionTy) LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) -
LLVMCountParamTypes
@NativeType("unsigned int") public static int LLVMCountParamTypes(@NativeType("LLVMTypeRef") long FunctionTy) unsigned int LLVMCountParamTypes(LLVMTypeRef FunctionTy) -
nLLVMGetParamTypes
public static void nLLVMGetParamTypes(long FunctionTy, long Dest) void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef * Dest) -
LLVMGetParamTypes
public static void LLVMGetParamTypes(@NativeType("LLVMTypeRef") long FunctionTy, @NativeType("LLVMTypeRef *") PointerBuffer Dest) void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef * Dest) -
nLLVMStructTypeInContext
public static long nLLVMStructTypeInContext(long C, long ElementTypes, int ElementCount, int Packed) LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef * ElementTypes, unsigned int ElementCount, LLVMBool Packed) -
LLVMStructTypeInContext
@NativeType("LLVMTypeRef") public static long LLVMStructTypeInContext(@NativeType("LLVMContextRef") long C, @NativeType("LLVMTypeRef *") PointerBuffer ElementTypes, @NativeType("LLVMBool") boolean Packed) LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef * ElementTypes, unsigned int ElementCount, LLVMBool Packed) -
nLLVMStructType
public static long nLLVMStructType(long ElementTypes, int ElementCount, int Packed) LLVMTypeRef LLVMStructType(LLVMTypeRef * ElementTypes, unsigned int ElementCount, LLVMBool Packed) -
LLVMStructType
@NativeType("LLVMTypeRef") public static long LLVMStructType(@NativeType("LLVMTypeRef *") PointerBuffer ElementTypes, @NativeType("LLVMBool") boolean Packed) LLVMTypeRef LLVMStructType(LLVMTypeRef * ElementTypes, unsigned int ElementCount, LLVMBool Packed) -
nLLVMStructCreateNamed
public static long nLLVMStructCreateNamed(long C, long Name) LLVMTypeRef LLVMStructCreateNamed(LLVMContextRef C, char const * Name) -
LLVMStructCreateNamed
@NativeType("LLVMTypeRef") public static long LLVMStructCreateNamed(@NativeType("LLVMContextRef") long C, @NativeType("char const *") ByteBuffer Name) LLVMTypeRef LLVMStructCreateNamed(LLVMContextRef C, char const * Name) -
LLVMStructCreateNamed
@NativeType("LLVMTypeRef") public static long LLVMStructCreateNamed(@NativeType("LLVMContextRef") long C, @NativeType("char const *") CharSequence Name) LLVMTypeRef LLVMStructCreateNamed(LLVMContextRef C, char const * Name) -
nLLVMGetStructName
public static long nLLVMGetStructName(long Ty) char const * LLVMGetStructName(LLVMTypeRef Ty) -
LLVMGetStructName
@NativeType("char const *") public static @Nullable String LLVMGetStructName(@NativeType("LLVMTypeRef") long Ty) char const * LLVMGetStructName(LLVMTypeRef Ty) -
nLLVMStructSetBody
public static void nLLVMStructSetBody(long StructTy, long ElementTypes, int ElementCount, int Packed) void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef * ElementTypes, unsigned int ElementCount, LLVMBool Packed) -
LLVMStructSetBody
public static void LLVMStructSetBody(@NativeType("LLVMTypeRef") long StructTy, @NativeType("LLVMTypeRef *") PointerBuffer ElementTypes, @NativeType("LLVMBool") boolean Packed) void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef * ElementTypes, unsigned int ElementCount, LLVMBool Packed) -
LLVMCountStructElementTypes
@NativeType("unsigned int") public static int LLVMCountStructElementTypes(@NativeType("LLVMTypeRef") long StructTy) unsigned int LLVMCountStructElementTypes(LLVMTypeRef StructTy) -
nLLVMGetStructElementTypes
public static void nLLVMGetStructElementTypes(long StructTy, long Dest) void LLVMGetStructElementTypes(LLVMTypeRef StructTy, LLVMTypeRef * Dest) -
LLVMGetStructElementTypes
public static void LLVMGetStructElementTypes(@NativeType("LLVMTypeRef") long StructTy, @NativeType("LLVMTypeRef *") PointerBuffer Dest) void LLVMGetStructElementTypes(LLVMTypeRef StructTy, LLVMTypeRef * Dest) -
LLVMStructGetTypeAtIndex
@NativeType("LLVMTypeRef") public static long LLVMStructGetTypeAtIndex(@NativeType("LLVMTypeRef") long StructTy, @NativeType("unsigned int") int i) LLVMTypeRef LLVMStructGetTypeAtIndex(LLVMTypeRef StructTy, unsigned int i) -
LLVMIsPackedStruct
@NativeType("LLVMBool") public static boolean LLVMIsPackedStruct(@NativeType("LLVMTypeRef") long StructTy) LLVMBool LLVMIsPackedStruct(LLVMTypeRef StructTy) -
LLVMIsOpaqueStruct
@NativeType("LLVMBool") public static boolean LLVMIsOpaqueStruct(@NativeType("LLVMTypeRef") long StructTy) LLVMBool LLVMIsOpaqueStruct(LLVMTypeRef StructTy) -
LLVMIsLiteralStruct
@NativeType("LLVMBool") public static boolean LLVMIsLiteralStruct(@NativeType("LLVMTypeRef") long StructTy) LLVMBool LLVMIsLiteralStruct(LLVMTypeRef StructTy) -
LLVMGetElementType
@NativeType("LLVMTypeRef") public static long LLVMGetElementType(@NativeType("LLVMTypeRef") long Ty) LLVMTypeRef LLVMGetElementType(LLVMTypeRef Ty) -
nLLVMGetSubtypes
public static void nLLVMGetSubtypes(long Tp, long Arr) void LLVMGetSubtypes(LLVMTypeRef Tp, LLVMTypeRef * Arr) -
LLVMGetSubtypes
public static void LLVMGetSubtypes(@NativeType("LLVMTypeRef") long Tp, @NativeType("LLVMTypeRef *") PointerBuffer Arr) void LLVMGetSubtypes(LLVMTypeRef Tp, LLVMTypeRef * Arr) -
LLVMGetNumContainedTypes
@NativeType("unsigned int") public static int LLVMGetNumContainedTypes(@NativeType("LLVMTypeRef") long Tp) unsigned int LLVMGetNumContainedTypes(LLVMTypeRef Tp) -
LLVMArrayType
@NativeType("LLVMTypeRef") public static long LLVMArrayType(@NativeType("LLVMTypeRef") long ElementType, @NativeType("unsigned int") int ElementCount) LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned int ElementCount) -
LLVMArrayType2
@NativeType("LLVMTypeRef") public static long LLVMArrayType2(@NativeType("LLVMTypeRef") long ElementType, @NativeType("uint64_t") long ElementCount) LLVMTypeRef LLVMArrayType2(LLVMTypeRef ElementType, uint64_t ElementCount) -
LLVMGetArrayLength
@NativeType("unsigned int") public static int LLVMGetArrayLength(@NativeType("LLVMTypeRef") long ArrayTy) unsigned int LLVMGetArrayLength(LLVMTypeRef ArrayTy) -
LLVMGetArrayLength2
@NativeType("uint64_t") public static long LLVMGetArrayLength2(@NativeType("LLVMTypeRef") long ArrayTy) uint64_t LLVMGetArrayLength2(LLVMTypeRef ArrayTy) -
LLVMPointerType
@NativeType("LLVMTypeRef") public static long LLVMPointerType(@NativeType("LLVMTypeRef") long ElementType, @NativeType("unsigned int") int AddressSpace) LLVMTypeRef LLVMPointerType(LLVMTypeRef ElementType, unsigned int AddressSpace) -
LLVMPointerTypeIsOpaque
@NativeType("LLVMBool") public static boolean LLVMPointerTypeIsOpaque(@NativeType("LLVMTypeRef") long Ty) LLVMBool LLVMPointerTypeIsOpaque(LLVMTypeRef Ty) -
LLVMPointerTypeInContext
@NativeType("LLVMTypeRef") public static long LLVMPointerTypeInContext(@NativeType("LLVMContextRef") long C, @NativeType("unsigned") int AddressSpace) LLVMTypeRef LLVMPointerTypeInContext(LLVMContextRef C, unsigned AddressSpace) -
LLVMGetPointerAddressSpace
@NativeType("unsigned int") public static int LLVMGetPointerAddressSpace(@NativeType("LLVMTypeRef") long PointerTy) unsigned int LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) -
LLVMVectorType
@NativeType("LLVMTypeRef") public static long LLVMVectorType(@NativeType("LLVMTypeRef") long ElementType, @NativeType("unsigned int") int ElementCount) LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned int ElementCount) -
LLVMScalableVectorType
@NativeType("LLVMTypeRef") public static long LLVMScalableVectorType(@NativeType("LLVMTypeRef") long ElementType, @NativeType("unsigned") int ElementCount) LLVMTypeRef LLVMScalableVectorType(LLVMTypeRef ElementType, unsigned ElementCount) -
LLVMGetVectorSize
@NativeType("unsigned int") public static int LLVMGetVectorSize(@NativeType("LLVMTypeRef") long VectorTy) unsigned int LLVMGetVectorSize(LLVMTypeRef VectorTy) -
LLVMGetConstantPtrAuthPointer
@NativeType("LLVMValueRef") public static long LLVMGetConstantPtrAuthPointer(@NativeType("LLVMValueRef") long PtrAuth) LLVMValueRef LLVMGetConstantPtrAuthPointer(LLVMValueRef PtrAuth) -
LLVMGetConstantPtrAuthKey
@NativeType("LLVMValueRef") public static long LLVMGetConstantPtrAuthKey(@NativeType("LLVMValueRef") long PtrAuth) LLVMValueRef LLVMGetConstantPtrAuthKey(LLVMValueRef PtrAuth) -
LLVMGetConstantPtrAuthDiscriminator
@NativeType("LLVMValueRef") public static long LLVMGetConstantPtrAuthDiscriminator(@NativeType("LLVMValueRef") long PtrAuth) LLVMValueRef LLVMGetConstantPtrAuthDiscriminator(LLVMValueRef PtrAuth) -
LLVMGetConstantPtrAuthAddrDiscriminator
@NativeType("LLVMValueRef") public static long LLVMGetConstantPtrAuthAddrDiscriminator(@NativeType("LLVMValueRef") long PtrAuth) LLVMValueRef LLVMGetConstantPtrAuthAddrDiscriminator(LLVMValueRef PtrAuth) -
LLVMVoidTypeInContext
@NativeType("LLVMTypeRef") public static long LLVMVoidTypeInContext(@NativeType("LLVMContextRef") long C) LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C) -
LLVMLabelTypeInContext
@NativeType("LLVMTypeRef") public static long LLVMLabelTypeInContext(@NativeType("LLVMContextRef") long C) LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C) -
LLVMX86MMXTypeInContext
@NativeType("LLVMTypeRef") public static long LLVMX86MMXTypeInContext(@NativeType("LLVMContextRef") long C) LLVMTypeRef LLVMX86MMXTypeInContext(LLVMContextRef C) -
LLVMX86AMXTypeInContext
@NativeType("LLVMTypeRef") public static long LLVMX86AMXTypeInContext(@NativeType("LLVMContextRef") long C) LLVMTypeRef LLVMX86AMXTypeInContext(LLVMContextRef C) -
LLVMTokenTypeInContext
@NativeType("LLVMTypeRef") public static long LLVMTokenTypeInContext(@NativeType("LLVMContextRef") long C) LLVMTypeRef LLVMTokenTypeInContext(LLVMContextRef C) -
LLVMMetadataTypeInContext
@NativeType("LLVMTypeRef") public static long LLVMMetadataTypeInContext(@NativeType("LLVMContextRef") long C) LLVMTypeRef LLVMMetadataTypeInContext(LLVMContextRef C) -
LLVMVoidType
LLVMTypeRef LLVMVoidType(void) -
LLVMLabelType
LLVMTypeRef LLVMLabelType(void) -
LLVMX86MMXType
LLVMTypeRef LLVMX86MMXType(void) -
LLVMX86AMXType
LLVMTypeRef LLVMX86AMXType(void) -
nLLVMTargetExtTypeInContext
public static long nLLVMTargetExtTypeInContext(long C, long Name, long TypeParams, int TypeParamCount, long IntParams, int IntParamCount) LLVMTypeRef LLVMTargetExtTypeInContext(LLVMContextRef C, char const * Name, LLVMTypeRef * TypeParams, unsigned TypeParamCount, unsigned * IntParams, unsigned IntParamCount) -
LLVMTargetExtTypeInContext
@NativeType("LLVMTypeRef") public static long LLVMTargetExtTypeInContext(@NativeType("LLVMContextRef") long C, @NativeType("char const *") ByteBuffer Name, @NativeType("LLVMTypeRef *") @Nullable PointerBuffer TypeParams, @NativeType("unsigned *") @Nullable IntBuffer IntParams) LLVMTypeRef LLVMTargetExtTypeInContext(LLVMContextRef C, char const * Name, LLVMTypeRef * TypeParams, unsigned TypeParamCount, unsigned * IntParams, unsigned IntParamCount) -
LLVMTargetExtTypeInContext
@NativeType("LLVMTypeRef") public static long LLVMTargetExtTypeInContext(@NativeType("LLVMContextRef") long C, @NativeType("char const *") CharSequence Name, @NativeType("LLVMTypeRef *") @Nullable PointerBuffer TypeParams, @NativeType("unsigned *") @Nullable IntBuffer IntParams) LLVMTypeRef LLVMTargetExtTypeInContext(LLVMContextRef C, char const * Name, LLVMTypeRef * TypeParams, unsigned TypeParamCount, unsigned * IntParams, unsigned IntParamCount) -
nLLVMGetTargetExtTypeName
public static long nLLVMGetTargetExtTypeName(long TargetExtTy) char const * LLVMGetTargetExtTypeName(LLVMTypeRef TargetExtTy) -
LLVMGetTargetExtTypeName
@NativeType("char const *") public static @Nullable String LLVMGetTargetExtTypeName(@NativeType("LLVMTypeRef") long TargetExtTy) char const * LLVMGetTargetExtTypeName(LLVMTypeRef TargetExtTy) -
LLVMGetTargetExtTypeNumTypeParams
@NativeType("unsigned") public static int LLVMGetTargetExtTypeNumTypeParams(@NativeType("LLVMTypeRef") long TargetExtTy) unsigned LLVMGetTargetExtTypeNumTypeParams(LLVMTypeRef TargetExtTy) -
LLVMGetTargetExtTypeTypeParam
@NativeType("LLVMTypeRef") public static long LLVMGetTargetExtTypeTypeParam(@NativeType("LLVMTypeRef") long TargetExtTy, @NativeType("unsigned") int Idx) LLVMTypeRef LLVMGetTargetExtTypeTypeParam(LLVMTypeRef TargetExtTy, unsigned Idx) -
LLVMGetTargetExtTypeNumIntParams
@NativeType("unsigned") public static int LLVMGetTargetExtTypeNumIntParams(@NativeType("LLVMTypeRef") long TargetExtTy) unsigned LLVMGetTargetExtTypeNumIntParams(LLVMTypeRef TargetExtTy) -
LLVMGetTargetExtTypeIntParam
@NativeType("unsigned") public static int LLVMGetTargetExtTypeIntParam(@NativeType("LLVMTypeRef") long TargetExtTy, @NativeType("unsigned") int Idx) unsigned LLVMGetTargetExtTypeIntParam(LLVMTypeRef TargetExtTy, unsigned Idx) -
LLVMTypeOf
LLVMTypeRef LLVMTypeOf(LLVMValueRef Val) -
LLVMGetValueKind
@NativeType("LLVMValueKind") public static int LLVMGetValueKind(@NativeType("LLVMValueRef") long Val) LLVMValueKind LLVMGetValueKind(LLVMValueRef Val) -
nLLVMGetValueName2
public static long nLLVMGetValueName2(long Val, long Length) char const * LLVMGetValueName2(LLVMValueRef Val, size_t * Length) -
LLVMGetValueName2
@NativeType("char const *") public static String LLVMGetValueName2(@NativeType("LLVMValueRef") long Val) char const * LLVMGetValueName2(LLVMValueRef Val, size_t * Length) -
nLLVMSetValueName2
public static void nLLVMSetValueName2(long Val, long Name, long NameLen) void LLVMSetValueName2(LLVMValueRef Val, char const * Name, size_t NameLen) -
LLVMSetValueName2
public static void LLVMSetValueName2(@NativeType("LLVMValueRef") long Val, @NativeType("char const *") ByteBuffer Name) void LLVMSetValueName2(LLVMValueRef Val, char const * Name, size_t NameLen) -
LLVMSetValueName2
public static void LLVMSetValueName2(@NativeType("LLVMValueRef") long Val, @NativeType("char const *") CharSequence Name) void LLVMSetValueName2(LLVMValueRef Val, char const * Name, size_t NameLen) -
LLVMDumpValue
void LLVMDumpValue(LLVMValueRef Val) -
nLLVMPrintValueToString
public static long nLLVMPrintValueToString(long Val) char * LLVMPrintValueToString(LLVMValueRef Val) -
LLVMPrintValueToString
@NativeType("char *") public static String LLVMPrintValueToString(@NativeType("LLVMValueRef") long Val) char * LLVMPrintValueToString(LLVMValueRef Val) -
LLVMGetValueContext
@NativeType("LLVMContextRef") public static long LLVMGetValueContext(@NativeType("LLVMValueRef") long Val) LLVMContextRef LLVMGetValueContext(LLVMValueRef Val) -
nLLVMPrintDbgRecordToString
public static long nLLVMPrintDbgRecordToString(long Record) char * LLVMPrintDbgRecordToString(LLVMDbgRecordRef Record) -
LLVMPrintDbgRecordToString
@NativeType("char *") public static @Nullable String LLVMPrintDbgRecordToString(@NativeType("LLVMDbgRecordRef") long Record) char * LLVMPrintDbgRecordToString(LLVMDbgRecordRef Record) -
LLVMReplaceAllUsesWith
public static void LLVMReplaceAllUsesWith(@NativeType("LLVMValueRef") long OldVal, @NativeType("LLVMValueRef") long NewVal) void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal) -
LLVMIsConstant
LLVMBool LLVMIsConstant(LLVMValueRef Val) -
LLVMIsUndef
LLVMBool LLVMIsUndef(LLVMValueRef Val) -
LLVMIsPoison
LLVMBool LLVMIsPoison(LLVMValueRef Val) -
LLVMIsAArgument
@NativeType("LLVMValueRef") public static long LLVMIsAArgument(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAArgument(LLVMValueRef Val) -
LLVMIsABasicBlock
@NativeType("LLVMValueRef") public static long LLVMIsABasicBlock(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsABasicBlock(LLVMValueRef Val) -
LLVMIsAInlineAsm
@NativeType("LLVMValueRef") public static long LLVMIsAInlineAsm(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAInlineAsm(LLVMValueRef Val) -
LLVMIsAUser
LLVMValueRef LLVMIsAUser(LLVMValueRef Val) -
LLVMIsAConstant
@NativeType("LLVMValueRef") public static long LLVMIsAConstant(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAConstant(LLVMValueRef Val) -
LLVMIsABlockAddress
@NativeType("LLVMValueRef") public static long LLVMIsABlockAddress(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsABlockAddress(LLVMValueRef Val) -
LLVMIsAConstantAggregateZero
@NativeType("LLVMValueRef") public static long LLVMIsAConstantAggregateZero(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAConstantAggregateZero(LLVMValueRef Val) -
LLVMIsAConstantArray
@NativeType("LLVMValueRef") public static long LLVMIsAConstantArray(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAConstantArray(LLVMValueRef Val) -
LLVMIsAConstantDataSequential
@NativeType("LLVMValueRef") public static long LLVMIsAConstantDataSequential(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAConstantDataSequential(LLVMValueRef Val) -
LLVMIsAConstantDataArray
@NativeType("LLVMValueRef") public static long LLVMIsAConstantDataArray(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAConstantDataArray(LLVMValueRef Val) -
LLVMIsAConstantDataVector
@NativeType("LLVMValueRef") public static long LLVMIsAConstantDataVector(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAConstantDataVector(LLVMValueRef Val) -
LLVMIsAConstantExpr
@NativeType("LLVMValueRef") public static long LLVMIsAConstantExpr(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAConstantExpr(LLVMValueRef Val) -
LLVMIsAConstantFP
@NativeType("LLVMValueRef") public static long LLVMIsAConstantFP(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAConstantFP(LLVMValueRef Val) -
LLVMIsAConstantInt
@NativeType("LLVMValueRef") public static long LLVMIsAConstantInt(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAConstantInt(LLVMValueRef Val) -
LLVMIsAConstantPointerNull
@NativeType("LLVMValueRef") public static long LLVMIsAConstantPointerNull(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAConstantPointerNull(LLVMValueRef Val) -
LLVMIsAConstantStruct
@NativeType("LLVMValueRef") public static long LLVMIsAConstantStruct(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAConstantStruct(LLVMValueRef Val) -
LLVMIsAConstantTokenNone
@NativeType("LLVMValueRef") public static long LLVMIsAConstantTokenNone(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAConstantTokenNone(LLVMValueRef Val) -
LLVMIsAConstantVector
@NativeType("LLVMValueRef") public static long LLVMIsAConstantVector(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAConstantVector(LLVMValueRef Val) -
LLVMIsAGlobalValue
@NativeType("LLVMValueRef") public static long LLVMIsAGlobalValue(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAGlobalValue(LLVMValueRef Val) -
LLVMIsAGlobalAlias
@NativeType("LLVMValueRef") public static long LLVMIsAGlobalAlias(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAGlobalAlias(LLVMValueRef Val) -
LLVMIsAGlobalObject
@NativeType("LLVMValueRef") public static long LLVMIsAGlobalObject(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAGlobalObject(LLVMValueRef Val) -
LLVMIsAFunction
@NativeType("LLVMValueRef") public static long LLVMIsAFunction(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAFunction(LLVMValueRef Val) -
LLVMIsAGlobalVariable
@NativeType("LLVMValueRef") public static long LLVMIsAGlobalVariable(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAGlobalVariable(LLVMValueRef Val) -
LLVMIsAGlobalIFunc
@NativeType("LLVMValueRef") public static long LLVMIsAGlobalIFunc(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAGlobalIFunc(LLVMValueRef Val) -
LLVMIsAUndefValue
@NativeType("LLVMValueRef") public static long LLVMIsAUndefValue(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAUndefValue(LLVMValueRef Val) -
LLVMIsAPoisonValue
@NativeType("LLVMValueRef") public static long LLVMIsAPoisonValue(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAPoisonValue(LLVMValueRef Val) -
LLVMIsAInstruction
@NativeType("LLVMValueRef") public static long LLVMIsAInstruction(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAInstruction(LLVMValueRef Val) -
LLVMIsAUnaryOperator
@NativeType("LLVMValueRef") public static long LLVMIsAUnaryOperator(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAUnaryOperator(LLVMValueRef Val) -
LLVMIsABinaryOperator
@NativeType("LLVMValueRef") public static long LLVMIsABinaryOperator(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsABinaryOperator(LLVMValueRef Val) -
LLVMIsACallInst
@NativeType("LLVMValueRef") public static long LLVMIsACallInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsACallInst(LLVMValueRef Val) -
LLVMIsAIntrinsicInst
@NativeType("LLVMValueRef") public static long LLVMIsAIntrinsicInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAIntrinsicInst(LLVMValueRef Val) -
LLVMIsADbgInfoIntrinsic
@NativeType("LLVMValueRef") public static long LLVMIsADbgInfoIntrinsic(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsADbgInfoIntrinsic(LLVMValueRef Val) -
LLVMIsADbgVariableIntrinsic
@NativeType("LLVMValueRef") public static long LLVMIsADbgVariableIntrinsic(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsADbgVariableIntrinsic(LLVMValueRef Val) -
LLVMIsADbgDeclareInst
@NativeType("LLVMValueRef") public static long LLVMIsADbgDeclareInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsADbgDeclareInst(LLVMValueRef Val) -
LLVMIsADbgLabelInst
@NativeType("LLVMValueRef") public static long LLVMIsADbgLabelInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsADbgLabelInst(LLVMValueRef Val) -
LLVMIsAMemIntrinsic
@NativeType("LLVMValueRef") public static long LLVMIsAMemIntrinsic(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAMemIntrinsic(LLVMValueRef Val) -
LLVMIsAMemCpyInst
@NativeType("LLVMValueRef") public static long LLVMIsAMemCpyInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAMemCpyInst(LLVMValueRef Val) -
LLVMIsAMemMoveInst
@NativeType("LLVMValueRef") public static long LLVMIsAMemMoveInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAMemMoveInst(LLVMValueRef Val) -
LLVMIsAMemSetInst
@NativeType("LLVMValueRef") public static long LLVMIsAMemSetInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAMemSetInst(LLVMValueRef Val) -
LLVMIsACmpInst
LLVMValueRef LLVMIsACmpInst(LLVMValueRef Val) -
LLVMIsAFCmpInst
@NativeType("LLVMValueRef") public static long LLVMIsAFCmpInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAFCmpInst(LLVMValueRef Val) -
LLVMIsAICmpInst
@NativeType("LLVMValueRef") public static long LLVMIsAICmpInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAICmpInst(LLVMValueRef Val) -
LLVMIsAExtractElementInst
@NativeType("LLVMValueRef") public static long LLVMIsAExtractElementInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAExtractElementInst(LLVMValueRef Val) -
LLVMIsAGetElementPtrInst
@NativeType("LLVMValueRef") public static long LLVMIsAGetElementPtrInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAGetElementPtrInst(LLVMValueRef Val) -
LLVMIsAInsertElementInst
@NativeType("LLVMValueRef") public static long LLVMIsAInsertElementInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAInsertElementInst(LLVMValueRef Val) -
LLVMIsAInsertValueInst
@NativeType("LLVMValueRef") public static long LLVMIsAInsertValueInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAInsertValueInst(LLVMValueRef Val) -
LLVMIsALandingPadInst
@NativeType("LLVMValueRef") public static long LLVMIsALandingPadInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsALandingPadInst(LLVMValueRef Val) -
LLVMIsAPHINode
LLVMValueRef LLVMIsAPHINode(LLVMValueRef Val) -
LLVMIsASelectInst
@NativeType("LLVMValueRef") public static long LLVMIsASelectInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsASelectInst(LLVMValueRef Val) -
LLVMIsAShuffleVectorInst
@NativeType("LLVMValueRef") public static long LLVMIsAShuffleVectorInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAShuffleVectorInst(LLVMValueRef Val) -
LLVMIsAStoreInst
@NativeType("LLVMValueRef") public static long LLVMIsAStoreInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAStoreInst(LLVMValueRef Val) -
LLVMIsABranchInst
@NativeType("LLVMValueRef") public static long LLVMIsABranchInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsABranchInst(LLVMValueRef Val) -
LLVMIsAIndirectBrInst
@NativeType("LLVMValueRef") public static long LLVMIsAIndirectBrInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAIndirectBrInst(LLVMValueRef Val) -
LLVMIsAInvokeInst
@NativeType("LLVMValueRef") public static long LLVMIsAInvokeInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAInvokeInst(LLVMValueRef Val) -
LLVMIsAReturnInst
@NativeType("LLVMValueRef") public static long LLVMIsAReturnInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAReturnInst(LLVMValueRef Val) -
LLVMIsASwitchInst
@NativeType("LLVMValueRef") public static long LLVMIsASwitchInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsASwitchInst(LLVMValueRef Val) -
LLVMIsAUnreachableInst
@NativeType("LLVMValueRef") public static long LLVMIsAUnreachableInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAUnreachableInst(LLVMValueRef Val) -
LLVMIsAResumeInst
@NativeType("LLVMValueRef") public static long LLVMIsAResumeInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAResumeInst(LLVMValueRef Val) -
LLVMIsACleanupReturnInst
@NativeType("LLVMValueRef") public static long LLVMIsACleanupReturnInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsACleanupReturnInst(LLVMValueRef Val) -
LLVMIsACatchReturnInst
@NativeType("LLVMValueRef") public static long LLVMIsACatchReturnInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsACatchReturnInst(LLVMValueRef Val) -
LLVMIsACatchSwitchInst
@NativeType("LLVMValueRef") public static long LLVMIsACatchSwitchInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsACatchSwitchInst(LLVMValueRef Val) -
LLVMIsACallBrInst
@NativeType("LLVMValueRef") public static long LLVMIsACallBrInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsACallBrInst(LLVMValueRef Val) -
LLVMIsAFuncletPadInst
@NativeType("LLVMValueRef") public static long LLVMIsAFuncletPadInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAFuncletPadInst(LLVMValueRef Val) -
LLVMIsACatchPadInst
@NativeType("LLVMValueRef") public static long LLVMIsACatchPadInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsACatchPadInst(LLVMValueRef Val) -
LLVMIsACleanupPadInst
@NativeType("LLVMValueRef") public static long LLVMIsACleanupPadInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsACleanupPadInst(LLVMValueRef Val) -
LLVMIsAUnaryInstruction
@NativeType("LLVMValueRef") public static long LLVMIsAUnaryInstruction(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAUnaryInstruction(LLVMValueRef Val) -
LLVMIsAAllocaInst
@NativeType("LLVMValueRef") public static long LLVMIsAAllocaInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAAllocaInst(LLVMValueRef Val) -
LLVMIsACastInst
@NativeType("LLVMValueRef") public static long LLVMIsACastInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsACastInst(LLVMValueRef Val) -
LLVMIsAAddrSpaceCastInst
@NativeType("LLVMValueRef") public static long LLVMIsAAddrSpaceCastInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAAddrSpaceCastInst(LLVMValueRef Val) -
LLVMIsABitCastInst
@NativeType("LLVMValueRef") public static long LLVMIsABitCastInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsABitCastInst(LLVMValueRef Val) -
LLVMIsAFPExtInst
@NativeType("LLVMValueRef") public static long LLVMIsAFPExtInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAFPExtInst(LLVMValueRef Val) -
LLVMIsAFPToSIInst
@NativeType("LLVMValueRef") public static long LLVMIsAFPToSIInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAFPToSIInst(LLVMValueRef Val) -
LLVMIsAFPToUIInst
@NativeType("LLVMValueRef") public static long LLVMIsAFPToUIInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAFPToUIInst(LLVMValueRef Val) -
LLVMIsAFPTruncInst
@NativeType("LLVMValueRef") public static long LLVMIsAFPTruncInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAFPTruncInst(LLVMValueRef Val) -
LLVMIsAIntToPtrInst
@NativeType("LLVMValueRef") public static long LLVMIsAIntToPtrInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAIntToPtrInst(LLVMValueRef Val) -
LLVMIsAPtrToIntInst
@NativeType("LLVMValueRef") public static long LLVMIsAPtrToIntInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAPtrToIntInst(LLVMValueRef Val) -
LLVMIsASExtInst
@NativeType("LLVMValueRef") public static long LLVMIsASExtInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsASExtInst(LLVMValueRef Val) -
LLVMIsASIToFPInst
@NativeType("LLVMValueRef") public static long LLVMIsASIToFPInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsASIToFPInst(LLVMValueRef Val) -
LLVMIsATruncInst
@NativeType("LLVMValueRef") public static long LLVMIsATruncInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsATruncInst(LLVMValueRef Val) -
LLVMIsAUIToFPInst
@NativeType("LLVMValueRef") public static long LLVMIsAUIToFPInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAUIToFPInst(LLVMValueRef Val) -
LLVMIsAZExtInst
@NativeType("LLVMValueRef") public static long LLVMIsAZExtInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAZExtInst(LLVMValueRef Val) -
LLVMIsAExtractValueInst
@NativeType("LLVMValueRef") public static long LLVMIsAExtractValueInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAExtractValueInst(LLVMValueRef Val) -
LLVMIsALoadInst
@NativeType("LLVMValueRef") public static long LLVMIsALoadInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsALoadInst(LLVMValueRef Val) -
LLVMIsAVAArgInst
@NativeType("LLVMValueRef") public static long LLVMIsAVAArgInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAVAArgInst(LLVMValueRef Val) -
LLVMIsAFreezeInst
@NativeType("LLVMValueRef") public static long LLVMIsAFreezeInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAFreezeInst(LLVMValueRef Val) -
LLVMIsAAtomicCmpXchgInst
@NativeType("LLVMValueRef") public static long LLVMIsAAtomicCmpXchgInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAAtomicCmpXchgInst(LLVMValueRef Val) -
LLVMIsAAtomicRMWInst
@NativeType("LLVMValueRef") public static long LLVMIsAAtomicRMWInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAAtomicRMWInst(LLVMValueRef Val) -
LLVMIsAFenceInst
@NativeType("LLVMValueRef") public static long LLVMIsAFenceInst(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAFenceInst(LLVMValueRef Val) -
LLVMIsAMDNode
LLVMValueRef LLVMIsAMDNode(LLVMValueRef Val) -
LLVMIsAValueAsMetadata
@NativeType("LLVMValueRef") public static long LLVMIsAValueAsMetadata(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAValueAsMetadata(LLVMValueRef Val) -
LLVMIsAMDString
@NativeType("LLVMValueRef") public static long LLVMIsAMDString(@NativeType("LLVMValueRef") long Val) LLVMValueRef LLVMIsAMDString(LLVMValueRef Val) -
nLLVMGetValueName
public static long nLLVMGetValueName(long Val) char const * LLVMGetValueName(LLVMValueRef Val) -
LLVMGetValueName
@NativeType("char const *") public static String LLVMGetValueName(@NativeType("LLVMValueRef") long Val) char const * LLVMGetValueName(LLVMValueRef Val) -
nLLVMSetValueName
public static void nLLVMSetValueName(long Val, long Name) void LLVMSetValueName(LLVMValueRef Val, char const * Name) -
LLVMSetValueName
public static void LLVMSetValueName(@NativeType("LLVMValueRef") long Val, @NativeType("char const *") ByteBuffer Name) void LLVMSetValueName(LLVMValueRef Val, char const * Name) -
LLVMSetValueName
public static void LLVMSetValueName(@NativeType("LLVMValueRef") long Val, @NativeType("char const *") CharSequence Name) void LLVMSetValueName(LLVMValueRef Val, char const * Name) -
LLVMGetFirstUse
LLVMUseRef LLVMGetFirstUse(LLVMValueRef Val) -
LLVMGetNextUse
LLVMUseRef LLVMGetNextUse(LLVMUseRef U) -
LLVMGetUser
LLVMValueRef LLVMGetUser(LLVMUseRef U) -
LLVMGetUsedValue
LLVMValueRef LLVMGetUsedValue(LLVMUseRef U) -
LLVMGetOperand
@NativeType("LLVMValueRef") public static long LLVMGetOperand(@NativeType("LLVMValueRef") long Val, @NativeType("unsigned int") int Index) LLVMValueRef LLVMGetOperand(LLVMValueRef Val, unsigned int Index) -
LLVMGetOperandUse
@NativeType("LLVMUseRef") public static long LLVMGetOperandUse(@NativeType("LLVMValueRef") long Val, @NativeType("unsigned int") int Index) LLVMUseRef LLVMGetOperandUse(LLVMValueRef Val, unsigned int Index) -
LLVMSetOperand
public static void LLVMSetOperand(@NativeType("LLVMValueRef") long User, @NativeType("unsigned int") int Index, @NativeType("LLVMValueRef") long Val) void LLVMSetOperand(LLVMValueRef User, unsigned int Index, LLVMValueRef Val) -
LLVMGetNumOperands
int LLVMGetNumOperands(LLVMValueRef Val) -
LLVMConstNull
LLVMValueRef LLVMConstNull(LLVMTypeRef Ty) -
LLVMConstAllOnes
LLVMValueRef LLVMConstAllOnes(LLVMTypeRef Ty) -
LLVMGetUndef
LLVMValueRef LLVMGetUndef(LLVMTypeRef Ty) -
LLVMGetPoison
LLVMValueRef LLVMGetPoison(LLVMTypeRef Ty) -
LLVMIsNull
LLVMBool LLVMIsNull(LLVMValueRef Val) -
LLVMConstPointerNull
@NativeType("LLVMValueRef") public static long LLVMConstPointerNull(@NativeType("LLVMTypeRef") long Ty) LLVMValueRef LLVMConstPointerNull(LLVMTypeRef Ty) -
LLVMConstInt
@NativeType("LLVMValueRef") public static long LLVMConstInt(@NativeType("LLVMTypeRef") long IntTy, @NativeType("unsigned long long") long N, @NativeType("LLVMBool") boolean SignExtend) LLVMValueRef LLVMConstInt(LLVMTypeRef IntTy, unsigned long long N, LLVMBool SignExtend) -
nLLVMConstIntOfArbitraryPrecision
public static long nLLVMConstIntOfArbitraryPrecision(long IntTy, int NumWords, long Words) LLVMValueRef LLVMConstIntOfArbitraryPrecision(LLVMTypeRef IntTy, unsigned int NumWords, uint64_t const * Words) -
LLVMConstIntOfArbitraryPrecision
@NativeType("LLVMValueRef") public static long LLVMConstIntOfArbitraryPrecision(@NativeType("LLVMTypeRef") long IntTy, @NativeType("uint64_t const *") LongBuffer Words) LLVMValueRef LLVMConstIntOfArbitraryPrecision(LLVMTypeRef IntTy, unsigned int NumWords, uint64_t const * Words) -
nLLVMConstIntOfString
public static long nLLVMConstIntOfString(long IntTy, long Text, byte Radix) LLVMValueRef LLVMConstIntOfString(LLVMTypeRef IntTy, char const * Text, uint8_t Radix) -
LLVMConstIntOfString
@NativeType("LLVMValueRef") public static long LLVMConstIntOfString(@NativeType("LLVMTypeRef") long IntTy, @NativeType("char const *") ByteBuffer Text, @NativeType("uint8_t") byte Radix) LLVMValueRef LLVMConstIntOfString(LLVMTypeRef IntTy, char const * Text, uint8_t Radix) -
LLVMConstIntOfString
@NativeType("LLVMValueRef") public static long LLVMConstIntOfString(@NativeType("LLVMTypeRef") long IntTy, @NativeType("char const *") CharSequence Text, @NativeType("uint8_t") byte Radix) LLVMValueRef LLVMConstIntOfString(LLVMTypeRef IntTy, char const * Text, uint8_t Radix) -
nLLVMConstIntOfStringAndSize
public static long nLLVMConstIntOfStringAndSize(long IntTy, long Text, int SLen, byte Radix) LLVMValueRef LLVMConstIntOfStringAndSize(LLVMTypeRef IntTy, char const * Text, unsigned int SLen, uint8_t Radix) -
LLVMConstIntOfStringAndSize
@NativeType("LLVMValueRef") public static long LLVMConstIntOfStringAndSize(@NativeType("LLVMTypeRef") long IntTy, @NativeType("char const *") ByteBuffer Text, @NativeType("uint8_t") byte Radix) LLVMValueRef LLVMConstIntOfStringAndSize(LLVMTypeRef IntTy, char const * Text, unsigned int SLen, uint8_t Radix) -
LLVMConstIntOfStringAndSize
@NativeType("LLVMValueRef") public static long LLVMConstIntOfStringAndSize(@NativeType("LLVMTypeRef") long IntTy, @NativeType("char const *") CharSequence Text, @NativeType("uint8_t") byte Radix) LLVMValueRef LLVMConstIntOfStringAndSize(LLVMTypeRef IntTy, char const * Text, unsigned int SLen, uint8_t Radix) -
LLVMConstReal
@NativeType("LLVMValueRef") public static long LLVMConstReal(@NativeType("LLVMTypeRef") long RealTy, double N) LLVMValueRef LLVMConstReal(LLVMTypeRef RealTy, double N) -
nLLVMConstRealOfString
public static long nLLVMConstRealOfString(long RealTy, long Text) LLVMValueRef LLVMConstRealOfString(LLVMTypeRef RealTy, char const * Text) -
LLVMConstRealOfString
@NativeType("LLVMValueRef") public static long LLVMConstRealOfString(@NativeType("LLVMTypeRef") long RealTy, @NativeType("char const *") ByteBuffer Text) LLVMValueRef LLVMConstRealOfString(LLVMTypeRef RealTy, char const * Text) -
LLVMConstRealOfString
@NativeType("LLVMValueRef") public static long LLVMConstRealOfString(@NativeType("LLVMTypeRef") long RealTy, @NativeType("char const *") CharSequence Text) LLVMValueRef LLVMConstRealOfString(LLVMTypeRef RealTy, char const * Text) -
nLLVMConstRealOfStringAndSize
public static long nLLVMConstRealOfStringAndSize(long RealTy, long Text, int SLen) LLVMValueRef LLVMConstRealOfStringAndSize(LLVMTypeRef RealTy, char const * Text, unsigned int SLen) -
LLVMConstRealOfStringAndSize
@NativeType("LLVMValueRef") public static long LLVMConstRealOfStringAndSize(@NativeType("LLVMTypeRef") long RealTy, @NativeType("char const *") ByteBuffer Text) LLVMValueRef LLVMConstRealOfStringAndSize(LLVMTypeRef RealTy, char const * Text, unsigned int SLen) -
LLVMConstRealOfStringAndSize
@NativeType("LLVMValueRef") public static long LLVMConstRealOfStringAndSize(@NativeType("LLVMTypeRef") long RealTy, @NativeType("char const *") CharSequence Text) LLVMValueRef LLVMConstRealOfStringAndSize(LLVMTypeRef RealTy, char const * Text, unsigned int SLen) -
LLVMConstIntGetZExtValue
@NativeType("unsigned long long") public static long LLVMConstIntGetZExtValue(@NativeType("LLVMValueRef") long ConstantVal) unsigned long long LLVMConstIntGetZExtValue(LLVMValueRef ConstantVal) -
LLVMConstIntGetSExtValue
@NativeType("long long") public static long LLVMConstIntGetSExtValue(@NativeType("LLVMValueRef") long ConstantVal) long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal) -
nLLVMConstRealGetDouble
public static double nLLVMConstRealGetDouble(long ConstantVal, long losesInfo) double LLVMConstRealGetDouble(LLVMValueRef ConstantVal, LLVMBool * losesInfo) -
LLVMConstRealGetDouble
public static double LLVMConstRealGetDouble(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMBool *") IntBuffer losesInfo) double LLVMConstRealGetDouble(LLVMValueRef ConstantVal, LLVMBool * losesInfo) -
nLLVMConstStringInContext
public static long nLLVMConstStringInContext(long C, long Str, int Length, int DontNullTerminate) LLVMValueRef LLVMConstStringInContext(LLVMContextRef C, char const * Str, unsigned int Length, LLVMBool DontNullTerminate) -
LLVMConstStringInContext
@NativeType("LLVMValueRef") public static long LLVMConstStringInContext(@NativeType("LLVMContextRef") long C, @NativeType("char const *") ByteBuffer Str, @NativeType("LLVMBool") boolean DontNullTerminate) LLVMValueRef LLVMConstStringInContext(LLVMContextRef C, char const * Str, unsigned int Length, LLVMBool DontNullTerminate) -
LLVMConstStringInContext
@NativeType("LLVMValueRef") public static long LLVMConstStringInContext(@NativeType("LLVMContextRef") long C, @NativeType("char const *") CharSequence Str, @NativeType("LLVMBool") boolean DontNullTerminate) LLVMValueRef LLVMConstStringInContext(LLVMContextRef C, char const * Str, unsigned int Length, LLVMBool DontNullTerminate) -
nLLVMConstStringInContext2
public static long nLLVMConstStringInContext2(long C, long Str, int Length, int DontNullTerminate) LLVMValueRef LLVMConstStringInContext2(LLVMContextRef C, char const * Str, unsigned int Length, LLVMBool DontNullTerminate) -
LLVMConstStringInContext2
@NativeType("LLVMValueRef") public static long LLVMConstStringInContext2(@NativeType("LLVMContextRef") long C, @NativeType("char const *") ByteBuffer Str, @NativeType("LLVMBool") boolean DontNullTerminate) LLVMValueRef LLVMConstStringInContext2(LLVMContextRef C, char const * Str, unsigned int Length, LLVMBool DontNullTerminate) -
LLVMConstStringInContext2
@NativeType("LLVMValueRef") public static long LLVMConstStringInContext2(@NativeType("LLVMContextRef") long C, @NativeType("char const *") CharSequence Str, @NativeType("LLVMBool") boolean DontNullTerminate) LLVMValueRef LLVMConstStringInContext2(LLVMContextRef C, char const * Str, unsigned int Length, LLVMBool DontNullTerminate) -
nLLVMConstString
public static long nLLVMConstString(long Str, int Length, int DontNullTerminate) LLVMValueRef LLVMConstString(char const * Str, unsigned int Length, LLVMBool DontNullTerminate) -
LLVMConstString
@NativeType("LLVMValueRef") public static long LLVMConstString(@NativeType("char const *") ByteBuffer Str, @NativeType("LLVMBool") boolean DontNullTerminate) LLVMValueRef LLVMConstString(char const * Str, unsigned int Length, LLVMBool DontNullTerminate) -
LLVMConstString
@NativeType("LLVMValueRef") public static long LLVMConstString(@NativeType("char const *") CharSequence Str, @NativeType("LLVMBool") boolean DontNullTerminate) LLVMValueRef LLVMConstString(char const * Str, unsigned int Length, LLVMBool DontNullTerminate) -
LLVMIsConstantString
@NativeType("LLVMBool") public static boolean LLVMIsConstantString(@NativeType("LLVMValueRef") long c) LLVMBool LLVMIsConstantString(LLVMValueRef c) -
nLLVMGetAsString
public static long nLLVMGetAsString(long c, long Length) char const * LLVMGetAsString(LLVMValueRef c, size_t * Length) -
LLVMGetAsString
@NativeType("char const *") public static String LLVMGetAsString(@NativeType("LLVMValueRef") long c) char const * LLVMGetAsString(LLVMValueRef c, size_t * Length) -
nLLVMGetRawDataValues
public static long nLLVMGetRawDataValues(long c, long SizeInBytes) char const * LLVMGetRawDataValues(LLVMValueRef c, size_t * SizeInBytes) -
LLVMGetRawDataValues
@NativeType("char const *") public static ByteBuffer LLVMGetRawDataValues(@NativeType("LLVMValueRef") long c) char const * LLVMGetRawDataValues(LLVMValueRef c, size_t * SizeInBytes) -
nLLVMConstStructInContext
public static long nLLVMConstStructInContext(long C, long ConstantVals, int Count, int Packed) LLVMValueRef LLVMConstStructInContext(LLVMContextRef C, LLVMValueRef * ConstantVals, unsigned int Count, LLVMBool Packed) -
LLVMConstStructInContext
@NativeType("LLVMValueRef") public static long LLVMConstStructInContext(@NativeType("LLVMContextRef") long C, @NativeType("LLVMValueRef *") PointerBuffer ConstantVals, @NativeType("LLVMBool") boolean Packed) LLVMValueRef LLVMConstStructInContext(LLVMContextRef C, LLVMValueRef * ConstantVals, unsigned int Count, LLVMBool Packed) -
nLLVMConstStruct
public static long nLLVMConstStruct(long ConstantVals, int Count, int Packed) LLVMValueRef LLVMConstStruct(LLVMValueRef * ConstantVals, unsigned int Count, LLVMBool Packed) -
LLVMConstStruct
@NativeType("LLVMValueRef") public static long LLVMConstStruct(@NativeType("LLVMValueRef *") PointerBuffer ConstantVals, @NativeType("LLVMBool") boolean Packed) LLVMValueRef LLVMConstStruct(LLVMValueRef * ConstantVals, unsigned int Count, LLVMBool Packed) -
nLLVMConstArray
public static long nLLVMConstArray(long ElementTy, long ConstantVals, int Length) LLVMValueRef LLVMConstArray(LLVMTypeRef ElementTy, LLVMValueRef * ConstantVals, unsigned int Length) -
LLVMConstArray
@NativeType("LLVMValueRef") public static long LLVMConstArray(@NativeType("LLVMTypeRef") long ElementTy, @NativeType("LLVMValueRef *") PointerBuffer ConstantVals) LLVMValueRef LLVMConstArray(LLVMTypeRef ElementTy, LLVMValueRef * ConstantVals, unsigned int Length) -
nLLVMConstArray2
public static long nLLVMConstArray2(long ElementTy, long ConstantVals, long Length) LLVMValueRef LLVMConstArray2(LLVMTypeRef ElementTy, LLVMValueRef * ConstantVals, uint64_t Length) -
LLVMConstArray2
@NativeType("LLVMValueRef") public static long LLVMConstArray2(@NativeType("LLVMTypeRef") long ElementTy, @NativeType("LLVMValueRef *") PointerBuffer ConstantVals) LLVMValueRef LLVMConstArray2(LLVMTypeRef ElementTy, LLVMValueRef * ConstantVals, uint64_t Length) -
nLLVMConstDataArray
public static long nLLVMConstDataArray(long ElementTy, long Data, long SizeInBytes) LLVMValueRef LLVMConstDataArray(LLVMTypeRef ElementTy, char const * Data, size_t SizeInBytes) -
LLVMConstDataArray
@NativeType("LLVMValueRef") public static long LLVMConstDataArray(@NativeType("LLVMTypeRef") long ElementTy, @NativeType("char const *") ByteBuffer Data) LLVMValueRef LLVMConstDataArray(LLVMTypeRef ElementTy, char const * Data, size_t SizeInBytes) -
nLLVMConstNamedStruct
public static long nLLVMConstNamedStruct(long StructTy, long ConstantVals, int Count) LLVMValueRef LLVMConstNamedStruct(LLVMTypeRef StructTy, LLVMValueRef * ConstantVals, unsigned int Count) -
LLVMConstNamedStruct
@NativeType("LLVMValueRef") public static long LLVMConstNamedStruct(@NativeType("LLVMTypeRef") long StructTy, @NativeType("LLVMValueRef *") PointerBuffer ConstantVals) LLVMValueRef LLVMConstNamedStruct(LLVMTypeRef StructTy, LLVMValueRef * ConstantVals, unsigned int Count) -
LLVMGetAggregateElement
@NativeType("LLVMValueRef") public static long LLVMGetAggregateElement(@NativeType("LLVMValueRef") long C, @NativeType("unsigned") int Idx) LLVMValueRef LLVMGetAggregateElement(LLVMValueRef C, unsigned Idx) -
LLVMGetElementAsConstant
@NativeType("LLVMValueRef") public static long LLVMGetElementAsConstant(@NativeType("LLVMValueRef") long C, @NativeType("unsigned int") int idx) LLVMValueRef LLVMGetElementAsConstant(LLVMValueRef C, unsigned int idx) -
nLLVMConstVector
public static long nLLVMConstVector(long ScalarConstantVals, int Size) LLVMValueRef LLVMConstVector(LLVMValueRef * ScalarConstantVals, unsigned int Size) -
LLVMConstVector
@NativeType("LLVMValueRef") public static long LLVMConstVector(@NativeType("LLVMValueRef *") PointerBuffer ScalarConstantVals) LLVMValueRef LLVMConstVector(LLVMValueRef * ScalarConstantVals, unsigned int Size) -
LLVMConstantPtrAuth
@NativeType("LLVMValueRef") public static long LLVMConstantPtrAuth(@NativeType("LLVMValueRef") long Ptr, @NativeType("LLVMValueRef") long Key, @NativeType("LLVMValueRef") long Disc, @NativeType("LLVMValueRef") long AddrDisc) LLVMValueRef LLVMConstantPtrAuth(LLVMValueRef Ptr, LLVMValueRef Key, LLVMValueRef Disc, LLVMValueRef AddrDisc) -
LLVMGetConstOpcode
@NativeType("LLVMOpcode") public static int LLVMGetConstOpcode(@NativeType("LLVMValueRef") long ConstantVal) LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal) -
LLVMAlignOf
LLVMValueRef LLVMAlignOf(LLVMTypeRef Ty) -
LLVMSizeOf
LLVMValueRef LLVMSizeOf(LLVMTypeRef Ty) -
LLVMConstNeg
@NativeType("LLVMValueRef") public static long LLVMConstNeg(@NativeType("LLVMValueRef") long ConstantVal) LLVMValueRef LLVMConstNeg(LLVMValueRef ConstantVal) -
LLVMConstNSWNeg
@NativeType("LLVMValueRef") public static long LLVMConstNSWNeg(@NativeType("LLVMValueRef") long ConstantVal) LLVMValueRef LLVMConstNSWNeg(LLVMValueRef ConstantVal) -
LLVMConstNUWNeg
@NativeType("LLVMValueRef") public static long LLVMConstNUWNeg(@NativeType("LLVMValueRef") long ConstantVal) LLVMValueRef LLVMConstNUWNeg(LLVMValueRef ConstantVal) -
LLVMConstFNeg
@NativeType("LLVMValueRef") public static long LLVMConstFNeg(@NativeType("LLVMValueRef") long ConstantVal) LLVMValueRef LLVMConstFNeg(LLVMValueRef ConstantVal) -
LLVMConstNot
@NativeType("LLVMValueRef") public static long LLVMConstNot(@NativeType("LLVMValueRef") long ConstantVal) LLVMValueRef LLVMConstNot(LLVMValueRef ConstantVal) -
LLVMConstAdd
@NativeType("LLVMValueRef") public static long LLVMConstAdd(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstAdd(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstNSWAdd
@NativeType("LLVMValueRef") public static long LLVMConstNSWAdd(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstNSWAdd(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstNUWAdd
@NativeType("LLVMValueRef") public static long LLVMConstNUWAdd(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstNUWAdd(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstFAdd
@NativeType("LLVMValueRef") public static long LLVMConstFAdd(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstFAdd(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstSub
@NativeType("LLVMValueRef") public static long LLVMConstSub(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstSub(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstNSWSub
@NativeType("LLVMValueRef") public static long LLVMConstNSWSub(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstNSWSub(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstNUWSub
@NativeType("LLVMValueRef") public static long LLVMConstNUWSub(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstNUWSub(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstFSub
@NativeType("LLVMValueRef") public static long LLVMConstFSub(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstFSub(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstMul
@NativeType("LLVMValueRef") public static long LLVMConstMul(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstMul(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstNSWMul
@NativeType("LLVMValueRef") public static long LLVMConstNSWMul(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstNSWMul(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstNUWMul
@NativeType("LLVMValueRef") public static long LLVMConstNUWMul(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstNUWMul(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstFMul
@NativeType("LLVMValueRef") public static long LLVMConstFMul(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstFMul(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstUDiv
@NativeType("LLVMValueRef") public static long LLVMConstUDiv(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstUDiv(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstExactUDiv
@NativeType("LLVMValueRef") public static long LLVMConstExactUDiv(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstExactUDiv(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstSDiv
@NativeType("LLVMValueRef") public static long LLVMConstSDiv(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstSDiv(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstExactSDiv
@NativeType("LLVMValueRef") public static long LLVMConstExactSDiv(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstExactSDiv(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstFDiv
@NativeType("LLVMValueRef") public static long LLVMConstFDiv(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstFDiv(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstURem
@NativeType("LLVMValueRef") public static long LLVMConstURem(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstURem(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstSRem
@NativeType("LLVMValueRef") public static long LLVMConstSRem(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstSRem(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstFRem
@NativeType("LLVMValueRef") public static long LLVMConstFRem(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstFRem(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstAnd
@NativeType("LLVMValueRef") public static long LLVMConstAnd(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstAnd(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstOr
@NativeType("LLVMValueRef") public static long LLVMConstOr(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstOr(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstXor
@NativeType("LLVMValueRef") public static long LLVMConstXor(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstXor(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstICmp
@NativeType("LLVMValueRef") public static long LLVMConstICmp(@NativeType("LLVMIntPredicate") int Predicate, @NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstICmp(LLVMIntPredicate Predicate, LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstFCmp
@NativeType("LLVMValueRef") public static long LLVMConstFCmp(@NativeType("LLVMRealPredicate") int Predicate, @NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstFCmp(LLVMRealPredicate Predicate, LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstShl
@NativeType("LLVMValueRef") public static long LLVMConstShl(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstShl(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstLShr
@NativeType("LLVMValueRef") public static long LLVMConstLShr(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstLShr(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
LLVMConstAShr
@NativeType("LLVMValueRef") public static long LLVMConstAShr(@NativeType("LLVMValueRef") long LHSConstant, @NativeType("LLVMValueRef") long RHSConstant) LLVMValueRef LLVMConstAShr(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) -
nLLVMConstGEP
public static long nLLVMConstGEP(long ConstantVal, long ConstantIndices, int NumIndices) LLVMValueRef LLVMConstGEP(LLVMValueRef ConstantVal, LLVMValueRef * ConstantIndices, unsigned int NumIndices) -
LLVMConstGEP
@NativeType("LLVMValueRef") public static long LLVMConstGEP(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMValueRef *") PointerBuffer ConstantIndices) LLVMValueRef LLVMConstGEP(LLVMValueRef ConstantVal, LLVMValueRef * ConstantIndices, unsigned int NumIndices) -
nLLVMConstGEP2
public static long nLLVMConstGEP2(long Ty, long ConstantVal, long ConstantIndices, int NumIndices) LLVMValueRef LLVMConstGEP2(LLVMTypeRef Ty, LLVMValueRef ConstantVal, LLVMValueRef * ConstantIndices, unsigned int NumIndices) -
LLVMConstGEP2
@NativeType("LLVMValueRef") public static long LLVMConstGEP2(@NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMValueRef *") PointerBuffer ConstantIndices) LLVMValueRef LLVMConstGEP2(LLVMTypeRef Ty, LLVMValueRef ConstantVal, LLVMValueRef * ConstantIndices, unsigned int NumIndices) -
nLLVMConstInBoundsGEP
public static long nLLVMConstInBoundsGEP(long ConstantVal, long ConstantIndices, int NumIndices) LLVMValueRef LLVMConstInBoundsGEP(LLVMValueRef ConstantVal, LLVMValueRef * ConstantIndices, unsigned int NumIndices) -
LLVMConstInBoundsGEP
@NativeType("LLVMValueRef") public static long LLVMConstInBoundsGEP(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMValueRef *") PointerBuffer ConstantIndices) LLVMValueRef LLVMConstInBoundsGEP(LLVMValueRef ConstantVal, LLVMValueRef * ConstantIndices, unsigned int NumIndices) -
nLLVMConstInBoundsGEP2
public static long nLLVMConstInBoundsGEP2(long Ty, long ConstantVal, long ConstantIndices, int NumIndices) LLVMValueRef LLVMConstInBoundsGEP2(LLVMTypeRef Ty, LLVMValueRef ConstantVal, LLVMValueRef * ConstantIndices, unsigned int NumIndices) -
LLVMConstInBoundsGEP2
@NativeType("LLVMValueRef") public static long LLVMConstInBoundsGEP2(@NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMValueRef *") PointerBuffer ConstantIndices) LLVMValueRef LLVMConstInBoundsGEP2(LLVMTypeRef Ty, LLVMValueRef ConstantVal, LLVMValueRef * ConstantIndices, unsigned int NumIndices) -
nLLVMConstInBoundsGEPWithNoWrapFlags
public static long nLLVMConstInBoundsGEPWithNoWrapFlags(long Ty, long ConstantVal, long ConstantIndices, int NumIndices, int NoWrapFlags) LLVMValueRef LLVMConstInBoundsGEPWithNoWrapFlags(LLVMTypeRef Ty, LLVMValueRef ConstantVal, LLVMValueRef * ConstantIndices, unsigned NumIndices, LLVMGEPNoWrapFlags NoWrapFlags) -
LLVMConstInBoundsGEPWithNoWrapFlags
@NativeType("LLVMValueRef") public static long LLVMConstInBoundsGEPWithNoWrapFlags(@NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMValueRef *") PointerBuffer ConstantIndices, @NativeType("LLVMGEPNoWrapFlags") int NoWrapFlags) LLVMValueRef LLVMConstInBoundsGEPWithNoWrapFlags(LLVMTypeRef Ty, LLVMValueRef ConstantVal, LLVMValueRef * ConstantIndices, unsigned NumIndices, LLVMGEPNoWrapFlags NoWrapFlags) -
LLVMConstTrunc
@NativeType("LLVMValueRef") public static long LLVMConstTrunc(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMTypeRef") long ToType) LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) -
LLVMConstSExt
@NativeType("LLVMValueRef") public static long LLVMConstSExt(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMTypeRef") long ToType) LLVMValueRef LLVMConstSExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) -
LLVMConstZExt
@NativeType("LLVMValueRef") public static long LLVMConstZExt(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMTypeRef") long ToType) LLVMValueRef LLVMConstZExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) -
LLVMConstFPTrunc
@NativeType("LLVMValueRef") public static long LLVMConstFPTrunc(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMTypeRef") long ToType) LLVMValueRef LLVMConstFPTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) -
LLVMConstFPExt
@NativeType("LLVMValueRef") public static long LLVMConstFPExt(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMTypeRef") long ToType) LLVMValueRef LLVMConstFPExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) -
LLVMConstUIToFP
@NativeType("LLVMValueRef") public static long LLVMConstUIToFP(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMTypeRef") long ToType) LLVMValueRef LLVMConstUIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) -
LLVMConstSIToFP
@NativeType("LLVMValueRef") public static long LLVMConstSIToFP(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMTypeRef") long ToType) LLVMValueRef LLVMConstSIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) -
LLVMConstFPToUI
@NativeType("LLVMValueRef") public static long LLVMConstFPToUI(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMTypeRef") long ToType) LLVMValueRef LLVMConstFPToUI(LLVMValueRef ConstantVal, LLVMTypeRef ToType) -
LLVMConstFPToSI
@NativeType("LLVMValueRef") public static long LLVMConstFPToSI(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMTypeRef") long ToType) LLVMValueRef LLVMConstFPToSI(LLVMValueRef ConstantVal, LLVMTypeRef ToType) -
LLVMConstPtrToInt
@NativeType("LLVMValueRef") public static long LLVMConstPtrToInt(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMTypeRef") long ToType) LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) -
LLVMConstIntToPtr
@NativeType("LLVMValueRef") public static long LLVMConstIntToPtr(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMTypeRef") long ToType) LLVMValueRef LLVMConstIntToPtr(LLVMValueRef ConstantVal, LLVMTypeRef ToType) -
LLVMConstBitCast
@NativeType("LLVMValueRef") public static long LLVMConstBitCast(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMTypeRef") long ToType) LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) -
LLVMConstAddrSpaceCast
@NativeType("LLVMValueRef") public static long LLVMConstAddrSpaceCast(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMTypeRef") long ToType) LLVMValueRef LLVMConstAddrSpaceCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) -
LLVMConstZExtOrBitCast
@NativeType("LLVMValueRef") public static long LLVMConstZExtOrBitCast(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMTypeRef") long ToType) LLVMValueRef LLVMConstZExtOrBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) -
LLVMConstSExtOrBitCast
@NativeType("LLVMValueRef") public static long LLVMConstSExtOrBitCast(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMTypeRef") long ToType) LLVMValueRef LLVMConstSExtOrBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) -
LLVMConstTruncOrBitCast
@NativeType("LLVMValueRef") public static long LLVMConstTruncOrBitCast(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMTypeRef") long ToType) LLVMValueRef LLVMConstTruncOrBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) -
LLVMConstPointerCast
@NativeType("LLVMValueRef") public static long LLVMConstPointerCast(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMTypeRef") long ToType) LLVMValueRef LLVMConstPointerCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) -
LLVMConstIntCast
@NativeType("LLVMValueRef") public static long LLVMConstIntCast(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMTypeRef") long ToType, @NativeType("LLVMBool") boolean isSigned) LLVMValueRef LLVMConstIntCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType, LLVMBool isSigned) -
LLVMConstFPCast
@NativeType("LLVMValueRef") public static long LLVMConstFPCast(@NativeType("LLVMValueRef") long ConstantVal, @NativeType("LLVMTypeRef") long ToType) LLVMValueRef LLVMConstFPCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) -
LLVMConstSelect
@NativeType("LLVMValueRef") public static long LLVMConstSelect(@NativeType("LLVMValueRef") long ConstantCondition, @NativeType("LLVMValueRef") long ConstantIfTrue, @NativeType("LLVMValueRef") long ConstantIfFalse) LLVMValueRef LLVMConstSelect(LLVMValueRef ConstantCondition, LLVMValueRef ConstantIfTrue, LLVMValueRef ConstantIfFalse) -
LLVMConstExtractElement
@NativeType("LLVMValueRef") public static long LLVMConstExtractElement(@NativeType("LLVMValueRef") long VectorConstant, @NativeType("LLVMValueRef") long IndexConstant) LLVMValueRef LLVMConstExtractElement(LLVMValueRef VectorConstant, LLVMValueRef IndexConstant) -
LLVMConstInsertElement
@NativeType("LLVMValueRef") public static long LLVMConstInsertElement(@NativeType("LLVMValueRef") long VectorConstant, @NativeType("LLVMValueRef") long ElementValueConstant, @NativeType("LLVMValueRef") long IndexConstant) LLVMValueRef LLVMConstInsertElement(LLVMValueRef VectorConstant, LLVMValueRef ElementValueConstant, LLVMValueRef IndexConstant) -
LLVMConstShuffleVector
@NativeType("LLVMValueRef") public static long LLVMConstShuffleVector(@NativeType("LLVMValueRef") long VectorAConstant, @NativeType("LLVMValueRef") long VectorBConstant, @NativeType("LLVMValueRef") long MaskConstant) LLVMValueRef LLVMConstShuffleVector(LLVMValueRef VectorAConstant, LLVMValueRef VectorBConstant, LLVMValueRef MaskConstant) -
nLLVMConstExtractValue
public static long nLLVMConstExtractValue(long AggConstant, long IdxList, int NumIdx) LLVMValueRef LLVMConstExtractValue(LLVMValueRef AggConstant, unsigned int * IdxList, unsigned int NumIdx) -
LLVMConstExtractValue
@NativeType("LLVMValueRef") public static long LLVMConstExtractValue(@NativeType("LLVMValueRef") long AggConstant, @NativeType("unsigned int *") IntBuffer IdxList) LLVMValueRef LLVMConstExtractValue(LLVMValueRef AggConstant, unsigned int * IdxList, unsigned int NumIdx) -
nLLVMConstInsertValue
public static long nLLVMConstInsertValue(long AggConstant, long ElementValueConstant, long IdxList, int NumIdx) LLVMValueRef LLVMConstInsertValue(LLVMValueRef AggConstant, LLVMValueRef ElementValueConstant, unsigned int * IdxList, unsigned int NumIdx) -
LLVMConstInsertValue
@NativeType("LLVMValueRef") public static long LLVMConstInsertValue(@NativeType("LLVMValueRef") long AggConstant, @NativeType("LLVMValueRef") long ElementValueConstant, @NativeType("unsigned int *") IntBuffer IdxList) LLVMValueRef LLVMConstInsertValue(LLVMValueRef AggConstant, LLVMValueRef ElementValueConstant, unsigned int * IdxList, unsigned int NumIdx) -
LLVMBlockAddress
@NativeType("LLVMValueRef") public static long LLVMBlockAddress(@NativeType("LLVMValueRef") long F, @NativeType("LLVMBasicBlockRef") long BB) LLVMValueRef LLVMBlockAddress(LLVMValueRef F, LLVMBasicBlockRef BB) -
LLVMGetBlockAddressFunction
@NativeType("LLVMValueRef") public static long LLVMGetBlockAddressFunction(@NativeType("LLVMValueRef") long BlockAddr) LLVMValueRef LLVMGetBlockAddressFunction(LLVMValueRef BlockAddr) -
LLVMGetBlockAddressBasicBlock
@NativeType("LLVMBasicBlockRef") public static long LLVMGetBlockAddressBasicBlock(@NativeType("LLVMValueRef") long BlockAddr) LLVMBasicBlockRef LLVMGetBlockAddressBasicBlock(LLVMValueRef BlockAddr) -
nLLVMConstInlineAsm
public static long nLLVMConstInlineAsm(long Ty, long AsmString, long Constraints, int HasSideEffects, int IsAlignStack) LLVMValueRef LLVMConstInlineAsm(LLVMTypeRef Ty, char const * AsmString, char const * Constraints, LLVMBool HasSideEffects, LLVMBool IsAlignStack) -
LLVMConstInlineAsm
@NativeType("LLVMValueRef") public static long LLVMConstInlineAsm(@NativeType("LLVMTypeRef") long Ty, @NativeType("char const *") ByteBuffer AsmString, @NativeType("char const *") ByteBuffer Constraints, @NativeType("LLVMBool") boolean HasSideEffects, @NativeType("LLVMBool") boolean IsAlignStack) LLVMValueRef LLVMConstInlineAsm(LLVMTypeRef Ty, char const * AsmString, char const * Constraints, LLVMBool HasSideEffects, LLVMBool IsAlignStack) -
LLVMConstInlineAsm
@NativeType("LLVMValueRef") public static long LLVMConstInlineAsm(@NativeType("LLVMTypeRef") long Ty, @NativeType("char const *") CharSequence AsmString, @NativeType("char const *") CharSequence Constraints, @NativeType("LLVMBool") boolean HasSideEffects, @NativeType("LLVMBool") boolean IsAlignStack) LLVMValueRef LLVMConstInlineAsm(LLVMTypeRef Ty, char const * AsmString, char const * Constraints, LLVMBool HasSideEffects, LLVMBool IsAlignStack) -
LLVMGetGlobalParent
@NativeType("LLVMModuleRef") public static long LLVMGetGlobalParent(@NativeType("LLVMValueRef") long Global) LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global) -
LLVMIsDeclaration
@NativeType("LLVMBool") public static boolean LLVMIsDeclaration(@NativeType("LLVMValueRef") long Global) LLVMBool LLVMIsDeclaration(LLVMValueRef Global) -
LLVMGetLinkage
@NativeType("LLVMLinkage") public static int LLVMGetLinkage(@NativeType("LLVMValueRef") long Global) LLVMLinkage LLVMGetLinkage(LLVMValueRef Global) -
LLVMSetLinkage
public static void LLVMSetLinkage(@NativeType("LLVMValueRef") long Global, @NativeType("LLVMLinkage") int Linkage) void LLVMSetLinkage(LLVMValueRef Global, LLVMLinkage Linkage) -
nLLVMGetSection
public static long nLLVMGetSection(long Global) char const * LLVMGetSection(LLVMValueRef Global) -
LLVMGetSection
@NativeType("char const *") public static String LLVMGetSection(@NativeType("LLVMValueRef") long Global) char const * LLVMGetSection(LLVMValueRef Global) -
nLLVMSetSection
public static void nLLVMSetSection(long Global, long Section) void LLVMSetSection(LLVMValueRef Global, char const * Section) -
LLVMSetSection
public static void LLVMSetSection(@NativeType("LLVMValueRef") long Global, @NativeType("char const *") ByteBuffer Section) void LLVMSetSection(LLVMValueRef Global, char const * Section) -
LLVMSetSection
public static void LLVMSetSection(@NativeType("LLVMValueRef") long Global, @NativeType("char const *") CharSequence Section) void LLVMSetSection(LLVMValueRef Global, char const * Section) -
LLVMGetVisibility
@NativeType("LLVMVisibility") public static int LLVMGetVisibility(@NativeType("LLVMValueRef") long Global) LLVMVisibility LLVMGetVisibility(LLVMValueRef Global) -
LLVMSetVisibility
public static void LLVMSetVisibility(@NativeType("LLVMValueRef") long Global, @NativeType("LLVMVisibility") int Viz) void LLVMSetVisibility(LLVMValueRef Global, LLVMVisibility Viz) -
LLVMGetDLLStorageClass
@NativeType("LLVMDLLStorageClass") public static int LLVMGetDLLStorageClass(@NativeType("LLVMValueRef") long Global) LLVMDLLStorageClass LLVMGetDLLStorageClass(LLVMValueRef Global) -
LLVMSetDLLStorageClass
public static void LLVMSetDLLStorageClass(@NativeType("LLVMValueRef") long Global, @NativeType("LLVMDLLStorageClass") int Class) void LLVMSetDLLStorageClass(LLVMValueRef Global, LLVMDLLStorageClass Class) -
LLVMGetUnnamedAddress
@NativeType("LLVMUnnamedAddr") public static int LLVMGetUnnamedAddress(@NativeType("LLVMValueRef") long Global) LLVMUnnamedAddr LLVMGetUnnamedAddress(LLVMValueRef Global) -
LLVMSetUnnamedAddress
public static void LLVMSetUnnamedAddress(@NativeType("LLVMValueRef") long Global, @NativeType("LLVMUnnamedAddr") int UnnamedAddr) void LLVMSetUnnamedAddress(LLVMValueRef Global, LLVMUnnamedAddr UnnamedAddr) -
LLVMGlobalGetValueType
@NativeType("LLVMTypeRef") public static long LLVMGlobalGetValueType(@NativeType("LLVMValueRef") long Global) LLVMTypeRef LLVMGlobalGetValueType(LLVMValueRef Global) -
LLVMHasUnnamedAddr
@NativeType("LLVMBool") public static boolean LLVMHasUnnamedAddr(@NativeType("LLVMValueRef") long Global) LLVMBool LLVMHasUnnamedAddr(LLVMValueRef Global) -
LLVMSetUnnamedAddr
public static void LLVMSetUnnamedAddr(@NativeType("LLVMValueRef") long Global, @NativeType("LLVMBool") boolean HasUnnamedAddr) void LLVMSetUnnamedAddr(LLVMValueRef Global, LLVMBool HasUnnamedAddr) -
LLVMGetAlignment
unsigned int LLVMGetAlignment(LLVMValueRef V) -
LLVMSetAlignment
public static void LLVMSetAlignment(@NativeType("LLVMValueRef") long V, @NativeType("unsigned int") int Bytes) void LLVMSetAlignment(LLVMValueRef V, unsigned int Bytes) -
LLVMGlobalSetMetadata
public static void LLVMGlobalSetMetadata(@NativeType("LLVMValueRef") long Global, @NativeType("unsigned int") int Kind, @NativeType("LLVMMetadataRef") long MD) void LLVMGlobalSetMetadata(LLVMValueRef Global, unsigned int Kind, LLVMMetadataRef MD) -
LLVMGlobalEraseMetadata
public static void LLVMGlobalEraseMetadata(@NativeType("LLVMValueRef") long Global, @NativeType("unsigned int") int Kind) void LLVMGlobalEraseMetadata(LLVMValueRef Global, unsigned int Kind) -
LLVMGlobalClearMetadata
void LLVMGlobalClearMetadata(LLVMValueRef Global) -
nLLVMGlobalCopyAllMetadata
public static long nLLVMGlobalCopyAllMetadata(long Value, long NumEntries) LLVMValueMetadataEntry * LLVMGlobalCopyAllMetadata(LLVMValueRef Value, size_t * NumEntries) -
LLVMGlobalCopyAllMetadata
@NativeType("LLVMValueMetadataEntry *") public static long LLVMGlobalCopyAllMetadata(@NativeType("LLVMValueRef") long Value, @NativeType("size_t *") PointerBuffer NumEntries) LLVMValueMetadataEntry * LLVMGlobalCopyAllMetadata(LLVMValueRef Value, size_t * NumEntries) -
LLVMDisposeValueMetadataEntries
public static void LLVMDisposeValueMetadataEntries(@NativeType("LLVMValueMetadataEntry *") long Entries) void LLVMDisposeValueMetadataEntries(LLVMValueMetadataEntry * Entries) -
LLVMValueMetadataEntriesGetKind
@NativeType("unsigned int") public static int LLVMValueMetadataEntriesGetKind(@NativeType("LLVMValueMetadataEntry *") long Entries, @NativeType("unsigned int") int Index) unsigned int LLVMValueMetadataEntriesGetKind(LLVMValueMetadataEntry * Entries, unsigned int Index) -
LLVMValueMetadataEntriesGetMetadata
@NativeType("LLVMMetadataRef") public static long LLVMValueMetadataEntriesGetMetadata(@NativeType("LLVMValueMetadataEntry *") long Entries, @NativeType("unsigned int") int Index) LLVMMetadataRef LLVMValueMetadataEntriesGetMetadata(LLVMValueMetadataEntry * Entries, unsigned int Index) -
nLLVMAddGlobal
public static long nLLVMAddGlobal(long M, long Ty, long Name) LLVMValueRef LLVMAddGlobal(LLVMModuleRef M, LLVMTypeRef Ty, char const * Name) -
LLVMAddGlobal
@NativeType("LLVMValueRef") public static long LLVMAddGlobal(@NativeType("LLVMModuleRef") long M, @NativeType("LLVMTypeRef") long Ty, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMAddGlobal(LLVMModuleRef M, LLVMTypeRef Ty, char const * Name) -
LLVMAddGlobal
@NativeType("LLVMValueRef") public static long LLVMAddGlobal(@NativeType("LLVMModuleRef") long M, @NativeType("LLVMTypeRef") long Ty, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMAddGlobal(LLVMModuleRef M, LLVMTypeRef Ty, char const * Name) -
nLLVMAddGlobalInAddressSpace
public static long nLLVMAddGlobalInAddressSpace(long M, long Ty, long Name, int AddressSpace) LLVMValueRef LLVMAddGlobalInAddressSpace(LLVMModuleRef M, LLVMTypeRef Ty, char const * Name, unsigned int AddressSpace) -
LLVMAddGlobalInAddressSpace
@NativeType("LLVMValueRef") public static long LLVMAddGlobalInAddressSpace(@NativeType("LLVMModuleRef") long M, @NativeType("LLVMTypeRef") long Ty, @NativeType("char const *") ByteBuffer Name, @NativeType("unsigned int") int AddressSpace) LLVMValueRef LLVMAddGlobalInAddressSpace(LLVMModuleRef M, LLVMTypeRef Ty, char const * Name, unsigned int AddressSpace) -
LLVMAddGlobalInAddressSpace
@NativeType("LLVMValueRef") public static long LLVMAddGlobalInAddressSpace(@NativeType("LLVMModuleRef") long M, @NativeType("LLVMTypeRef") long Ty, @NativeType("char const *") CharSequence Name, @NativeType("unsigned int") int AddressSpace) LLVMValueRef LLVMAddGlobalInAddressSpace(LLVMModuleRef M, LLVMTypeRef Ty, char const * Name, unsigned int AddressSpace) -
nLLVMGetNamedGlobal
public static long nLLVMGetNamedGlobal(long M, long Name) LLVMValueRef LLVMGetNamedGlobal(LLVMModuleRef M, char const * Name) -
LLVMGetNamedGlobal
@NativeType("LLVMValueRef") public static long LLVMGetNamedGlobal(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMGetNamedGlobal(LLVMModuleRef M, char const * Name) -
LLVMGetNamedGlobal
@NativeType("LLVMValueRef") public static long LLVMGetNamedGlobal(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMGetNamedGlobal(LLVMModuleRef M, char const * Name) -
nLLVMGetNamedGlobalWithLength
public static long nLLVMGetNamedGlobalWithLength(long M, long Name, long Length) LLVMValueRef LLVMGetNamedGlobalWithLength(LLVMModuleRef M, char const * Name, size_t Length) -
LLVMGetNamedGlobalWithLength
@NativeType("LLVMValueRef") public static long LLVMGetNamedGlobalWithLength(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMGetNamedGlobalWithLength(LLVMModuleRef M, char const * Name, size_t Length) -
LLVMGetNamedGlobalWithLength
@NativeType("LLVMValueRef") public static long LLVMGetNamedGlobalWithLength(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMGetNamedGlobalWithLength(LLVMModuleRef M, char const * Name, size_t Length) -
LLVMGetFirstGlobal
@NativeType("LLVMValueRef") public static long LLVMGetFirstGlobal(@NativeType("LLVMModuleRef") long M) LLVMValueRef LLVMGetFirstGlobal(LLVMModuleRef M) -
LLVMGetLastGlobal
@NativeType("LLVMValueRef") public static long LLVMGetLastGlobal(@NativeType("LLVMModuleRef") long M) LLVMValueRef LLVMGetLastGlobal(LLVMModuleRef M) -
LLVMGetNextGlobal
@NativeType("LLVMValueRef") public static long LLVMGetNextGlobal(@NativeType("LLVMValueRef") long GlobalVar) LLVMValueRef LLVMGetNextGlobal(LLVMValueRef GlobalVar) -
LLVMGetPreviousGlobal
@NativeType("LLVMValueRef") public static long LLVMGetPreviousGlobal(@NativeType("LLVMValueRef") long GlobalVar) LLVMValueRef LLVMGetPreviousGlobal(LLVMValueRef GlobalVar) -
LLVMDeleteGlobal
void LLVMDeleteGlobal(LLVMValueRef GlobalVar) -
LLVMGetInitializer
@NativeType("LLVMValueRef") public static long LLVMGetInitializer(@NativeType("LLVMValueRef") long GlobalVar) LLVMValueRef LLVMGetInitializer(LLVMValueRef GlobalVar) -
LLVMSetInitializer
public static void LLVMSetInitializer(@NativeType("LLVMValueRef") long GlobalVar, @NativeType("LLVMValueRef") long ConstantVal) void LLVMSetInitializer(LLVMValueRef GlobalVar, LLVMValueRef ConstantVal) -
LLVMIsThreadLocal
@NativeType("LLVMBool") public static boolean LLVMIsThreadLocal(@NativeType("LLVMValueRef") long GlobalVar) LLVMBool LLVMIsThreadLocal(LLVMValueRef GlobalVar) -
LLVMSetThreadLocal
public static void LLVMSetThreadLocal(@NativeType("LLVMValueRef") long GlobalVar, @NativeType("LLVMBool") boolean IsThreadLocal) void LLVMSetThreadLocal(LLVMValueRef GlobalVar, LLVMBool IsThreadLocal) -
LLVMIsGlobalConstant
@NativeType("LLVMBool") public static boolean LLVMIsGlobalConstant(@NativeType("LLVMValueRef") long GlobalVar) LLVMBool LLVMIsGlobalConstant(LLVMValueRef GlobalVar) -
LLVMSetGlobalConstant
public static void LLVMSetGlobalConstant(@NativeType("LLVMValueRef") long GlobalVar, @NativeType("LLVMBool") boolean IsConstant) void LLVMSetGlobalConstant(LLVMValueRef GlobalVar, LLVMBool IsConstant) -
LLVMGetThreadLocalMode
@NativeType("LLVMThreadLocalMode") public static int LLVMGetThreadLocalMode(@NativeType("LLVMValueRef") long GlobalVar) LLVMThreadLocalMode LLVMGetThreadLocalMode(LLVMValueRef GlobalVar) -
LLVMSetThreadLocalMode
public static void LLVMSetThreadLocalMode(@NativeType("LLVMValueRef") long GlobalVar, @NativeType("LLVMThreadLocalMode") int Mode) void LLVMSetThreadLocalMode(LLVMValueRef GlobalVar, LLVMThreadLocalMode Mode) -
LLVMIsExternallyInitialized
@NativeType("LLVMBool") public static boolean LLVMIsExternallyInitialized(@NativeType("LLVMValueRef") long GlobalVar) LLVMBool LLVMIsExternallyInitialized(LLVMValueRef GlobalVar) -
LLVMSetExternallyInitialized
public static void LLVMSetExternallyInitialized(@NativeType("LLVMValueRef") long GlobalVar, @NativeType("LLVMBool") boolean IsExtInit) void LLVMSetExternallyInitialized(LLVMValueRef GlobalVar, LLVMBool IsExtInit) -
nLLVMAddAlias
public static long nLLVMAddAlias(long M, long Ty, long Aliasee, long Name) LLVMValueRef LLVMAddAlias(LLVMModuleRef M, LLVMTypeRef Ty, LLVMValueRef Aliasee, char const * Name) -
LLVMAddAlias
@NativeType("LLVMValueRef") public static long LLVMAddAlias(@NativeType("LLVMModuleRef") long M, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Aliasee, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMAddAlias(LLVMModuleRef M, LLVMTypeRef Ty, LLVMValueRef Aliasee, char const * Name) -
LLVMAddAlias
@NativeType("LLVMValueRef") public static long LLVMAddAlias(@NativeType("LLVMModuleRef") long M, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Aliasee, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMAddAlias(LLVMModuleRef M, LLVMTypeRef Ty, LLVMValueRef Aliasee, char const * Name) -
nLLVMAddAlias2
public static long nLLVMAddAlias2(long M, long ValueTy, int AddrSpace, long Aliasee, long Name) LLVMValueRef LLVMAddAlias2(LLVMModuleRef M, LLVMTypeRef ValueTy, unsigned AddrSpace, LLVMValueRef Aliasee, char const * Name) -
LLVMAddAlias2
@NativeType("LLVMValueRef") public static long LLVMAddAlias2(@NativeType("LLVMModuleRef") long M, @NativeType("LLVMTypeRef") long ValueTy, @NativeType("unsigned") int AddrSpace, @NativeType("LLVMValueRef") long Aliasee, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMAddAlias2(LLVMModuleRef M, LLVMTypeRef ValueTy, unsigned AddrSpace, LLVMValueRef Aliasee, char const * Name) -
LLVMAddAlias2
@NativeType("LLVMValueRef") public static long LLVMAddAlias2(@NativeType("LLVMModuleRef") long M, @NativeType("LLVMTypeRef") long ValueTy, @NativeType("unsigned") int AddrSpace, @NativeType("LLVMValueRef") long Aliasee, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMAddAlias2(LLVMModuleRef M, LLVMTypeRef ValueTy, unsigned AddrSpace, LLVMValueRef Aliasee, char const * Name) -
nLLVMGetNamedGlobalAlias
public static long nLLVMGetNamedGlobalAlias(long M, long Name, long NameLen) LLVMValueRef LLVMGetNamedGlobalAlias(LLVMModuleRef M, char const * Name, size_t NameLen) -
LLVMGetNamedGlobalAlias
@NativeType("LLVMValueRef") public static long LLVMGetNamedGlobalAlias(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMGetNamedGlobalAlias(LLVMModuleRef M, char const * Name, size_t NameLen) -
LLVMGetNamedGlobalAlias
@NativeType("LLVMValueRef") public static long LLVMGetNamedGlobalAlias(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMGetNamedGlobalAlias(LLVMModuleRef M, char const * Name, size_t NameLen) -
LLVMGetFirstGlobalAlias
@NativeType("LLVMValueRef") public static long LLVMGetFirstGlobalAlias(@NativeType("LLVMModuleRef") long M) LLVMValueRef LLVMGetFirstGlobalAlias(LLVMModuleRef M) -
LLVMGetLastGlobalAlias
@NativeType("LLVMValueRef") public static long LLVMGetLastGlobalAlias(@NativeType("LLVMModuleRef") long M) LLVMValueRef LLVMGetLastGlobalAlias(LLVMModuleRef M) -
LLVMGetNextGlobalAlias
@NativeType("LLVMValueRef") public static long LLVMGetNextGlobalAlias(@NativeType("LLVMValueRef") long GA) LLVMValueRef LLVMGetNextGlobalAlias(LLVMValueRef GA) -
LLVMGetPreviousGlobalAlias
@NativeType("LLVMValueRef") public static long LLVMGetPreviousGlobalAlias(@NativeType("LLVMValueRef") long GA) LLVMValueRef LLVMGetPreviousGlobalAlias(LLVMValueRef GA) -
LLVMAliasGetAliasee
@NativeType("LLVMValueRef") public static long LLVMAliasGetAliasee(@NativeType("LLVMValueRef") long Alias) LLVMValueRef LLVMAliasGetAliasee(LLVMValueRef Alias) -
LLVMAliasSetAliasee
public static void LLVMAliasSetAliasee(@NativeType("LLVMValueRef") long Alias, @NativeType("LLVMValueRef") long Aliasee) void LLVMAliasSetAliasee(LLVMValueRef Alias, LLVMValueRef Aliasee) -
LLVMDeleteFunction
void LLVMDeleteFunction(LLVMValueRef Fn) -
LLVMHasPersonalityFn
@NativeType("LLVMBool") public static boolean LLVMHasPersonalityFn(@NativeType("LLVMValueRef") long Fn) LLVMBool LLVMHasPersonalityFn(LLVMValueRef Fn) -
LLVMGetPersonalityFn
@NativeType("LLVMValueRef") public static long LLVMGetPersonalityFn(@NativeType("LLVMValueRef") long Fn) LLVMValueRef LLVMGetPersonalityFn(LLVMValueRef Fn) -
LLVMSetPersonalityFn
public static void LLVMSetPersonalityFn(@NativeType("LLVMValueRef") long Fn, @NativeType("LLVMValueRef") long PersonalityFn) void LLVMSetPersonalityFn(LLVMValueRef Fn, LLVMValueRef PersonalityFn) -
nLLVMLookupIntrinsicID
public static int nLLVMLookupIntrinsicID(long Name, long NameLen) unsigned int LLVMLookupIntrinsicID(char const * Name, size_t NameLen) -
LLVMLookupIntrinsicID
@NativeType("unsigned int") public static int LLVMLookupIntrinsicID(@NativeType("char const *") ByteBuffer Name) unsigned int LLVMLookupIntrinsicID(char const * Name, size_t NameLen) -
LLVMLookupIntrinsicID
@NativeType("unsigned int") public static int LLVMLookupIntrinsicID(@NativeType("char const *") CharSequence Name) unsigned int LLVMLookupIntrinsicID(char const * Name, size_t NameLen) -
LLVMGetIntrinsicID
@NativeType("unsigned int") public static int LLVMGetIntrinsicID(@NativeType("LLVMValueRef") long Fn) unsigned int LLVMGetIntrinsicID(LLVMValueRef Fn) -
nLLVMGetIntrinsicDeclaration
public static long nLLVMGetIntrinsicDeclaration(long Mod, int ID, long ParamTypes, long ParamCount) LLVMValueRef LLVMGetIntrinsicDeclaration(LLVMModuleRef Mod, unsigned ID, LLVMTypeRef * ParamTypes, size_t ParamCount) -
LLVMGetIntrinsicDeclaration
@NativeType("LLVMValueRef") public static long LLVMGetIntrinsicDeclaration(@NativeType("LLVMModuleRef") long Mod, @NativeType("unsigned") int ID, @NativeType("LLVMTypeRef *") PointerBuffer ParamTypes) LLVMValueRef LLVMGetIntrinsicDeclaration(LLVMModuleRef Mod, unsigned ID, LLVMTypeRef * ParamTypes, size_t ParamCount) -
nLLVMIntrinsicGetType
public static long nLLVMIntrinsicGetType(long Ctx, int ID, long ParamTypes, long ParamCount) LLVMValueRef LLVMIntrinsicGetType(LLVMContextRef Ctx, unsigned ID, LLVMTypeRef * ParamTypes, size_t ParamCount) -
LLVMIntrinsicGetType
@NativeType("LLVMValueRef") public static long LLVMIntrinsicGetType(@NativeType("LLVMContextRef") long Ctx, @NativeType("unsigned") int ID, @NativeType("LLVMTypeRef *") PointerBuffer ParamTypes) LLVMValueRef LLVMIntrinsicGetType(LLVMContextRef Ctx, unsigned ID, LLVMTypeRef * ParamTypes, size_t ParamCount) -
nLLVMIntrinsicGetName
public static long nLLVMIntrinsicGetName(int ID, long NameLength) char const * LLVMIntrinsicGetName(unsigned ID, size_t * NameLength) -
LLVMIntrinsicGetName
@NativeType("char const *") public static @Nullable String LLVMIntrinsicGetName(@NativeType("unsigned") int ID) char const * LLVMIntrinsicGetName(unsigned ID, size_t * NameLength) -
nLLVMIntrinsicCopyOverloadedName
public static long nLLVMIntrinsicCopyOverloadedName(int ID, long ParamTypes, long ParamCount, long NameLength) char * LLVMIntrinsicCopyOverloadedName(unsigned ID, LLVMTypeRef * ParamTypes, size_t ParamCount, size_t * NameLength) -
LLVMIntrinsicCopyOverloadedName
@NativeType("char *") public static @Nullable String LLVMIntrinsicCopyOverloadedName(@NativeType("unsigned") int ID, @NativeType("LLVMTypeRef *") PointerBuffer ParamTypes) char * LLVMIntrinsicCopyOverloadedName(unsigned ID, LLVMTypeRef * ParamTypes, size_t ParamCount, size_t * NameLength) -
nLLVMIntrinsicCopyOverloadedName2
public static long nLLVMIntrinsicCopyOverloadedName2(long Mod, int ID, long ParamTypes, long ParamCount, long NameLength) char * LLVMIntrinsicCopyOverloadedName2(LLVMModuleRef Mod, unsigned ID, LLVMTypeRef * ParamTypes, size_t ParamCount, size_t * NameLength) -
LLVMIntrinsicCopyOverloadedName2
@NativeType("char *") public static @Nullable String LLVMIntrinsicCopyOverloadedName2(@NativeType("LLVMModuleRef") long Mod, @NativeType("unsigned") int ID, @NativeType("LLVMTypeRef *") PointerBuffer ParamTypes) char * LLVMIntrinsicCopyOverloadedName2(LLVMModuleRef Mod, unsigned ID, LLVMTypeRef * ParamTypes, size_t ParamCount, size_t * NameLength) -
LLVMIntrinsicIsOverloaded
@NativeType("LLVMBool") public static boolean LLVMIntrinsicIsOverloaded(@NativeType("unsigned") int ID) LLVMBool LLVMIntrinsicIsOverloaded(unsigned ID) -
LLVMGetFunctionCallConv
@NativeType("unsigned int") public static int LLVMGetFunctionCallConv(@NativeType("LLVMValueRef") long Fn) unsigned int LLVMGetFunctionCallConv(LLVMValueRef Fn) -
LLVMSetFunctionCallConv
public static void LLVMSetFunctionCallConv(@NativeType("LLVMValueRef") long Fn, @NativeType("unsigned int") int CC) void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned int CC) -
nLLVMGetGC
public static long nLLVMGetGC(long Fn) char const * LLVMGetGC(LLVMValueRef Fn) -
LLVMGetGC
@NativeType("char const *") public static @Nullable String LLVMGetGC(@NativeType("LLVMValueRef") long Fn) char const * LLVMGetGC(LLVMValueRef Fn) -
nLLVMSetGC
public static void nLLVMSetGC(long Fn, long Name) void LLVMSetGC(LLVMValueRef Fn, char const * Name) -
LLVMSetGC
public static void LLVMSetGC(@NativeType("LLVMValueRef") long Fn, @NativeType("char const *") ByteBuffer Name) void LLVMSetGC(LLVMValueRef Fn, char const * Name) -
LLVMSetGC
public static void LLVMSetGC(@NativeType("LLVMValueRef") long Fn, @NativeType("char const *") CharSequence Name) void LLVMSetGC(LLVMValueRef Fn, char const * Name) -
LLVMGetPrefixData
@NativeType("LLVMValueRef") public static long LLVMGetPrefixData(@NativeType("LLVMValueRef") long Fn) LLVMValueRef LLVMGetPrefixData(LLVMValueRef Fn) -
LLVMHasPrefixData
@NativeType("LLVMBool") public static boolean LLVMHasPrefixData(@NativeType("LLVMValueRef") long Fn) LLVMBool LLVMHasPrefixData(LLVMValueRef Fn) -
LLVMSetPrefixData
public static void LLVMSetPrefixData(@NativeType("LLVMValueRef") long Fn, @NativeType("LLVMValueRef") long prefixData) void LLVMSetPrefixData(LLVMValueRef Fn, LLVMValueRef prefixData) -
LLVMGetPrologueData
@NativeType("LLVMValueRef") public static long LLVMGetPrologueData(@NativeType("LLVMValueRef") long Fn) LLVMValueRef LLVMGetPrologueData(LLVMValueRef Fn) -
LLVMHasPrologueData
@NativeType("LLVMBool") public static boolean LLVMHasPrologueData(@NativeType("LLVMValueRef") long Fn) LLVMBool LLVMHasPrologueData(LLVMValueRef Fn) -
LLVMSetPrologueData
public static void LLVMSetPrologueData(@NativeType("LLVMValueRef") long Fn, @NativeType("LLVMValueRef") long prologueData) void LLVMSetPrologueData(LLVMValueRef Fn, LLVMValueRef prologueData) -
LLVMAddAttributeAtIndex
public static void LLVMAddAttributeAtIndex(@NativeType("LLVMValueRef") long F, @NativeType("LLVMAttributeIndex") int Idx, @NativeType("LLVMAttributeRef") long A) void LLVMAddAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, LLVMAttributeRef A) -
LLVMGetAttributeCountAtIndex
@NativeType("unsigned int") public static int LLVMGetAttributeCountAtIndex(@NativeType("LLVMValueRef") long F, @NativeType("LLVMAttributeIndex") int Idx) unsigned int LLVMGetAttributeCountAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx) -
nLLVMGetAttributesAtIndex
public static void nLLVMGetAttributesAtIndex(long F, int Idx, long Attrs) void LLVMGetAttributesAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, LLVMAttributeRef * Attrs) -
LLVMGetAttributesAtIndex
public static void LLVMGetAttributesAtIndex(@NativeType("LLVMValueRef") long F, @NativeType("LLVMAttributeIndex") int Idx, @NativeType("LLVMAttributeRef *") PointerBuffer Attrs) void LLVMGetAttributesAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, LLVMAttributeRef * Attrs) -
LLVMGetEnumAttributeAtIndex
@NativeType("LLVMAttributeRef") public static long LLVMGetEnumAttributeAtIndex(@NativeType("LLVMValueRef") long F, @NativeType("LLVMAttributeIndex") int Idx, @NativeType("unsigned int") int KindID) LLVMAttributeRef LLVMGetEnumAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, unsigned int KindID) -
nLLVMGetStringAttributeAtIndex
public static long nLLVMGetStringAttributeAtIndex(long F, int Idx, long K, int KLen) LLVMAttributeRef LLVMGetStringAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, char const * K, unsigned int KLen) -
LLVMGetStringAttributeAtIndex
@NativeType("LLVMAttributeRef") public static long LLVMGetStringAttributeAtIndex(@NativeType("LLVMValueRef") long F, @NativeType("LLVMAttributeIndex") int Idx, @NativeType("char const *") ByteBuffer K) LLVMAttributeRef LLVMGetStringAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, char const * K, unsigned int KLen) -
LLVMGetStringAttributeAtIndex
@NativeType("LLVMAttributeRef") public static long LLVMGetStringAttributeAtIndex(@NativeType("LLVMValueRef") long F, @NativeType("LLVMAttributeIndex") int Idx, @NativeType("char const *") CharSequence K) LLVMAttributeRef LLVMGetStringAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, char const * K, unsigned int KLen) -
LLVMRemoveEnumAttributeAtIndex
public static void LLVMRemoveEnumAttributeAtIndex(@NativeType("LLVMValueRef") long F, @NativeType("LLVMAttributeIndex") int Idx, @NativeType("unsigned int") int KindID) void LLVMRemoveEnumAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, unsigned int KindID) -
nLLVMRemoveStringAttributeAtIndex
public static void nLLVMRemoveStringAttributeAtIndex(long F, int Idx, long K, int KLen) void LLVMRemoveStringAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, char const * K, unsigned int KLen) -
LLVMRemoveStringAttributeAtIndex
public static void LLVMRemoveStringAttributeAtIndex(@NativeType("LLVMValueRef") long F, @NativeType("LLVMAttributeIndex") int Idx, @NativeType("char const *") ByteBuffer K) void LLVMRemoveStringAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, char const * K, unsigned int KLen) -
LLVMRemoveStringAttributeAtIndex
public static void LLVMRemoveStringAttributeAtIndex(@NativeType("LLVMValueRef") long F, @NativeType("LLVMAttributeIndex") int Idx, @NativeType("char const *") CharSequence K) void LLVMRemoveStringAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, char const * K, unsigned int KLen) -
nLLVMAddTargetDependentFunctionAttr
public static void nLLVMAddTargetDependentFunctionAttr(long Fn, long A, long V) void LLVMAddTargetDependentFunctionAttr(LLVMValueRef Fn, char const * A, char const * V) -
LLVMAddTargetDependentFunctionAttr
public static void LLVMAddTargetDependentFunctionAttr(@NativeType("LLVMValueRef") long Fn, @NativeType("char const *") ByteBuffer A, @NativeType("char const *") ByteBuffer V) void LLVMAddTargetDependentFunctionAttr(LLVMValueRef Fn, char const * A, char const * V) -
LLVMAddTargetDependentFunctionAttr
public static void LLVMAddTargetDependentFunctionAttr(@NativeType("LLVMValueRef") long Fn, @NativeType("char const *") CharSequence A, @NativeType("char const *") CharSequence V) void LLVMAddTargetDependentFunctionAttr(LLVMValueRef Fn, char const * A, char const * V) -
LLVMCountParams
unsigned int LLVMCountParams(LLVMValueRef Fn) -
nLLVMGetParams
public static void nLLVMGetParams(long Fn, long Params) void LLVMGetParams(LLVMValueRef Fn, LLVMValueRef * Params) -
LLVMGetParams
public static void LLVMGetParams(@NativeType("LLVMValueRef") long Fn, @NativeType("LLVMValueRef *") PointerBuffer Params) void LLVMGetParams(LLVMValueRef Fn, LLVMValueRef * Params) -
LLVMGetParam
@NativeType("LLVMValueRef") public static long LLVMGetParam(@NativeType("LLVMValueRef") long Fn, @NativeType("unsigned int") int Index) LLVMValueRef LLVMGetParam(LLVMValueRef Fn, unsigned int Index) -
LLVMGetParamParent
@NativeType("LLVMValueRef") public static long LLVMGetParamParent(@NativeType("LLVMValueRef") long Inst) LLVMValueRef LLVMGetParamParent(LLVMValueRef Inst) -
LLVMGetFirstParam
@NativeType("LLVMValueRef") public static long LLVMGetFirstParam(@NativeType("LLVMValueRef") long Fn) LLVMValueRef LLVMGetFirstParam(LLVMValueRef Fn) -
LLVMGetLastParam
@NativeType("LLVMValueRef") public static long LLVMGetLastParam(@NativeType("LLVMValueRef") long Fn) LLVMValueRef LLVMGetLastParam(LLVMValueRef Fn) -
LLVMGetNextParam
@NativeType("LLVMValueRef") public static long LLVMGetNextParam(@NativeType("LLVMValueRef") long Arg) LLVMValueRef LLVMGetNextParam(LLVMValueRef Arg) -
LLVMGetPreviousParam
@NativeType("LLVMValueRef") public static long LLVMGetPreviousParam(@NativeType("LLVMValueRef") long Arg) LLVMValueRef LLVMGetPreviousParam(LLVMValueRef Arg) -
LLVMSetParamAlignment
public static void LLVMSetParamAlignment(@NativeType("LLVMValueRef") long Arg, @NativeType("unsigned int") int Align) void LLVMSetParamAlignment(LLVMValueRef Arg, unsigned int Align) -
nLLVMAddGlobalIFunc
public static long nLLVMAddGlobalIFunc(long M, long Name, long NameLen, long Ty, int AddrSpace, long Resolver) LLVMValueRef LLVMAddGlobalIFunc(LLVMModuleRef M, char const * Name, size_t NameLen, LLVMTypeRef Ty, unsigned AddrSpace, LLVMValueRef Resolver) -
LLVMAddGlobalIFunc
@NativeType("LLVMValueRef") public static long LLVMAddGlobalIFunc(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Name, @NativeType("LLVMTypeRef") long Ty, @NativeType("unsigned") int AddrSpace, @NativeType("LLVMValueRef") long Resolver) LLVMValueRef LLVMAddGlobalIFunc(LLVMModuleRef M, char const * Name, size_t NameLen, LLVMTypeRef Ty, unsigned AddrSpace, LLVMValueRef Resolver) -
LLVMAddGlobalIFunc
@NativeType("LLVMValueRef") public static long LLVMAddGlobalIFunc(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Name, @NativeType("LLVMTypeRef") long Ty, @NativeType("unsigned") int AddrSpace, @NativeType("LLVMValueRef") long Resolver) LLVMValueRef LLVMAddGlobalIFunc(LLVMModuleRef M, char const * Name, size_t NameLen, LLVMTypeRef Ty, unsigned AddrSpace, LLVMValueRef Resolver) -
nLLVMGetNamedGlobalIFunc
public static long nLLVMGetNamedGlobalIFunc(long M, long Name, long NameLen) LLVMValueRef LLVMGetNamedGlobalIFunc(LLVMModuleRef M, char const * Name, size_t NameLen) -
LLVMGetNamedGlobalIFunc
@NativeType("LLVMValueRef") public static long LLVMGetNamedGlobalIFunc(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMGetNamedGlobalIFunc(LLVMModuleRef M, char const * Name, size_t NameLen) -
LLVMGetNamedGlobalIFunc
@NativeType("LLVMValueRef") public static long LLVMGetNamedGlobalIFunc(@NativeType("LLVMModuleRef") long M, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMGetNamedGlobalIFunc(LLVMModuleRef M, char const * Name, size_t NameLen) -
LLVMGetFirstGlobalIFunc
@NativeType("LLVMValueRef") public static long LLVMGetFirstGlobalIFunc(@NativeType("LLVMModuleRef") long M) LLVMValueRef LLVMGetFirstGlobalIFunc(LLVMModuleRef M) -
LLVMGetLastGlobalIFunc
@NativeType("LLVMValueRef") public static long LLVMGetLastGlobalIFunc(@NativeType("LLVMModuleRef") long M) LLVMValueRef LLVMGetLastGlobalIFunc(LLVMModuleRef M) -
LLVMGetNextGlobalIFunc
@NativeType("LLVMValueRef") public static long LLVMGetNextGlobalIFunc(@NativeType("LLVMValueRef") long IFunc) LLVMValueRef LLVMGetNextGlobalIFunc(LLVMValueRef IFunc) -
LLVMGetPreviousGlobalIFunc
@NativeType("LLVMValueRef") public static long LLVMGetPreviousGlobalIFunc(@NativeType("LLVMValueRef") long IFunc) LLVMValueRef LLVMGetPreviousGlobalIFunc(LLVMValueRef IFunc) -
LLVMGetGlobalIFuncResolver
@NativeType("LLVMValueRef") public static long LLVMGetGlobalIFuncResolver(@NativeType("LLVMValueRef") long IFunc) LLVMValueRef LLVMGetGlobalIFuncResolver(LLVMValueRef IFunc) -
LLVMSetGlobalIFuncResolver
public static void LLVMSetGlobalIFuncResolver(@NativeType("LLVMValueRef") long IFunc, @NativeType("LLVMValueRef") long Resolver) void LLVMSetGlobalIFuncResolver(LLVMValueRef IFunc, LLVMValueRef Resolver) -
LLVMEraseGlobalIFunc
void LLVMEraseGlobalIFunc(LLVMValueRef IFunc) -
LLVMRemoveGlobalIFunc
void LLVMRemoveGlobalIFunc(LLVMValueRef IFunc) -
nLLVMMDStringInContext2
public static long nLLVMMDStringInContext2(long C, long Str, long SLen) LLVMMetadataRef LLVMMDStringInContext2(LLVMContextRef C, char const * Str, size_t SLen) -
LLVMMDStringInContext2
@NativeType("LLVMMetadataRef") public static long LLVMMDStringInContext2(@NativeType("LLVMContextRef") long C, @NativeType("char const *") ByteBuffer Str) LLVMMetadataRef LLVMMDStringInContext2(LLVMContextRef C, char const * Str, size_t SLen) -
LLVMMDStringInContext2
@NativeType("LLVMMetadataRef") public static long LLVMMDStringInContext2(@NativeType("LLVMContextRef") long C, @NativeType("char const *") CharSequence Str) LLVMMetadataRef LLVMMDStringInContext2(LLVMContextRef C, char const * Str, size_t SLen) -
nLLVMMDNodeInContext2
public static long nLLVMMDNodeInContext2(long C, long MDs, long Count) LLVMMetadataRef LLVMMDNodeInContext2(LLVMContextRef C, LLVMMetadataRef * MDs, size_t Count) -
LLVMMDNodeInContext2
@NativeType("LLVMMetadataRef") public static long LLVMMDNodeInContext2(@NativeType("LLVMContextRef") long C, @NativeType("LLVMMetadataRef *") PointerBuffer MDs) LLVMMetadataRef LLVMMDNodeInContext2(LLVMContextRef C, LLVMMetadataRef * MDs, size_t Count) -
nLLVMMDStringInContext
public static long nLLVMMDStringInContext(long C, long Str, int SLen) LLVMValueRef LLVMMDStringInContext(LLVMContextRef C, char const * Str, unsigned int SLen) -
LLVMMDStringInContext
@NativeType("LLVMValueRef") public static long LLVMMDStringInContext(@NativeType("LLVMContextRef") long C, @NativeType("char const *") ByteBuffer Str) LLVMValueRef LLVMMDStringInContext(LLVMContextRef C, char const * Str, unsigned int SLen) -
LLVMMDStringInContext
@NativeType("LLVMValueRef") public static long LLVMMDStringInContext(@NativeType("LLVMContextRef") long C, @NativeType("char const *") CharSequence Str) LLVMValueRef LLVMMDStringInContext(LLVMContextRef C, char const * Str, unsigned int SLen) -
nLLVMMDString
public static long nLLVMMDString(long Str, int SLen) LLVMValueRef LLVMMDString(char const * Str, unsigned int SLen) -
LLVMMDString
@NativeType("LLVMValueRef") public static long LLVMMDString(@NativeType("char const *") ByteBuffer Str) LLVMValueRef LLVMMDString(char const * Str, unsigned int SLen) -
LLVMMDString
@NativeType("LLVMValueRef") public static long LLVMMDString(@NativeType("char const *") CharSequence Str) LLVMValueRef LLVMMDString(char const * Str, unsigned int SLen) -
nLLVMMDNodeInContext
public static long nLLVMMDNodeInContext(long C, long Vals, int Count) LLVMValueRef LLVMMDNodeInContext(LLVMContextRef C, LLVMValueRef * Vals, unsigned int Count) -
LLVMMDNodeInContext
@NativeType("LLVMValueRef") public static long LLVMMDNodeInContext(@NativeType("LLVMContextRef") long C, @NativeType("LLVMValueRef *") PointerBuffer Vals) LLVMValueRef LLVMMDNodeInContext(LLVMContextRef C, LLVMValueRef * Vals, unsigned int Count) -
nLLVMMDNode
public static long nLLVMMDNode(long Vals, int Count) LLVMValueRef LLVMMDNode(LLVMValueRef * Vals, unsigned int Count) -
LLVMMDNode
@NativeType("LLVMValueRef") public static long LLVMMDNode(@NativeType("LLVMValueRef *") PointerBuffer Vals) LLVMValueRef LLVMMDNode(LLVMValueRef * Vals, unsigned int Count) -
nLLVMCreateOperandBundle
public static long nLLVMCreateOperandBundle(long Tag, long TagLen, long Args, int NumArgs) LLVMOperandBundleRef LLVMCreateOperandBundle(char const * Tag, size_t TagLen, LLVMValueRef * Args, unsigned NumArgs) -
LLVMCreateOperandBundle
@NativeType("LLVMOperandBundleRef") public static long LLVMCreateOperandBundle(@NativeType("char const *") ByteBuffer Tag, @NativeType("LLVMValueRef *") PointerBuffer Args) LLVMOperandBundleRef LLVMCreateOperandBundle(char const * Tag, size_t TagLen, LLVMValueRef * Args, unsigned NumArgs) -
LLVMCreateOperandBundle
@NativeType("LLVMOperandBundleRef") public static long LLVMCreateOperandBundle(@NativeType("char const *") CharSequence Tag, @NativeType("LLVMValueRef *") PointerBuffer Args) LLVMOperandBundleRef LLVMCreateOperandBundle(char const * Tag, size_t TagLen, LLVMValueRef * Args, unsigned NumArgs) -
LLVMDisposeOperandBundle
void LLVMDisposeOperandBundle(LLVMOperandBundleRef Bundle) -
nLLVMGetOperandBundleTag
public static long nLLVMGetOperandBundleTag(long Bundle, long Len) char const * LLVMGetOperandBundleTag(LLVMOperandBundleRef Bundle, size_t * Len) -
LLVMGetOperandBundleTag
@NativeType("char const *") public static @Nullable String LLVMGetOperandBundleTag(@NativeType("LLVMOperandBundleRef") long Bundle) char const * LLVMGetOperandBundleTag(LLVMOperandBundleRef Bundle, size_t * Len) -
LLVMGetNumOperandBundleArgs
@NativeType("unsigned") public static int LLVMGetNumOperandBundleArgs(@NativeType("LLVMOperandBundleRef") long Bundle) unsigned LLVMGetNumOperandBundleArgs(LLVMOperandBundleRef Bundle) -
LLVMGetOperandBundleArgAtIndex
@NativeType("LLVMValueRef") public static long LLVMGetOperandBundleArgAtIndex(@NativeType("LLVMOperandBundleRef") long Bundle, @NativeType("unsigned") int Index) LLVMValueRef LLVMGetOperandBundleArgAtIndex(LLVMOperandBundleRef Bundle, unsigned Index) -
LLVMMetadataAsValue
@NativeType("LLVMValueRef") public static long LLVMMetadataAsValue(@NativeType("LLVMContextRef") long C, @NativeType("LLVMMetadataRef") long MD) LLVMValueRef LLVMMetadataAsValue(LLVMContextRef C, LLVMMetadataRef MD) -
LLVMValueAsMetadata
@NativeType("LLVMMetadataRef") public static long LLVMValueAsMetadata(@NativeType("LLVMValueRef") long Val) LLVMMetadataRef LLVMValueAsMetadata(LLVMValueRef Val) -
nLLVMGetMDString
public static long nLLVMGetMDString(long V, long Length) char const * LLVMGetMDString(LLVMValueRef V, unsigned int * Length) -
LLVMGetMDString
@NativeType("char const *") public static @Nullable String LLVMGetMDString(@NativeType("LLVMValueRef") long V) char const * LLVMGetMDString(LLVMValueRef V, unsigned int * Length) -
LLVMGetMDNodeNumOperands
@NativeType("unsigned int") public static int LLVMGetMDNodeNumOperands(@NativeType("LLVMValueRef") long V) unsigned int LLVMGetMDNodeNumOperands(LLVMValueRef V) -
nLLVMGetMDNodeOperands
public static void nLLVMGetMDNodeOperands(long V, long Dest) void LLVMGetMDNodeOperands(LLVMValueRef V, LLVMValueRef * Dest) -
LLVMGetMDNodeOperands
public static void LLVMGetMDNodeOperands(@NativeType("LLVMValueRef") long V, @NativeType("LLVMValueRef *") PointerBuffer Dest) void LLVMGetMDNodeOperands(LLVMValueRef V, LLVMValueRef * Dest) -
LLVMReplaceMDNodeOperandWith
public static void LLVMReplaceMDNodeOperandWith(@NativeType("LLVMValueRef") long V, @NativeType("unsigned int") int Index, @NativeType("LLVMMetadataRef") long Replacement) void LLVMReplaceMDNodeOperandWith(LLVMValueRef V, unsigned int Index, LLVMMetadataRef Replacement) -
LLVMBasicBlockAsValue
@NativeType("LLVMValueRef") public static long LLVMBasicBlockAsValue(@NativeType("LLVMBasicBlockRef") long BB) LLVMValueRef LLVMBasicBlockAsValue(LLVMBasicBlockRef BB) -
LLVMValueIsBasicBlock
@NativeType("LLVMBool") public static boolean LLVMValueIsBasicBlock(@NativeType("LLVMValueRef") long Val) LLVMBool LLVMValueIsBasicBlock(LLVMValueRef Val) -
LLVMValueAsBasicBlock
@NativeType("LLVMBasicBlockRef") public static long LLVMValueAsBasicBlock(@NativeType("LLVMValueRef") long Val) LLVMBasicBlockRef LLVMValueAsBasicBlock(LLVMValueRef Val) -
nLLVMGetBasicBlockName
public static long nLLVMGetBasicBlockName(long BB) char const * LLVMGetBasicBlockName(LLVMBasicBlockRef BB) -
LLVMGetBasicBlockName
@NativeType("char const *") public static String LLVMGetBasicBlockName(@NativeType("LLVMBasicBlockRef") long BB) char const * LLVMGetBasicBlockName(LLVMBasicBlockRef BB) -
LLVMGetBasicBlockParent
@NativeType("LLVMValueRef") public static long LLVMGetBasicBlockParent(@NativeType("LLVMBasicBlockRef") long BB) LLVMValueRef LLVMGetBasicBlockParent(LLVMBasicBlockRef BB) -
LLVMGetBasicBlockTerminator
@NativeType("LLVMValueRef") public static long LLVMGetBasicBlockTerminator(@NativeType("LLVMBasicBlockRef") long BB) LLVMValueRef LLVMGetBasicBlockTerminator(LLVMBasicBlockRef BB) -
LLVMCountBasicBlocks
@NativeType("unsigned int") public static int LLVMCountBasicBlocks(@NativeType("LLVMValueRef") long Fn) unsigned int LLVMCountBasicBlocks(LLVMValueRef Fn) -
nLLVMGetBasicBlocks
public static void nLLVMGetBasicBlocks(long Fn, long BasicBlocks) void LLVMGetBasicBlocks(LLVMValueRef Fn, LLVMBasicBlockRef * BasicBlocks) -
LLVMGetBasicBlocks
public static void LLVMGetBasicBlocks(@NativeType("LLVMValueRef") long Fn, @NativeType("LLVMBasicBlockRef *") PointerBuffer BasicBlocks) void LLVMGetBasicBlocks(LLVMValueRef Fn, LLVMBasicBlockRef * BasicBlocks) -
LLVMGetFirstBasicBlock
@NativeType("LLVMBasicBlockRef") public static long LLVMGetFirstBasicBlock(@NativeType("LLVMValueRef") long Fn) LLVMBasicBlockRef LLVMGetFirstBasicBlock(LLVMValueRef Fn) -
LLVMGetLastBasicBlock
@NativeType("LLVMBasicBlockRef") public static long LLVMGetLastBasicBlock(@NativeType("LLVMValueRef") long Fn) LLVMBasicBlockRef LLVMGetLastBasicBlock(LLVMValueRef Fn) -
LLVMGetNextBasicBlock
@NativeType("LLVMBasicBlockRef") public static long LLVMGetNextBasicBlock(@NativeType("LLVMBasicBlockRef") long BB) LLVMBasicBlockRef LLVMGetNextBasicBlock(LLVMBasicBlockRef BB) -
LLVMGetPreviousBasicBlock
@NativeType("LLVMBasicBlockRef") public static long LLVMGetPreviousBasicBlock(@NativeType("LLVMBasicBlockRef") long BB) LLVMBasicBlockRef LLVMGetPreviousBasicBlock(LLVMBasicBlockRef BB) -
LLVMGetEntryBasicBlock
@NativeType("LLVMBasicBlockRef") public static long LLVMGetEntryBasicBlock(@NativeType("LLVMValueRef") long Fn) LLVMBasicBlockRef LLVMGetEntryBasicBlock(LLVMValueRef Fn) -
LLVMInsertExistingBasicBlockAfterInsertBlock
public static void LLVMInsertExistingBasicBlockAfterInsertBlock(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMBasicBlockRef") long BB) void LLVMInsertExistingBasicBlockAfterInsertBlock(LLVMBuilderRef Builder, LLVMBasicBlockRef BB) -
LLVMAppendExistingBasicBlock
public static void LLVMAppendExistingBasicBlock(@NativeType("LLVMValueRef") long Fn, @NativeType("LLVMBasicBlockRef") long BB) void LLVMAppendExistingBasicBlock(LLVMValueRef Fn, LLVMBasicBlockRef BB) -
nLLVMCreateBasicBlockInContext
public static long nLLVMCreateBasicBlockInContext(long C, long Name) LLVMBasicBlockRef LLVMCreateBasicBlockInContext(LLVMContextRef C, char const * Name) -
LLVMCreateBasicBlockInContext
@NativeType("LLVMBasicBlockRef") public static long LLVMCreateBasicBlockInContext(@NativeType("LLVMContextRef") long C, @NativeType("char const *") ByteBuffer Name) LLVMBasicBlockRef LLVMCreateBasicBlockInContext(LLVMContextRef C, char const * Name) -
LLVMCreateBasicBlockInContext
@NativeType("LLVMBasicBlockRef") public static long LLVMCreateBasicBlockInContext(@NativeType("LLVMContextRef") long C, @NativeType("char const *") CharSequence Name) LLVMBasicBlockRef LLVMCreateBasicBlockInContext(LLVMContextRef C, char const * Name) -
nLLVMAppendBasicBlockInContext
public static long nLLVMAppendBasicBlockInContext(long C, long Fn, long Name) LLVMBasicBlockRef LLVMAppendBasicBlockInContext(LLVMContextRef C, LLVMValueRef Fn, char const * Name) -
LLVMAppendBasicBlockInContext
@NativeType("LLVMBasicBlockRef") public static long LLVMAppendBasicBlockInContext(@NativeType("LLVMContextRef") long C, @NativeType("LLVMValueRef") long Fn, @NativeType("char const *") ByteBuffer Name) LLVMBasicBlockRef LLVMAppendBasicBlockInContext(LLVMContextRef C, LLVMValueRef Fn, char const * Name) -
LLVMAppendBasicBlockInContext
@NativeType("LLVMBasicBlockRef") public static long LLVMAppendBasicBlockInContext(@NativeType("LLVMContextRef") long C, @NativeType("LLVMValueRef") long Fn, @NativeType("char const *") CharSequence Name) LLVMBasicBlockRef LLVMAppendBasicBlockInContext(LLVMContextRef C, LLVMValueRef Fn, char const * Name) -
nLLVMAppendBasicBlock
public static long nLLVMAppendBasicBlock(long Fn, long Name) LLVMBasicBlockRef LLVMAppendBasicBlock(LLVMValueRef Fn, char const * Name) -
LLVMAppendBasicBlock
@NativeType("LLVMBasicBlockRef") public static long LLVMAppendBasicBlock(@NativeType("LLVMValueRef") long Fn, @NativeType("char const *") ByteBuffer Name) LLVMBasicBlockRef LLVMAppendBasicBlock(LLVMValueRef Fn, char const * Name) -
LLVMAppendBasicBlock
@NativeType("LLVMBasicBlockRef") public static long LLVMAppendBasicBlock(@NativeType("LLVMValueRef") long Fn, @NativeType("char const *") CharSequence Name) LLVMBasicBlockRef LLVMAppendBasicBlock(LLVMValueRef Fn, char const * Name) -
nLLVMInsertBasicBlockInContext
public static long nLLVMInsertBasicBlockInContext(long C, long BB, long Name) LLVMBasicBlockRef LLVMInsertBasicBlockInContext(LLVMContextRef C, LLVMBasicBlockRef BB, char const * Name) -
LLVMInsertBasicBlockInContext
@NativeType("LLVMBasicBlockRef") public static long LLVMInsertBasicBlockInContext(@NativeType("LLVMContextRef") long C, @NativeType("LLVMBasicBlockRef") long BB, @NativeType("char const *") ByteBuffer Name) LLVMBasicBlockRef LLVMInsertBasicBlockInContext(LLVMContextRef C, LLVMBasicBlockRef BB, char const * Name) -
LLVMInsertBasicBlockInContext
@NativeType("LLVMBasicBlockRef") public static long LLVMInsertBasicBlockInContext(@NativeType("LLVMContextRef") long C, @NativeType("LLVMBasicBlockRef") long BB, @NativeType("char const *") CharSequence Name) LLVMBasicBlockRef LLVMInsertBasicBlockInContext(LLVMContextRef C, LLVMBasicBlockRef BB, char const * Name) -
nLLVMInsertBasicBlock
public static long nLLVMInsertBasicBlock(long InsertBeforeBB, long Name) LLVMBasicBlockRef LLVMInsertBasicBlock(LLVMBasicBlockRef InsertBeforeBB, char const * Name) -
LLVMInsertBasicBlock
@NativeType("LLVMBasicBlockRef") public static long LLVMInsertBasicBlock(@NativeType("LLVMBasicBlockRef") long InsertBeforeBB, @NativeType("char const *") ByteBuffer Name) LLVMBasicBlockRef LLVMInsertBasicBlock(LLVMBasicBlockRef InsertBeforeBB, char const * Name) -
LLVMInsertBasicBlock
@NativeType("LLVMBasicBlockRef") public static long LLVMInsertBasicBlock(@NativeType("LLVMBasicBlockRef") long InsertBeforeBB, @NativeType("char const *") CharSequence Name) LLVMBasicBlockRef LLVMInsertBasicBlock(LLVMBasicBlockRef InsertBeforeBB, char const * Name) -
LLVMDeleteBasicBlock
void LLVMDeleteBasicBlock(LLVMBasicBlockRef BB) -
LLVMRemoveBasicBlockFromParent
void LLVMRemoveBasicBlockFromParent(LLVMBasicBlockRef BB) -
LLVMMoveBasicBlockBefore
public static void LLVMMoveBasicBlockBefore(@NativeType("LLVMBasicBlockRef") long BB, @NativeType("LLVMBasicBlockRef") long MovePos) void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) -
LLVMMoveBasicBlockAfter
public static void LLVMMoveBasicBlockAfter(@NativeType("LLVMBasicBlockRef") long BB, @NativeType("LLVMBasicBlockRef") long MovePos) void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) -
LLVMGetFirstInstruction
@NativeType("LLVMValueRef") public static long LLVMGetFirstInstruction(@NativeType("LLVMBasicBlockRef") long BB) LLVMValueRef LLVMGetFirstInstruction(LLVMBasicBlockRef BB) -
LLVMGetLastInstruction
@NativeType("LLVMValueRef") public static long LLVMGetLastInstruction(@NativeType("LLVMBasicBlockRef") long BB) LLVMValueRef LLVMGetLastInstruction(LLVMBasicBlockRef BB) -
LLVMHasMetadata
int LLVMHasMetadata(LLVMValueRef Val) -
LLVMGetMetadata
@NativeType("LLVMValueRef") public static long LLVMGetMetadata(@NativeType("LLVMValueRef") long Val, @NativeType("unsigned int") int KindID) LLVMValueRef LLVMGetMetadata(LLVMValueRef Val, unsigned int KindID) -
LLVMSetMetadata
public static void LLVMSetMetadata(@NativeType("LLVMValueRef") long Val, @NativeType("unsigned int") int KindID, @NativeType("LLVMValueRef") long Node) void LLVMSetMetadata(LLVMValueRef Val, unsigned int KindID, LLVMValueRef Node) -
nLLVMInstructionGetAllMetadataOtherThanDebugLoc
public static long nLLVMInstructionGetAllMetadataOtherThanDebugLoc(long Instr, long NumEntries) LLVMValueMetadataEntry * LLVMInstructionGetAllMetadataOtherThanDebugLoc(LLVMValueRef Instr, size_t * NumEntries) -
LLVMInstructionGetAllMetadataOtherThanDebugLoc
@NativeType("LLVMValueMetadataEntry *") public static long LLVMInstructionGetAllMetadataOtherThanDebugLoc(@NativeType("LLVMValueRef") long Instr, @NativeType("size_t *") PointerBuffer NumEntries) LLVMValueMetadataEntry * LLVMInstructionGetAllMetadataOtherThanDebugLoc(LLVMValueRef Instr, size_t * NumEntries) -
LLVMGetInstructionParent
@NativeType("LLVMBasicBlockRef") public static long LLVMGetInstructionParent(@NativeType("LLVMValueRef") long Inst) LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst) -
LLVMGetNextInstruction
@NativeType("LLVMValueRef") public static long LLVMGetNextInstruction(@NativeType("LLVMValueRef") long Inst) LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst) -
LLVMGetPreviousInstruction
@NativeType("LLVMValueRef") public static long LLVMGetPreviousInstruction(@NativeType("LLVMValueRef") long Inst) LLVMValueRef LLVMGetPreviousInstruction(LLVMValueRef Inst) -
LLVMInstructionRemoveFromParent
void LLVMInstructionRemoveFromParent(LLVMValueRef Inst) -
LLVMInstructionEraseFromParent
void LLVMInstructionEraseFromParent(LLVMValueRef Inst) -
LLVMDeleteInstruction
void LLVMDeleteInstruction(LLVMValueRef Inst) -
LLVMGetInstructionOpcode
@NativeType("LLVMOpcode") public static int LLVMGetInstructionOpcode(@NativeType("LLVMValueRef") long Inst) LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) -
LLVMGetICmpPredicate
@NativeType("LLVMIntPredicate") public static int LLVMGetICmpPredicate(@NativeType("LLVMValueRef") long Inst) LLVMIntPredicate LLVMGetICmpPredicate(LLVMValueRef Inst) -
LLVMGetICmpSameSign
@NativeType("LLVMBool") public static boolean LLVMGetICmpSameSign(@NativeType("LLVMValueRef") long Inst) LLVMBool LLVMGetICmpSameSign(LLVMValueRef Inst) -
LLVMSetICmpSameSign
public static void LLVMSetICmpSameSign(@NativeType("LLVMValueRef") long Inst, @NativeType("LLVMBool") boolean SameSign) void LLVMSetICmpSameSign(LLVMValueRef Inst, LLVMBool SameSign) -
LLVMGetFCmpPredicate
@NativeType("LLVMRealPredicate") public static int LLVMGetFCmpPredicate(@NativeType("LLVMValueRef") long Inst) LLVMRealPredicate LLVMGetFCmpPredicate(LLVMValueRef Inst) -
LLVMInstructionClone
@NativeType("LLVMValueRef") public static long LLVMInstructionClone(@NativeType("LLVMValueRef") long Inst) LLVMValueRef LLVMInstructionClone(LLVMValueRef Inst) -
LLVMIsATerminatorInst
@NativeType("LLVMValueRef") public static long LLVMIsATerminatorInst(@NativeType("LLVMValueRef") long Inst) LLVMValueRef LLVMIsATerminatorInst(LLVMValueRef Inst) -
LLVMGetFirstDbgRecord
@NativeType("LLVMDbgRecordRef") public static long LLVMGetFirstDbgRecord(@NativeType("LLVMValueRef") long Inst) LLVMDbgRecordRef LLVMGetFirstDbgRecord(LLVMValueRef Inst) -
LLVMGetLastDbgRecord
@NativeType("LLVMDbgRecordRef") public static long LLVMGetLastDbgRecord(@NativeType("LLVMValueRef") long Inst) LLVMDbgRecordRef LLVMGetLastDbgRecord(LLVMValueRef Inst) -
LLVMGetNextDbgRecord
@NativeType("LLVMDbgRecordRef") public static long LLVMGetNextDbgRecord(@NativeType("LLVMDbgRecordRef") long DbgRecord) LLVMDbgRecordRef LLVMGetNextDbgRecord(LLVMDbgRecordRef DbgRecord) -
LLVMGetPreviousDbgRecord
@NativeType("LLVMDbgRecordRef") public static long LLVMGetPreviousDbgRecord(@NativeType("LLVMDbgRecordRef") long DbgRecord) LLVMDbgRecordRef LLVMGetPreviousDbgRecord(LLVMDbgRecordRef DbgRecord) -
LLVMGetNumArgOperands
@NativeType("unsigned int") public static int LLVMGetNumArgOperands(@NativeType("LLVMValueRef") long Instr) unsigned int LLVMGetNumArgOperands(LLVMValueRef Instr) -
LLVMSetInstructionCallConv
public static void LLVMSetInstructionCallConv(@NativeType("LLVMValueRef") long Instr, @NativeType("unsigned int") int CC) void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned int CC) -
LLVMGetInstructionCallConv
@NativeType("unsigned int") public static int LLVMGetInstructionCallConv(@NativeType("LLVMValueRef") long Instr) unsigned int LLVMGetInstructionCallConv(LLVMValueRef Instr) -
LLVMSetInstrParamAlignment
public static void LLVMSetInstrParamAlignment(@NativeType("LLVMValueRef") long Instr, @NativeType("LLVMAttributeIndex") int index, @NativeType("unsigned int") int Align) void LLVMSetInstrParamAlignment(LLVMValueRef Instr, LLVMAttributeIndex index, unsigned int Align) -
LLVMAddCallSiteAttribute
public static void LLVMAddCallSiteAttribute(@NativeType("LLVMValueRef") long C, @NativeType("LLVMAttributeIndex") int Idx, @NativeType("LLVMAttributeRef") long A) void LLVMAddCallSiteAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, LLVMAttributeRef A) -
LLVMGetCallSiteAttributeCount
@NativeType("unsigned int") public static int LLVMGetCallSiteAttributeCount(@NativeType("LLVMValueRef") long C, @NativeType("LLVMAttributeIndex") int Idx) unsigned int LLVMGetCallSiteAttributeCount(LLVMValueRef C, LLVMAttributeIndex Idx) -
nLLVMGetCallSiteAttributes
public static void nLLVMGetCallSiteAttributes(long C, int Idx, long Attrs) void LLVMGetCallSiteAttributes(LLVMValueRef C, LLVMAttributeIndex Idx, LLVMAttributeRef * Attrs) -
LLVMGetCallSiteAttributes
public static void LLVMGetCallSiteAttributes(@NativeType("LLVMValueRef") long C, @NativeType("LLVMAttributeIndex") int Idx, @NativeType("LLVMAttributeRef *") PointerBuffer Attrs) void LLVMGetCallSiteAttributes(LLVMValueRef C, LLVMAttributeIndex Idx, LLVMAttributeRef * Attrs) -
LLVMGetCallSiteEnumAttribute
@NativeType("LLVMAttributeRef") public static long LLVMGetCallSiteEnumAttribute(@NativeType("LLVMValueRef") long C, @NativeType("LLVMAttributeIndex") int Idx, @NativeType("unsigned int") int KindID) LLVMAttributeRef LLVMGetCallSiteEnumAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, unsigned int KindID) -
nLLVMGetCallSiteStringAttribute
public static long nLLVMGetCallSiteStringAttribute(long C, int Idx, long K, int KLen) LLVMAttributeRef LLVMGetCallSiteStringAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, char const * K, unsigned int KLen) -
LLVMGetCallSiteStringAttribute
@NativeType("LLVMAttributeRef") public static long LLVMGetCallSiteStringAttribute(@NativeType("LLVMValueRef") long C, @NativeType("LLVMAttributeIndex") int Idx, @NativeType("char const *") ByteBuffer K) LLVMAttributeRef LLVMGetCallSiteStringAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, char const * K, unsigned int KLen) -
LLVMGetCallSiteStringAttribute
@NativeType("LLVMAttributeRef") public static long LLVMGetCallSiteStringAttribute(@NativeType("LLVMValueRef") long C, @NativeType("LLVMAttributeIndex") int Idx, @NativeType("char const *") CharSequence K) LLVMAttributeRef LLVMGetCallSiteStringAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, char const * K, unsigned int KLen) -
LLVMRemoveCallSiteEnumAttribute
public static void LLVMRemoveCallSiteEnumAttribute(@NativeType("LLVMValueRef") long C, @NativeType("LLVMAttributeIndex") int Idx, @NativeType("unsigned int") int KindID) void LLVMRemoveCallSiteEnumAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, unsigned int KindID) -
nLLVMRemoveCallSiteStringAttribute
public static void nLLVMRemoveCallSiteStringAttribute(long C, int Idx, long K, int KLen) void LLVMRemoveCallSiteStringAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, char const * K, unsigned int KLen) -
LLVMRemoveCallSiteStringAttribute
public static void LLVMRemoveCallSiteStringAttribute(@NativeType("LLVMValueRef") long C, @NativeType("LLVMAttributeIndex") int Idx, @NativeType("char const *") ByteBuffer K) void LLVMRemoveCallSiteStringAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, char const * K, unsigned int KLen) -
LLVMRemoveCallSiteStringAttribute
public static void LLVMRemoveCallSiteStringAttribute(@NativeType("LLVMValueRef") long C, @NativeType("LLVMAttributeIndex") int Idx, @NativeType("char const *") CharSequence K) void LLVMRemoveCallSiteStringAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, char const * K, unsigned int KLen) -
LLVMGetCalledFunctionType
@NativeType("LLVMTypeRef") public static long LLVMGetCalledFunctionType(@NativeType("LLVMValueRef") long C) LLVMTypeRef LLVMGetCalledFunctionType(LLVMValueRef C) -
LLVMGetCalledValue
@NativeType("LLVMValueRef") public static long LLVMGetCalledValue(@NativeType("LLVMValueRef") long Instr) LLVMValueRef LLVMGetCalledValue(LLVMValueRef Instr) -
LLVMGetNumOperandBundles
@NativeType("unsigned") public static int LLVMGetNumOperandBundles(@NativeType("LLVMValueRef") long C) unsigned LLVMGetNumOperandBundles(LLVMValueRef C) -
LLVMGetOperandBundleAtIndex
@NativeType("LLVMOperandBundleRef") public static long LLVMGetOperandBundleAtIndex(@NativeType("LLVMValueRef") long C, @NativeType("unsigned") int Index) LLVMOperandBundleRef LLVMGetOperandBundleAtIndex(LLVMValueRef C, unsigned Index) -
LLVMIsTailCall
@NativeType("LLVMBool") public static boolean LLVMIsTailCall(@NativeType("LLVMValueRef") long CallInst) LLVMBool LLVMIsTailCall(LLVMValueRef CallInst) -
LLVMSetTailCall
public static void LLVMSetTailCall(@NativeType("LLVMValueRef") long CallInst, @NativeType("LLVMBool") boolean IsTailCall) void LLVMSetTailCall(LLVMValueRef CallInst, LLVMBool IsTailCall) -
LLVMGetTailCallKind
@NativeType("LLVMTailCallKind") public static int LLVMGetTailCallKind(@NativeType("LLVMValueRef") long CallInst) LLVMTailCallKind LLVMGetTailCallKind(LLVMValueRef CallInst) -
LLVMSetTailCallKind
public static void LLVMSetTailCallKind(@NativeType("LLVMValueRef") long CallInst, @NativeType("LLVMTailCallKind") int kind) void LLVMSetTailCallKind(LLVMValueRef CallInst, LLVMTailCallKind kind) -
LLVMGetNormalDest
@NativeType("LLVMBasicBlockRef") public static long LLVMGetNormalDest(@NativeType("LLVMValueRef") long InvokeInst) LLVMBasicBlockRef LLVMGetNormalDest(LLVMValueRef InvokeInst) -
LLVMGetUnwindDest
@NativeType("LLVMBasicBlockRef") public static long LLVMGetUnwindDest(@NativeType("LLVMValueRef") long InvokeInst) LLVMBasicBlockRef LLVMGetUnwindDest(LLVMValueRef InvokeInst) -
LLVMSetNormalDest
public static void LLVMSetNormalDest(@NativeType("LLVMValueRef") long InvokeInst, @NativeType("LLVMBasicBlockRef") long B) void LLVMSetNormalDest(LLVMValueRef InvokeInst, LLVMBasicBlockRef B) -
LLVMSetUnwindDest
public static void LLVMSetUnwindDest(@NativeType("LLVMValueRef") long InvokeInst, @NativeType("LLVMBasicBlockRef") long B) void LLVMSetUnwindDest(LLVMValueRef InvokeInst, LLVMBasicBlockRef B) -
LLVMGetCallBrDefaultDest
@NativeType("LLVMBasicBlockRef") public static long LLVMGetCallBrDefaultDest(@NativeType("LLVMValueRef") long CallBr) LLVMBasicBlockRef LLVMGetCallBrDefaultDest(LLVMValueRef CallBr) -
LLVMGetCallBrNumIndirectDests
@NativeType("unsigned") public static int LLVMGetCallBrNumIndirectDests(@NativeType("LLVMValueRef") long CallBr) unsigned LLVMGetCallBrNumIndirectDests(LLVMValueRef CallBr) -
LLVMGetCallBrIndirectDest
@NativeType("LLVMBasicBlockRef") public static long LLVMGetCallBrIndirectDest(@NativeType("LLVMValueRef") long CallBr, @NativeType("unsigned") int Idx) LLVMBasicBlockRef LLVMGetCallBrIndirectDest(LLVMValueRef CallBr, unsigned Idx) -
LLVMGetNumSuccessors
@NativeType("unsigned int") public static int LLVMGetNumSuccessors(@NativeType("LLVMValueRef") long Term) unsigned int LLVMGetNumSuccessors(LLVMValueRef Term) -
LLVMGetSuccessor
@NativeType("LLVMBasicBlockRef") public static long LLVMGetSuccessor(@NativeType("LLVMValueRef") long Term, @NativeType("unsigned int") int i) LLVMBasicBlockRef LLVMGetSuccessor(LLVMValueRef Term, unsigned int i) -
LLVMSetSuccessor
public static void LLVMSetSuccessor(@NativeType("LLVMValueRef") long Term, @NativeType("unsigned int") int i, @NativeType("LLVMBasicBlockRef") long block) void LLVMSetSuccessor(LLVMValueRef Term, unsigned int i, LLVMBasicBlockRef block) -
LLVMIsConditional
@NativeType("LLVMBool") public static boolean LLVMIsConditional(@NativeType("LLVMValueRef") long Branch) LLVMBool LLVMIsConditional(LLVMValueRef Branch) -
LLVMGetCondition
@NativeType("LLVMValueRef") public static long LLVMGetCondition(@NativeType("LLVMValueRef") long Branch) LLVMValueRef LLVMGetCondition(LLVMValueRef Branch) -
LLVMSetCondition
public static void LLVMSetCondition(@NativeType("LLVMValueRef") long Branch, @NativeType("LLVMValueRef") long Cond) void LLVMSetCondition(LLVMValueRef Branch, LLVMValueRef Cond) -
LLVMGetSwitchDefaultDest
@NativeType("LLVMBasicBlockRef") public static long LLVMGetSwitchDefaultDest(@NativeType("LLVMValueRef") long SwitchInstr) LLVMBasicBlockRef LLVMGetSwitchDefaultDest(LLVMValueRef SwitchInstr) -
LLVMGetAllocatedType
@NativeType("LLVMTypeRef") public static long LLVMGetAllocatedType(@NativeType("LLVMValueRef") long Alloca) LLVMTypeRef LLVMGetAllocatedType(LLVMValueRef Alloca) -
LLVMIsInBounds
LLVMBool LLVMIsInBounds(LLVMValueRef GEP) -
LLVMSetIsInBounds
public static void LLVMSetIsInBounds(@NativeType("LLVMValueRef") long GEP, @NativeType("LLVMBool") boolean InBounds) void LLVMSetIsInBounds(LLVMValueRef GEP, LLVMBool InBounds) -
LLVMGetGEPSourceElementType
@NativeType("LLVMTypeRef") public static long LLVMGetGEPSourceElementType(@NativeType("LLVMValueRef") long GEP) LLVMTypeRef LLVMGetGEPSourceElementType(LLVMValueRef GEP) -
LLVMGEPGetNoWrapFlags
@NativeType("LLVMGEPNoWrapFlags") public static int LLVMGEPGetNoWrapFlags(@NativeType("LLVMValueRef") long GEP) LLVMGEPNoWrapFlags LLVMGEPGetNoWrapFlags(LLVMValueRef GEP) -
LLVMGEPSetNoWrapFlags
public static void LLVMGEPSetNoWrapFlags(@NativeType("LLVMValueRef") long GEP, @NativeType("LLVMGEPNoWrapFlags") int NoWrapFlags) void LLVMGEPSetNoWrapFlags(LLVMValueRef GEP, LLVMGEPNoWrapFlags NoWrapFlags) -
nLLVMAddIncoming
public static void nLLVMAddIncoming(long PhiNode, long IncomingValues, long IncomingBlocks, int Count) void LLVMAddIncoming(LLVMValueRef PhiNode, LLVMValueRef * IncomingValues, LLVMBasicBlockRef * IncomingBlocks, unsigned int Count) -
LLVMAddIncoming
public static void LLVMAddIncoming(@NativeType("LLVMValueRef") long PhiNode, @NativeType("LLVMValueRef *") PointerBuffer IncomingValues, @NativeType("LLVMBasicBlockRef *") PointerBuffer IncomingBlocks) void LLVMAddIncoming(LLVMValueRef PhiNode, LLVMValueRef * IncomingValues, LLVMBasicBlockRef * IncomingBlocks, unsigned int Count) -
LLVMCountIncoming
@NativeType("unsigned int") public static int LLVMCountIncoming(@NativeType("LLVMValueRef") long PhiNode) unsigned int LLVMCountIncoming(LLVMValueRef PhiNode) -
LLVMGetIncomingValue
@NativeType("LLVMValueRef") public static long LLVMGetIncomingValue(@NativeType("LLVMValueRef") long PhiNode, @NativeType("unsigned int") int Index) LLVMValueRef LLVMGetIncomingValue(LLVMValueRef PhiNode, unsigned int Index) -
LLVMGetIncomingBlock
@NativeType("LLVMBasicBlockRef") public static long LLVMGetIncomingBlock(@NativeType("LLVMValueRef") long PhiNode, @NativeType("unsigned int") int Index) LLVMBasicBlockRef LLVMGetIncomingBlock(LLVMValueRef PhiNode, unsigned int Index) -
LLVMGetNumIndices
@NativeType("unsigned int") public static int LLVMGetNumIndices(@NativeType("LLVMValueRef") long Inst) unsigned int LLVMGetNumIndices(LLVMValueRef Inst) -
nLLVMGetIndices
public static long nLLVMGetIndices(long Inst) unsigned int const * LLVMGetIndices(LLVMValueRef Inst, unsigned int Count) -
LLVMGetIndices
@NativeType("unsigned int const *") public static IntBuffer LLVMGetIndices(@NativeType("LLVMValueRef") long Inst, @NativeType("unsigned int") int Count) unsigned int const * LLVMGetIndices(LLVMValueRef Inst, unsigned int Count) -
LLVMCreateBuilderInContext
@NativeType("LLVMBuilderRef") public static long LLVMCreateBuilderInContext(@NativeType("LLVMContextRef") long C) LLVMBuilderRef LLVMCreateBuilderInContext(LLVMContextRef C) -
LLVMCreateBuilder
LLVMBuilderRef LLVMCreateBuilder(void) -
LLVMPositionBuilder
public static void LLVMPositionBuilder(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMBasicBlockRef") long Block, @NativeType("LLVMValueRef") long Instr) void LLVMPositionBuilder(LLVMBuilderRef Builder, LLVMBasicBlockRef Block, LLVMValueRef Instr) -
LLVMPositionBuilderBeforeDbgRecords
public static void LLVMPositionBuilderBeforeDbgRecords(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMBasicBlockRef") long Block, @NativeType("LLVMValueRef") long Instr) void LLVMPositionBuilderBeforeDbgRecords(LLVMBuilderRef Builder, LLVMBasicBlockRef Block, LLVMValueRef Instr) -
LLVMPositionBuilderBefore
public static void LLVMPositionBuilderBefore(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Instr) void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr) -
LLVMPositionBuilderBeforeInstrAndDbgRecords
public static void LLVMPositionBuilderBeforeInstrAndDbgRecords(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Instr) void LLVMPositionBuilderBeforeInstrAndDbgRecords(LLVMBuilderRef Builder, LLVMValueRef Instr) -
LLVMPositionBuilderAtEnd
public static void LLVMPositionBuilderAtEnd(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMBasicBlockRef") long Block) void LLVMPositionBuilderAtEnd(LLVMBuilderRef Builder, LLVMBasicBlockRef Block) -
LLVMGetInsertBlock
@NativeType("LLVMBasicBlockRef") public static long LLVMGetInsertBlock(@NativeType("LLVMBuilderRef") long Builder) LLVMBasicBlockRef LLVMGetInsertBlock(LLVMBuilderRef Builder) -
LLVMClearInsertionPosition
void LLVMClearInsertionPosition(LLVMBuilderRef Builder) -
LLVMInsertIntoBuilder
public static void LLVMInsertIntoBuilder(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Instr) void LLVMInsertIntoBuilder(LLVMBuilderRef Builder, LLVMValueRef Instr) -
nLLVMInsertIntoBuilderWithName
public static void nLLVMInsertIntoBuilderWithName(long Builder, long Instr, long Name) void LLVMInsertIntoBuilderWithName(LLVMBuilderRef Builder, LLVMValueRef Instr, char const * Name) -
LLVMInsertIntoBuilderWithName
public static void LLVMInsertIntoBuilderWithName(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Instr, @NativeType("char const *") ByteBuffer Name) void LLVMInsertIntoBuilderWithName(LLVMBuilderRef Builder, LLVMValueRef Instr, char const * Name) -
LLVMInsertIntoBuilderWithName
public static void LLVMInsertIntoBuilderWithName(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Instr, @NativeType("char const *") CharSequence Name) void LLVMInsertIntoBuilderWithName(LLVMBuilderRef Builder, LLVMValueRef Instr, char const * Name) -
LLVMDisposeBuilder
void LLVMDisposeBuilder(LLVMBuilderRef Builder) -
LLVMGetCurrentDebugLocation2
@NativeType("LLVMMetadataRef") public static long LLVMGetCurrentDebugLocation2(@NativeType("LLVMBuilderRef") long Builder) LLVMMetadataRef LLVMGetCurrentDebugLocation2(LLVMBuilderRef Builder) -
LLVMSetCurrentDebugLocation2
public static void LLVMSetCurrentDebugLocation2(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMMetadataRef") long Loc) void LLVMSetCurrentDebugLocation2(LLVMBuilderRef Builder, LLVMMetadataRef Loc) -
LLVMSetInstDebugLocation
public static void LLVMSetInstDebugLocation(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Inst) void LLVMSetInstDebugLocation(LLVMBuilderRef Builder, LLVMValueRef Inst) -
LLVMAddMetadataToInst
public static void LLVMAddMetadataToInst(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Inst) void LLVMAddMetadataToInst(LLVMBuilderRef Builder, LLVMValueRef Inst) -
LLVMBuilderGetDefaultFPMathTag
@NativeType("LLVMMetadataRef") public static long LLVMBuilderGetDefaultFPMathTag(@NativeType("LLVMBuilderRef") long Builder) LLVMMetadataRef LLVMBuilderGetDefaultFPMathTag(LLVMBuilderRef Builder) -
LLVMBuilderSetDefaultFPMathTag
public static void LLVMBuilderSetDefaultFPMathTag(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMMetadataRef") long FPMathTag) void LLVMBuilderSetDefaultFPMathTag(LLVMBuilderRef Builder, LLVMMetadataRef FPMathTag) -
LLVMGetBuilderContext
@NativeType("LLVMContextRef") public static long LLVMGetBuilderContext(@NativeType("LLVMBuilderRef") long Builder) LLVMContextRef LLVMGetBuilderContext(LLVMBuilderRef Builder) -
LLVMSetCurrentDebugLocation
public static void LLVMSetCurrentDebugLocation(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long L) void LLVMSetCurrentDebugLocation(LLVMBuilderRef Builder, LLVMValueRef L) -
LLVMGetCurrentDebugLocation
@NativeType("LLVMValueRef") public static long LLVMGetCurrentDebugLocation(@NativeType("LLVMBuilderRef") long Builder) LLVMValueRef LLVMGetCurrentDebugLocation(LLVMBuilderRef Builder) -
LLVMBuildRetVoid
@NativeType("LLVMValueRef") public static long LLVMBuildRetVoid(@NativeType("LLVMBuilderRef") long Builder) LLVMValueRef LLVMBuildRetVoid(LLVMBuilderRef Builder) -
LLVMBuildRet
@NativeType("LLVMValueRef") public static long LLVMBuildRet(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long V) LLVMValueRef LLVMBuildRet(LLVMBuilderRef Builder, LLVMValueRef V) -
nLLVMBuildAggregateRet
public static long nLLVMBuildAggregateRet(long Builder, long RetVals, int N) LLVMValueRef LLVMBuildAggregateRet(LLVMBuilderRef Builder, LLVMValueRef * RetVals, unsigned int N) -
LLVMBuildAggregateRet
@NativeType("LLVMValueRef") public static long LLVMBuildAggregateRet(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef *") PointerBuffer RetVals) LLVMValueRef LLVMBuildAggregateRet(LLVMBuilderRef Builder, LLVMValueRef * RetVals, unsigned int N) -
LLVMBuildBr
@NativeType("LLVMValueRef") public static long LLVMBuildBr(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMBasicBlockRef") long Dest) LLVMValueRef LLVMBuildBr(LLVMBuilderRef Builder, LLVMBasicBlockRef Dest) -
LLVMBuildCondBr
@NativeType("LLVMValueRef") public static long LLVMBuildCondBr(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long If, @NativeType("LLVMBasicBlockRef") long Then, @NativeType("LLVMBasicBlockRef") long Else) LLVMValueRef LLVMBuildCondBr(LLVMBuilderRef Builder, LLVMValueRef If, LLVMBasicBlockRef Then, LLVMBasicBlockRef Else) -
LLVMBuildSwitch
@NativeType("LLVMValueRef") public static long LLVMBuildSwitch(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long V, @NativeType("LLVMBasicBlockRef") long Else, @NativeType("unsigned int") int NumCases) LLVMValueRef LLVMBuildSwitch(LLVMBuilderRef Builder, LLVMValueRef V, LLVMBasicBlockRef Else, unsigned int NumCases) -
LLVMBuildIndirectBr
@NativeType("LLVMValueRef") public static long LLVMBuildIndirectBr(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long Addr, @NativeType("unsigned int") int NumDests) LLVMValueRef LLVMBuildIndirectBr(LLVMBuilderRef B, LLVMValueRef Addr, unsigned int NumDests) -
nLLVMBuildCallBr
public static long nLLVMBuildCallBr(long B, long Ty, long Fn, long DefaultDest, long IndirectDests, int NumIndirectDests, long Args, int NumArgs, long Bundles, int NumBundles, long Name) LLVMValueRef LLVMBuildCallBr(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMBasicBlockRef DefaultDest, LLVMBasicBlockRef * IndirectDests, unsigned NumIndirectDests, LLVMValueRef * Args, unsigned NumArgs, LLVMOperandBundleRef * Bundles, unsigned NumBundles, char const * Name) -
LLVMBuildCallBr
@NativeType("LLVMValueRef") public static long LLVMBuildCallBr(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Fn, @NativeType("LLVMBasicBlockRef") long DefaultDest, @NativeType("LLVMBasicBlockRef *") PointerBuffer IndirectDests, @NativeType("LLVMValueRef *") PointerBuffer Args, @NativeType("LLVMOperandBundleRef *") PointerBuffer Bundles, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildCallBr(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMBasicBlockRef DefaultDest, LLVMBasicBlockRef * IndirectDests, unsigned NumIndirectDests, LLVMValueRef * Args, unsigned NumArgs, LLVMOperandBundleRef * Bundles, unsigned NumBundles, char const * Name) -
LLVMBuildCallBr
@NativeType("LLVMValueRef") public static long LLVMBuildCallBr(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Fn, @NativeType("LLVMBasicBlockRef") long DefaultDest, @NativeType("LLVMBasicBlockRef *") PointerBuffer IndirectDests, @NativeType("LLVMValueRef *") PointerBuffer Args, @NativeType("LLVMOperandBundleRef *") PointerBuffer Bundles, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildCallBr(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMBasicBlockRef DefaultDest, LLVMBasicBlockRef * IndirectDests, unsigned NumIndirectDests, LLVMValueRef * Args, unsigned NumArgs, LLVMOperandBundleRef * Bundles, unsigned NumBundles, char const * Name) -
nLLVMBuildInvoke
public static long nLLVMBuildInvoke(long Builder, long Fn, long Args, int NumArgs, long Then, long Catch, long Name) LLVMValueRef LLVMBuildInvoke(LLVMBuilderRef Builder, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, char const * Name) -
LLVMBuildInvoke
@NativeType("LLVMValueRef") public static long LLVMBuildInvoke(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Fn, @NativeType("LLVMValueRef *") PointerBuffer Args, @NativeType("LLVMBasicBlockRef") long Then, @NativeType("LLVMBasicBlockRef") long Catch, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildInvoke(LLVMBuilderRef Builder, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, char const * Name) -
LLVMBuildInvoke
@NativeType("LLVMValueRef") public static long LLVMBuildInvoke(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Fn, @NativeType("LLVMValueRef *") PointerBuffer Args, @NativeType("LLVMBasicBlockRef") long Then, @NativeType("LLVMBasicBlockRef") long Catch, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildInvoke(LLVMBuilderRef Builder, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, char const * Name) -
nLLVMBuildInvoke2
public static long nLLVMBuildInvoke2(long Builder, long Ty, long Fn, long Args, int NumArgs, long Then, long Catch, long Name) LLVMValueRef LLVMBuildInvoke2(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, char const * Name) -
LLVMBuildInvoke2
@NativeType("LLVMValueRef") public static long LLVMBuildInvoke2(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Fn, @NativeType("LLVMValueRef *") PointerBuffer Args, @NativeType("LLVMBasicBlockRef") long Then, @NativeType("LLVMBasicBlockRef") long Catch, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildInvoke2(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, char const * Name) -
LLVMBuildInvoke2
@NativeType("LLVMValueRef") public static long LLVMBuildInvoke2(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Fn, @NativeType("LLVMValueRef *") PointerBuffer Args, @NativeType("LLVMBasicBlockRef") long Then, @NativeType("LLVMBasicBlockRef") long Catch, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildInvoke2(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, char const * Name) -
nLLVMBuildInvokeWithOperandBundles
public static long nLLVMBuildInvokeWithOperandBundles(long Builder, long Ty, long Fn, long Args, int NumArgs, long Then, long Catch, long Bundles, int NumBundles, long Name) LLVMValueRef LLVMBuildInvokeWithOperandBundles(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, LLVMOperandBundleRef * Bundles, unsigned NumBundles, char const * Name) -
LLVMBuildInvokeWithOperandBundles
@NativeType("LLVMValueRef") public static long LLVMBuildInvokeWithOperandBundles(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Fn, @NativeType("LLVMValueRef *") PointerBuffer Args, @NativeType("LLVMBasicBlockRef") long Then, @NativeType("LLVMBasicBlockRef") long Catch, @NativeType("LLVMOperandBundleRef *") PointerBuffer Bundles, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildInvokeWithOperandBundles(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, LLVMOperandBundleRef * Bundles, unsigned NumBundles, char const * Name) -
LLVMBuildInvokeWithOperandBundles
@NativeType("LLVMValueRef") public static long LLVMBuildInvokeWithOperandBundles(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Fn, @NativeType("LLVMValueRef *") PointerBuffer Args, @NativeType("LLVMBasicBlockRef") long Then, @NativeType("LLVMBasicBlockRef") long Catch, @NativeType("LLVMOperandBundleRef *") PointerBuffer Bundles, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildInvokeWithOperandBundles(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, LLVMOperandBundleRef * Bundles, unsigned NumBundles, char const * Name) -
LLVMBuildUnreachable
@NativeType("LLVMValueRef") public static long LLVMBuildUnreachable(@NativeType("LLVMBuilderRef") long Builder) LLVMValueRef LLVMBuildUnreachable(LLVMBuilderRef Builder) -
LLVMBuildResume
@NativeType("LLVMValueRef") public static long LLVMBuildResume(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long Exn) LLVMValueRef LLVMBuildResume(LLVMBuilderRef B, LLVMValueRef Exn) -
nLLVMBuildLandingPad
public static long nLLVMBuildLandingPad(long B, long Ty, long PersFn, int NumClauses, long Name) LLVMValueRef LLVMBuildLandingPad(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef PersFn, unsigned int NumClauses, char const * Name) -
LLVMBuildLandingPad
@NativeType("LLVMValueRef") public static long LLVMBuildLandingPad(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long PersFn, @NativeType("unsigned int") int NumClauses, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildLandingPad(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef PersFn, unsigned int NumClauses, char const * Name) -
LLVMBuildLandingPad
@NativeType("LLVMValueRef") public static long LLVMBuildLandingPad(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long PersFn, @NativeType("unsigned int") int NumClauses, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildLandingPad(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef PersFn, unsigned int NumClauses, char const * Name) -
LLVMBuildCleanupRet
@NativeType("LLVMValueRef") public static long LLVMBuildCleanupRet(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long CatchPad, @NativeType("LLVMBasicBlockRef") long BB) LLVMValueRef LLVMBuildCleanupRet(LLVMBuilderRef B, LLVMValueRef CatchPad, LLVMBasicBlockRef BB) -
LLVMBuildCatchRet
@NativeType("LLVMValueRef") public static long LLVMBuildCatchRet(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long CatchPad, @NativeType("LLVMBasicBlockRef") long BB) LLVMValueRef LLVMBuildCatchRet(LLVMBuilderRef B, LLVMValueRef CatchPad, LLVMBasicBlockRef BB) -
nLLVMBuildCatchPad
public static long nLLVMBuildCatchPad(long B, long ParentPad, long Args, int NumArgs, long Name) LLVMValueRef LLVMBuildCatchPad(LLVMBuilderRef B, LLVMValueRef ParentPad, LLVMValueRef * Args, unsigned int NumArgs, char const * Name) -
LLVMBuildCatchPad
@NativeType("LLVMValueRef") public static long LLVMBuildCatchPad(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long ParentPad, @NativeType("LLVMValueRef *") PointerBuffer Args, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildCatchPad(LLVMBuilderRef B, LLVMValueRef ParentPad, LLVMValueRef * Args, unsigned int NumArgs, char const * Name) -
LLVMBuildCatchPad
@NativeType("LLVMValueRef") public static long LLVMBuildCatchPad(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long ParentPad, @NativeType("LLVMValueRef *") PointerBuffer Args, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildCatchPad(LLVMBuilderRef B, LLVMValueRef ParentPad, LLVMValueRef * Args, unsigned int NumArgs, char const * Name) -
nLLVMBuildCleanupPad
public static long nLLVMBuildCleanupPad(long B, long ParentPad, long Args, int NumArgs, long Name) LLVMValueRef LLVMBuildCleanupPad(LLVMBuilderRef B, LLVMValueRef ParentPad, LLVMValueRef * Args, unsigned int NumArgs, char const * Name) -
LLVMBuildCleanupPad
@NativeType("LLVMValueRef") public static long LLVMBuildCleanupPad(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long ParentPad, @NativeType("LLVMValueRef *") PointerBuffer Args, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildCleanupPad(LLVMBuilderRef B, LLVMValueRef ParentPad, LLVMValueRef * Args, unsigned int NumArgs, char const * Name) -
LLVMBuildCleanupPad
@NativeType("LLVMValueRef") public static long LLVMBuildCleanupPad(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long ParentPad, @NativeType("LLVMValueRef *") PointerBuffer Args, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildCleanupPad(LLVMBuilderRef B, LLVMValueRef ParentPad, LLVMValueRef * Args, unsigned int NumArgs, char const * Name) -
nLLVMBuildCatchSwitch
public static long nLLVMBuildCatchSwitch(long B, long ParentPad, long UnwindBB, int NumHandlers, long Name) LLVMValueRef LLVMBuildCatchSwitch(LLVMBuilderRef B, LLVMValueRef ParentPad, LLVMBasicBlockRef UnwindBB, unsigned int NumHandlers, char const * Name) -
LLVMBuildCatchSwitch
@NativeType("LLVMValueRef") public static long LLVMBuildCatchSwitch(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long ParentPad, @NativeType("LLVMBasicBlockRef") long UnwindBB, @NativeType("unsigned int") int NumHandlers, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildCatchSwitch(LLVMBuilderRef B, LLVMValueRef ParentPad, LLVMBasicBlockRef UnwindBB, unsigned int NumHandlers, char const * Name) -
LLVMBuildCatchSwitch
@NativeType("LLVMValueRef") public static long LLVMBuildCatchSwitch(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long ParentPad, @NativeType("LLVMBasicBlockRef") long UnwindBB, @NativeType("unsigned int") int NumHandlers, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildCatchSwitch(LLVMBuilderRef B, LLVMValueRef ParentPad, LLVMBasicBlockRef UnwindBB, unsigned int NumHandlers, char const * Name) -
LLVMAddCase
public static void LLVMAddCase(@NativeType("LLVMValueRef") long Switch, @NativeType("LLVMValueRef") long OnVal, @NativeType("LLVMBasicBlockRef") long Dest) void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal, LLVMBasicBlockRef Dest) -
LLVMAddDestination
public static void LLVMAddDestination(@NativeType("LLVMValueRef") long IndirectBr, @NativeType("LLVMBasicBlockRef") long Dest) void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) -
LLVMGetNumClauses
@NativeType("unsigned int") public static int LLVMGetNumClauses(@NativeType("LLVMValueRef") long LandingPad) unsigned int LLVMGetNumClauses(LLVMValueRef LandingPad) -
LLVMGetClause
@NativeType("LLVMValueRef") public static long LLVMGetClause(@NativeType("LLVMValueRef") long LandingPad, @NativeType("unsigned int") int Idx) LLVMValueRef LLVMGetClause(LLVMValueRef LandingPad, unsigned int Idx) -
LLVMAddClause
public static void LLVMAddClause(@NativeType("LLVMValueRef") long LandingPad, @NativeType("LLVMValueRef") long ClauseVal) void LLVMAddClause(LLVMValueRef LandingPad, LLVMValueRef ClauseVal) -
LLVMIsCleanup
@NativeType("LLVMBool") public static boolean LLVMIsCleanup(@NativeType("LLVMValueRef") long LandingPad) LLVMBool LLVMIsCleanup(LLVMValueRef LandingPad) -
LLVMSetCleanup
public static void LLVMSetCleanup(@NativeType("LLVMValueRef") long LandingPad, @NativeType("LLVMBool") boolean Val) void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val) -
LLVMAddHandler
public static void LLVMAddHandler(@NativeType("LLVMValueRef") long CatchSwitch, @NativeType("LLVMBasicBlockRef") long Dest) void LLVMAddHandler(LLVMValueRef CatchSwitch, LLVMBasicBlockRef Dest) -
LLVMGetNumHandlers
@NativeType("unsigned int") public static int LLVMGetNumHandlers(@NativeType("LLVMValueRef") long CatchSwitch) unsigned int LLVMGetNumHandlers(LLVMValueRef CatchSwitch) -
nLLVMGetHandlers
public static void nLLVMGetHandlers(long CatchSwitch, long Handlers) void LLVMGetHandlers(LLVMValueRef CatchSwitch, LLVMBasicBlockRef * Handlers) -
LLVMGetHandlers
public static void LLVMGetHandlers(@NativeType("LLVMValueRef") long CatchSwitch, @NativeType("LLVMBasicBlockRef *") PointerBuffer Handlers) void LLVMGetHandlers(LLVMValueRef CatchSwitch, LLVMBasicBlockRef * Handlers) -
LLVMGetArgOperand
@NativeType("LLVMValueRef") public static long LLVMGetArgOperand(@NativeType("LLVMValueRef") long Funclet, @NativeType("unsigned int") int i) LLVMValueRef LLVMGetArgOperand(LLVMValueRef Funclet, unsigned int i) -
LLVMSetArgOperand
public static void LLVMSetArgOperand(@NativeType("LLVMValueRef") long Funclet, @NativeType("unsigned int") int i, @NativeType("LLVMValueRef") long value) void LLVMSetArgOperand(LLVMValueRef Funclet, unsigned int i, LLVMValueRef value) -
LLVMGetParentCatchSwitch
@NativeType("LLVMValueRef") public static long LLVMGetParentCatchSwitch(@NativeType("LLVMValueRef") long CatchPad) LLVMValueRef LLVMGetParentCatchSwitch(LLVMValueRef CatchPad) -
LLVMSetParentCatchSwitch
public static void LLVMSetParentCatchSwitch(@NativeType("LLVMValueRef") long CatchPad, @NativeType("LLVMValueRef") long CatchSwitch) void LLVMSetParentCatchSwitch(LLVMValueRef CatchPad, LLVMValueRef CatchSwitch) -
nLLVMBuildAdd
public static long nLLVMBuildAdd(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildAdd
@NativeType("LLVMValueRef") public static long LLVMBuildAdd(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildAdd
@NativeType("LLVMValueRef") public static long LLVMBuildAdd(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildNSWAdd
public static long nLLVMBuildNSWAdd(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildNSWAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildNSWAdd
@NativeType("LLVMValueRef") public static long LLVMBuildNSWAdd(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildNSWAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildNSWAdd
@NativeType("LLVMValueRef") public static long LLVMBuildNSWAdd(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildNSWAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildNUWAdd
public static long nLLVMBuildNUWAdd(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildNUWAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildNUWAdd
@NativeType("LLVMValueRef") public static long LLVMBuildNUWAdd(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildNUWAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildNUWAdd
@NativeType("LLVMValueRef") public static long LLVMBuildNUWAdd(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildNUWAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildFAdd
public static long nLLVMBuildFAdd(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildFAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildFAdd
@NativeType("LLVMValueRef") public static long LLVMBuildFAdd(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildFAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildFAdd
@NativeType("LLVMValueRef") public static long LLVMBuildFAdd(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildFAdd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildSub
public static long nLLVMBuildSub(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildSub
@NativeType("LLVMValueRef") public static long LLVMBuildSub(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildSub
@NativeType("LLVMValueRef") public static long LLVMBuildSub(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildNSWSub
public static long nLLVMBuildNSWSub(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildNSWSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildNSWSub
@NativeType("LLVMValueRef") public static long LLVMBuildNSWSub(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildNSWSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildNSWSub
@NativeType("LLVMValueRef") public static long LLVMBuildNSWSub(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildNSWSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildNUWSub
public static long nLLVMBuildNUWSub(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildNUWSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildNUWSub
@NativeType("LLVMValueRef") public static long LLVMBuildNUWSub(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildNUWSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildNUWSub
@NativeType("LLVMValueRef") public static long LLVMBuildNUWSub(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildNUWSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildFSub
public static long nLLVMBuildFSub(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildFSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildFSub
@NativeType("LLVMValueRef") public static long LLVMBuildFSub(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildFSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildFSub
@NativeType("LLVMValueRef") public static long LLVMBuildFSub(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildFSub(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildMul
public static long nLLVMBuildMul(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildMul
@NativeType("LLVMValueRef") public static long LLVMBuildMul(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildMul
@NativeType("LLVMValueRef") public static long LLVMBuildMul(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildNSWMul
public static long nLLVMBuildNSWMul(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildNSWMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildNSWMul
@NativeType("LLVMValueRef") public static long LLVMBuildNSWMul(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildNSWMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildNSWMul
@NativeType("LLVMValueRef") public static long LLVMBuildNSWMul(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildNSWMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildNUWMul
public static long nLLVMBuildNUWMul(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildNUWMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildNUWMul
@NativeType("LLVMValueRef") public static long LLVMBuildNUWMul(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildNUWMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildNUWMul
@NativeType("LLVMValueRef") public static long LLVMBuildNUWMul(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildNUWMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildFMul
public static long nLLVMBuildFMul(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildFMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildFMul
@NativeType("LLVMValueRef") public static long LLVMBuildFMul(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildFMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildFMul
@NativeType("LLVMValueRef") public static long LLVMBuildFMul(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildFMul(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildUDiv
public static long nLLVMBuildUDiv(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildUDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildUDiv
@NativeType("LLVMValueRef") public static long LLVMBuildUDiv(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildUDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildUDiv
@NativeType("LLVMValueRef") public static long LLVMBuildUDiv(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildUDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildExactUDiv
public static long nLLVMBuildExactUDiv(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildExactUDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildExactUDiv
@NativeType("LLVMValueRef") public static long LLVMBuildExactUDiv(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildExactUDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildExactUDiv
@NativeType("LLVMValueRef") public static long LLVMBuildExactUDiv(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildExactUDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildSDiv
public static long nLLVMBuildSDiv(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildSDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildSDiv
@NativeType("LLVMValueRef") public static long LLVMBuildSDiv(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildSDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildSDiv
@NativeType("LLVMValueRef") public static long LLVMBuildSDiv(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildSDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildExactSDiv
public static long nLLVMBuildExactSDiv(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildExactSDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildExactSDiv
@NativeType("LLVMValueRef") public static long LLVMBuildExactSDiv(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildExactSDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildExactSDiv
@NativeType("LLVMValueRef") public static long LLVMBuildExactSDiv(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildExactSDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildFDiv
public static long nLLVMBuildFDiv(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildFDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildFDiv
@NativeType("LLVMValueRef") public static long LLVMBuildFDiv(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildFDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildFDiv
@NativeType("LLVMValueRef") public static long LLVMBuildFDiv(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildFDiv(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildURem
public static long nLLVMBuildURem(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildURem(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildURem
@NativeType("LLVMValueRef") public static long LLVMBuildURem(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildURem(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildURem
@NativeType("LLVMValueRef") public static long LLVMBuildURem(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildURem(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildSRem
public static long nLLVMBuildSRem(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildSRem(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildSRem
@NativeType("LLVMValueRef") public static long LLVMBuildSRem(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildSRem(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildSRem
@NativeType("LLVMValueRef") public static long LLVMBuildSRem(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildSRem(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildFRem
public static long nLLVMBuildFRem(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildFRem(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildFRem
@NativeType("LLVMValueRef") public static long LLVMBuildFRem(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildFRem(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildFRem
@NativeType("LLVMValueRef") public static long LLVMBuildFRem(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildFRem(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildShl
public static long nLLVMBuildShl(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildShl(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildShl
@NativeType("LLVMValueRef") public static long LLVMBuildShl(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildShl(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildShl
@NativeType("LLVMValueRef") public static long LLVMBuildShl(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildShl(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildLShr
public static long nLLVMBuildLShr(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildLShr(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildLShr
@NativeType("LLVMValueRef") public static long LLVMBuildLShr(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildLShr(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildLShr
@NativeType("LLVMValueRef") public static long LLVMBuildLShr(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildLShr(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildAShr
public static long nLLVMBuildAShr(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildAShr(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildAShr
@NativeType("LLVMValueRef") public static long LLVMBuildAShr(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildAShr(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildAShr
@NativeType("LLVMValueRef") public static long LLVMBuildAShr(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildAShr(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildAnd
public static long nLLVMBuildAnd(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildAnd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildAnd
@NativeType("LLVMValueRef") public static long LLVMBuildAnd(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildAnd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildAnd
@NativeType("LLVMValueRef") public static long LLVMBuildAnd(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildAnd(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildOr
public static long nLLVMBuildOr(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildOr(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildOr
@NativeType("LLVMValueRef") public static long LLVMBuildOr(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildOr(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildOr
@NativeType("LLVMValueRef") public static long LLVMBuildOr(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildOr(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildXor
public static long nLLVMBuildXor(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildXor(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildXor
@NativeType("LLVMValueRef") public static long LLVMBuildXor(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildXor(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildXor
@NativeType("LLVMValueRef") public static long LLVMBuildXor(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildXor(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildBinOp
public static long nLLVMBuildBinOp(long B, int Op, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildBinOp(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildBinOp
@NativeType("LLVMValueRef") public static long LLVMBuildBinOp(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMOpcode") int Op, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildBinOp(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildBinOp
@NativeType("LLVMValueRef") public static long LLVMBuildBinOp(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMOpcode") int Op, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildBinOp(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildNeg
public static long nLLVMBuildNeg(long Builder, long V, long Name) LLVMValueRef LLVMBuildNeg(LLVMBuilderRef Builder, LLVMValueRef V, char const * Name) -
LLVMBuildNeg
@NativeType("LLVMValueRef") public static long LLVMBuildNeg(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long V, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildNeg(LLVMBuilderRef Builder, LLVMValueRef V, char const * Name) -
LLVMBuildNeg
@NativeType("LLVMValueRef") public static long LLVMBuildNeg(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long V, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildNeg(LLVMBuilderRef Builder, LLVMValueRef V, char const * Name) -
nLLVMBuildNSWNeg
public static long nLLVMBuildNSWNeg(long B, long V, long Name) LLVMValueRef LLVMBuildNSWNeg(LLVMBuilderRef B, LLVMValueRef V, char const * Name) -
LLVMBuildNSWNeg
@NativeType("LLVMValueRef") public static long LLVMBuildNSWNeg(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long V, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildNSWNeg(LLVMBuilderRef B, LLVMValueRef V, char const * Name) -
LLVMBuildNSWNeg
@NativeType("LLVMValueRef") public static long LLVMBuildNSWNeg(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long V, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildNSWNeg(LLVMBuilderRef B, LLVMValueRef V, char const * Name) -
nLLVMBuildNUWNeg
public static long nLLVMBuildNUWNeg(long B, long V, long Name) LLVMValueRef LLVMBuildNUWNeg(LLVMBuilderRef B, LLVMValueRef V, char const * Name) -
LLVMBuildNUWNeg
@NativeType("LLVMValueRef") public static long LLVMBuildNUWNeg(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long V, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildNUWNeg(LLVMBuilderRef B, LLVMValueRef V, char const * Name) -
LLVMBuildNUWNeg
@NativeType("LLVMValueRef") public static long LLVMBuildNUWNeg(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long V, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildNUWNeg(LLVMBuilderRef B, LLVMValueRef V, char const * Name) -
nLLVMBuildFNeg
public static long nLLVMBuildFNeg(long Builder, long V, long Name) LLVMValueRef LLVMBuildFNeg(LLVMBuilderRef Builder, LLVMValueRef V, char const * Name) -
LLVMBuildFNeg
@NativeType("LLVMValueRef") public static long LLVMBuildFNeg(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long V, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildFNeg(LLVMBuilderRef Builder, LLVMValueRef V, char const * Name) -
LLVMBuildFNeg
@NativeType("LLVMValueRef") public static long LLVMBuildFNeg(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long V, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildFNeg(LLVMBuilderRef Builder, LLVMValueRef V, char const * Name) -
LLVMGetNUW
@NativeType("LLVMBool") public static boolean LLVMGetNUW(@NativeType("LLVMValueRef") long ArithInst) LLVMBool LLVMGetNUW(LLVMValueRef ArithInst) -
LLVMSetNUW
public static void LLVMSetNUW(@NativeType("LLVMValueRef") long ArithInst, @NativeType("LLVMBool") boolean HasNUW) void LLVMSetNUW(LLVMValueRef ArithInst, LLVMBool HasNUW) -
LLVMGetNSW
@NativeType("LLVMBool") public static boolean LLVMGetNSW(@NativeType("LLVMValueRef") long ArithInst) LLVMBool LLVMGetNSW(LLVMValueRef ArithInst) -
LLVMSetNSW
public static void LLVMSetNSW(@NativeType("LLVMValueRef") long ArithInst, @NativeType("LLVMBool") boolean HasNSW) void LLVMSetNSW(LLVMValueRef ArithInst, LLVMBool HasNSW) -
LLVMGetExact
@NativeType("LLVMBool") public static boolean LLVMGetExact(@NativeType("LLVMValueRef") long DivOrShrInst) LLVMBool LLVMGetExact(LLVMValueRef DivOrShrInst) -
LLVMSetExact
public static void LLVMSetExact(@NativeType("LLVMValueRef") long DivOrShrInst, @NativeType("LLVMBool") boolean IsExact) void LLVMSetExact(LLVMValueRef DivOrShrInst, LLVMBool IsExact) -
LLVMGetNNeg
@NativeType("LLVMBool") public static boolean LLVMGetNNeg(@NativeType("LLVMValueRef") long NonNegInst) LLVMBool LLVMGetNNeg(LLVMValueRef NonNegInst) -
LLVMSetNNeg
public static void LLVMSetNNeg(@NativeType("LLVMValueRef") long NonNegInst, @NativeType("LLVMBool") boolean IsNonNeg) void LLVMSetNNeg(LLVMValueRef NonNegInst, LLVMBool IsNonNeg) -
LLVMGetFastMathFlags
@NativeType("LLVMFastMathFlags") public static int LLVMGetFastMathFlags(@NativeType("LLVMValueRef") long FPMathInst) LLVMFastMathFlags LLVMGetFastMathFlags(LLVMValueRef FPMathInst) -
LLVMSetFastMathFlags
public static void LLVMSetFastMathFlags(@NativeType("LLVMValueRef") long FPMathInst, @NativeType("LLVMFastMathFlags") int FMF) void LLVMSetFastMathFlags(LLVMValueRef FPMathInst, LLVMFastMathFlags FMF) -
LLVMCanValueUseFastMathFlags
@NativeType("LLVMBool") public static boolean LLVMCanValueUseFastMathFlags(@NativeType("LLVMValueRef") long Inst) LLVMBool LLVMCanValueUseFastMathFlags(LLVMValueRef Inst) -
LLVMGetIsDisjoint
@NativeType("LLVMBool") public static boolean LLVMGetIsDisjoint(@NativeType("LLVMValueRef") long Inst) LLVMBool LLVMGetIsDisjoint(LLVMValueRef Inst) -
LLVMSetIsDisjoint
public static void LLVMSetIsDisjoint(@NativeType("LLVMValueRef") long Inst, @NativeType("LLVMBool") boolean IsDisjoint) void LLVMSetIsDisjoint(LLVMValueRef Inst, LLVMBool IsDisjoint) -
nLLVMBuildNot
public static long nLLVMBuildNot(long Builder, long V, long Name) LLVMValueRef LLVMBuildNot(LLVMBuilderRef Builder, LLVMValueRef V, char const * Name) -
LLVMBuildNot
@NativeType("LLVMValueRef") public static long LLVMBuildNot(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long V, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildNot(LLVMBuilderRef Builder, LLVMValueRef V, char const * Name) -
LLVMBuildNot
@NativeType("LLVMValueRef") public static long LLVMBuildNot(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long V, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildNot(LLVMBuilderRef Builder, LLVMValueRef V, char const * Name) -
nLLVMBuildMalloc
public static long nLLVMBuildMalloc(long Builder, long Ty, long Name) LLVMValueRef LLVMBuildMalloc(LLVMBuilderRef Builder, LLVMTypeRef Ty, char const * Name) -
LLVMBuildMalloc
@NativeType("LLVMValueRef") public static long LLVMBuildMalloc(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long Ty, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildMalloc(LLVMBuilderRef Builder, LLVMTypeRef Ty, char const * Name) -
LLVMBuildMalloc
@NativeType("LLVMValueRef") public static long LLVMBuildMalloc(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long Ty, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildMalloc(LLVMBuilderRef Builder, LLVMTypeRef Ty, char const * Name) -
nLLVMBuildArrayMalloc
public static long nLLVMBuildArrayMalloc(long Builder, long Ty, long Val, long Name) LLVMValueRef LLVMBuildArrayMalloc(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Val, char const * Name) -
LLVMBuildArrayMalloc
@NativeType("LLVMValueRef") public static long LLVMBuildArrayMalloc(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Val, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildArrayMalloc(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Val, char const * Name) -
LLVMBuildArrayMalloc
@NativeType("LLVMValueRef") public static long LLVMBuildArrayMalloc(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Val, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildArrayMalloc(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Val, char const * Name) -
LLVMBuildMemSet
@NativeType("LLVMValueRef") public static long LLVMBuildMemSet(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long Ptr, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMValueRef") long Len, @NativeType("unsigned") int Align) LLVMValueRef LLVMBuildMemSet(LLVMBuilderRef B, LLVMValueRef Ptr, LLVMValueRef Val, LLVMValueRef Len, unsigned Align) -
LLVMBuildMemCpy
@NativeType("LLVMValueRef") public static long LLVMBuildMemCpy(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long Dst, @NativeType("unsigned") int DstAlign, @NativeType("LLVMValueRef") long Src, @NativeType("unsigned") int SrcAlign, @NativeType("LLVMValueRef") long Size) LLVMValueRef LLVMBuildMemCpy(LLVMBuilderRef B, LLVMValueRef Dst, unsigned DstAlign, LLVMValueRef Src, unsigned SrcAlign, LLVMValueRef Size) -
LLVMBuildMemMove
@NativeType("LLVMValueRef") public static long LLVMBuildMemMove(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long Dst, @NativeType("unsigned") int DstAlign, @NativeType("LLVMValueRef") long Src, @NativeType("unsigned") int SrcAlign, @NativeType("LLVMValueRef") long Size) LLVMValueRef LLVMBuildMemMove(LLVMBuilderRef B, LLVMValueRef Dst, unsigned DstAlign, LLVMValueRef Src, unsigned SrcAlign, LLVMValueRef Size) -
nLLVMBuildAlloca
public static long nLLVMBuildAlloca(long Builder, long Ty, long Name) LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef Builder, LLVMTypeRef Ty, char const * Name) -
LLVMBuildAlloca
@NativeType("LLVMValueRef") public static long LLVMBuildAlloca(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long Ty, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef Builder, LLVMTypeRef Ty, char const * Name) -
LLVMBuildAlloca
@NativeType("LLVMValueRef") public static long LLVMBuildAlloca(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long Ty, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef Builder, LLVMTypeRef Ty, char const * Name) -
nLLVMBuildArrayAlloca
public static long nLLVMBuildArrayAlloca(long Builder, long Ty, long Val, long Name) LLVMValueRef LLVMBuildArrayAlloca(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Val, char const * Name) -
LLVMBuildArrayAlloca
@NativeType("LLVMValueRef") public static long LLVMBuildArrayAlloca(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Val, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildArrayAlloca(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Val, char const * Name) -
LLVMBuildArrayAlloca
@NativeType("LLVMValueRef") public static long LLVMBuildArrayAlloca(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Val, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildArrayAlloca(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Val, char const * Name) -
LLVMBuildFree
@NativeType("LLVMValueRef") public static long LLVMBuildFree(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long PointerVal) LLVMValueRef LLVMBuildFree(LLVMBuilderRef Builder, LLVMValueRef PointerVal) -
nLLVMBuildLoad
public static long nLLVMBuildLoad(long Builder, long PointerVal, long Name) LLVMValueRef LLVMBuildLoad(LLVMBuilderRef Builder, LLVMValueRef PointerVal, char const * Name) -
LLVMBuildLoad
@NativeType("LLVMValueRef") public static long LLVMBuildLoad(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long PointerVal, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildLoad(LLVMBuilderRef Builder, LLVMValueRef PointerVal, char const * Name) -
LLVMBuildLoad
@NativeType("LLVMValueRef") public static long LLVMBuildLoad(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long PointerVal, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildLoad(LLVMBuilderRef Builder, LLVMValueRef PointerVal, char const * Name) -
nLLVMBuildLoad2
public static long nLLVMBuildLoad2(long Builder, long Ty, long PointerVal, long Name) LLVMValueRef LLVMBuildLoad2(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef PointerVal, char const * Name) -
LLVMBuildLoad2
@NativeType("LLVMValueRef") public static long LLVMBuildLoad2(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long PointerVal, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildLoad2(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef PointerVal, char const * Name) -
LLVMBuildLoad2
@NativeType("LLVMValueRef") public static long LLVMBuildLoad2(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long PointerVal, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildLoad2(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef PointerVal, char const * Name) -
LLVMBuildStore
@NativeType("LLVMValueRef") public static long LLVMBuildStore(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMValueRef") long Ptr) LLVMValueRef LLVMBuildStore(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMValueRef Ptr) -
nLLVMBuildGEP
public static long nLLVMBuildGEP(long B, long Pointer, long Indices, int NumIndices, long Name) LLVMValueRef LLVMBuildGEP(LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name) -
LLVMBuildGEP
@NativeType("LLVMValueRef") public static long LLVMBuildGEP(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long Pointer, @NativeType("LLVMValueRef *") PointerBuffer Indices, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildGEP(LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name) -
LLVMBuildGEP
@NativeType("LLVMValueRef") public static long LLVMBuildGEP(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long Pointer, @NativeType("LLVMValueRef *") PointerBuffer Indices, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildGEP(LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name) -
nLLVMBuildInBoundsGEP
public static long nLLVMBuildInBoundsGEP(long B, long Pointer, long Indices, int NumIndices, long Name) LLVMValueRef LLVMBuildInBoundsGEP(LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name) -
LLVMBuildInBoundsGEP
@NativeType("LLVMValueRef") public static long LLVMBuildInBoundsGEP(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long Pointer, @NativeType("LLVMValueRef *") PointerBuffer Indices, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildInBoundsGEP(LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name) -
LLVMBuildInBoundsGEP
@NativeType("LLVMValueRef") public static long LLVMBuildInBoundsGEP(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long Pointer, @NativeType("LLVMValueRef *") PointerBuffer Indices, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildInBoundsGEP(LLVMBuilderRef B, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name) -
nLLVMBuildStructGEP
public static long nLLVMBuildStructGEP(long B, long Pointer, int Idx, long Name) LLVMValueRef LLVMBuildStructGEP(LLVMBuilderRef B, LLVMValueRef Pointer, unsigned int Idx, char const * Name) -
LLVMBuildStructGEP
@NativeType("LLVMValueRef") public static long LLVMBuildStructGEP(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long Pointer, @NativeType("unsigned int") int Idx, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildStructGEP(LLVMBuilderRef B, LLVMValueRef Pointer, unsigned int Idx, char const * Name) -
LLVMBuildStructGEP
@NativeType("LLVMValueRef") public static long LLVMBuildStructGEP(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long Pointer, @NativeType("unsigned int") int Idx, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildStructGEP(LLVMBuilderRef B, LLVMValueRef Pointer, unsigned int Idx, char const * Name) -
nLLVMBuildGEP2
public static long nLLVMBuildGEP2(long B, long Ty, long Pointer, long Indices, int NumIndices, long Name) LLVMValueRef LLVMBuildGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name) -
LLVMBuildGEP2
@NativeType("LLVMValueRef") public static long LLVMBuildGEP2(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Pointer, @NativeType("LLVMValueRef *") PointerBuffer Indices, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name) -
LLVMBuildGEP2
@NativeType("LLVMValueRef") public static long LLVMBuildGEP2(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Pointer, @NativeType("LLVMValueRef *") PointerBuffer Indices, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name) -
nLLVMBuildInBoundsGEP2
public static long nLLVMBuildInBoundsGEP2(long B, long Ty, long Pointer, long Indices, int NumIndices, long Name) LLVMValueRef LLVMBuildInBoundsGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name) -
LLVMBuildInBoundsGEP2
@NativeType("LLVMValueRef") public static long LLVMBuildInBoundsGEP2(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Pointer, @NativeType("LLVMValueRef *") PointerBuffer Indices, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildInBoundsGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name) -
LLVMBuildInBoundsGEP2
@NativeType("LLVMValueRef") public static long LLVMBuildInBoundsGEP2(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Pointer, @NativeType("LLVMValueRef *") PointerBuffer Indices, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildInBoundsGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned int NumIndices, char const * Name) -
nLLVMBuildGEPWithNoWrapFlags
public static long nLLVMBuildGEPWithNoWrapFlags(long B, long Ty, long Pointer, long Indices, int NumIndices, long Name, int NoWrapFlags) LLVMValueRef LLVMBuildGEPWithNoWrapFlags(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned NumIndices, char const * Name, LLVMGEPNoWrapFlags NoWrapFlags) -
LLVMBuildGEPWithNoWrapFlags
@NativeType("LLVMValueRef") public static long LLVMBuildGEPWithNoWrapFlags(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Pointer, @NativeType("LLVMValueRef *") PointerBuffer Indices, @NativeType("char const *") ByteBuffer Name, @NativeType("LLVMGEPNoWrapFlags") int NoWrapFlags) LLVMValueRef LLVMBuildGEPWithNoWrapFlags(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned NumIndices, char const * Name, LLVMGEPNoWrapFlags NoWrapFlags) -
LLVMBuildGEPWithNoWrapFlags
@NativeType("LLVMValueRef") public static long LLVMBuildGEPWithNoWrapFlags(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Pointer, @NativeType("LLVMValueRef *") PointerBuffer Indices, @NativeType("char const *") CharSequence Name, @NativeType("LLVMGEPNoWrapFlags") int NoWrapFlags) LLVMValueRef LLVMBuildGEPWithNoWrapFlags(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, LLVMValueRef * Indices, unsigned NumIndices, char const * Name, LLVMGEPNoWrapFlags NoWrapFlags) -
nLLVMBuildStructGEP2
public static long nLLVMBuildStructGEP2(long B, long Ty, long Pointer, int Idx, long Name) LLVMValueRef LLVMBuildStructGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, unsigned int Idx, char const * Name) -
LLVMBuildStructGEP2
@NativeType("LLVMValueRef") public static long LLVMBuildStructGEP2(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Pointer, @NativeType("unsigned int") int Idx, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildStructGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, unsigned int Idx, char const * Name) -
LLVMBuildStructGEP2
@NativeType("LLVMValueRef") public static long LLVMBuildStructGEP2(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Pointer, @NativeType("unsigned int") int Idx, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildStructGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, unsigned int Idx, char const * Name) -
nLLVMBuildGlobalString
public static long nLLVMBuildGlobalString(long B, long Str, long Name) LLVMValueRef LLVMBuildGlobalString(LLVMBuilderRef B, char const * Str, char const * Name) -
LLVMBuildGlobalString
@NativeType("LLVMValueRef") public static long LLVMBuildGlobalString(@NativeType("LLVMBuilderRef") long B, @NativeType("char const *") ByteBuffer Str, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildGlobalString(LLVMBuilderRef B, char const * Str, char const * Name) -
LLVMBuildGlobalString
@NativeType("LLVMValueRef") public static long LLVMBuildGlobalString(@NativeType("LLVMBuilderRef") long B, @NativeType("char const *") CharSequence Str, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildGlobalString(LLVMBuilderRef B, char const * Str, char const * Name) -
nLLVMBuildGlobalStringPtr
public static long nLLVMBuildGlobalStringPtr(long B, long Str, long Name) LLVMValueRef LLVMBuildGlobalStringPtr(LLVMBuilderRef B, char const * Str, char const * Name) -
LLVMBuildGlobalStringPtr
@NativeType("LLVMValueRef") public static long LLVMBuildGlobalStringPtr(@NativeType("LLVMBuilderRef") long B, @NativeType("char const *") ByteBuffer Str, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildGlobalStringPtr(LLVMBuilderRef B, char const * Str, char const * Name) -
LLVMBuildGlobalStringPtr
@NativeType("LLVMValueRef") public static long LLVMBuildGlobalStringPtr(@NativeType("LLVMBuilderRef") long B, @NativeType("char const *") CharSequence Str, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildGlobalStringPtr(LLVMBuilderRef B, char const * Str, char const * Name) -
LLVMGetVolatile
@NativeType("LLVMBool") public static boolean LLVMGetVolatile(@NativeType("LLVMValueRef") long MemoryAccessInst) LLVMBool LLVMGetVolatile(LLVMValueRef MemoryAccessInst) -
LLVMSetVolatile
public static void LLVMSetVolatile(@NativeType("LLVMValueRef") long MemoryAccessInst, @NativeType("LLVMBool") boolean IsVolatile) void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile) -
LLVMGetWeak
@NativeType("LLVMBool") public static boolean LLVMGetWeak(@NativeType("LLVMValueRef") long CmpXchgInst) LLVMBool LLVMGetWeak(LLVMValueRef CmpXchgInst) -
LLVMSetWeak
public static void LLVMSetWeak(@NativeType("LLVMValueRef") long CmpXchgInst, @NativeType("LLVMBool") boolean IsWeak) void LLVMSetWeak(LLVMValueRef CmpXchgInst, LLVMBool IsWeak) -
LLVMGetOrdering
@NativeType("LLVMAtomicOrdering") public static int LLVMGetOrdering(@NativeType("LLVMValueRef") long MemoryAccessInst) LLVMAtomicOrdering LLVMGetOrdering(LLVMValueRef MemoryAccessInst) -
LLVMSetOrdering
public static void LLVMSetOrdering(@NativeType("LLVMValueRef") long MemoryAccessInst, @NativeType("LLVMAtomicOrdering") int Ordering) void LLVMSetOrdering(LLVMValueRef MemoryAccessInst, LLVMAtomicOrdering Ordering) -
LLVMGetAtomicRMWBinOp
@NativeType("LLVMAtomicRMWBinOp") public static int LLVMGetAtomicRMWBinOp(@NativeType("LLVMValueRef") long AtomicRMWInst) LLVMAtomicRMWBinOp LLVMGetAtomicRMWBinOp(LLVMValueRef AtomicRMWInst) -
LLVMSetAtomicRMWBinOp
public static void LLVMSetAtomicRMWBinOp(@NativeType("LLVMValueRef") long AtomicRMWInst, @NativeType("LLVMAtomicRMWBinOp") int BinOp) void LLVMSetAtomicRMWBinOp(LLVMValueRef AtomicRMWInst, LLVMAtomicRMWBinOp BinOp) -
nLLVMBuildTrunc
public static long nLLVMBuildTrunc(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildTrunc(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildTrunc
@NativeType("LLVMValueRef") public static long LLVMBuildTrunc(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildTrunc(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildTrunc
@NativeType("LLVMValueRef") public static long LLVMBuildTrunc(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildTrunc(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
nLLVMBuildZExt
public static long nLLVMBuildZExt(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildZExt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildZExt
@NativeType("LLVMValueRef") public static long LLVMBuildZExt(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildZExt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildZExt
@NativeType("LLVMValueRef") public static long LLVMBuildZExt(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildZExt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
nLLVMBuildSExt
public static long nLLVMBuildSExt(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildSExt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildSExt
@NativeType("LLVMValueRef") public static long LLVMBuildSExt(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildSExt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildSExt
@NativeType("LLVMValueRef") public static long LLVMBuildSExt(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildSExt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
nLLVMBuildFPToUI
public static long nLLVMBuildFPToUI(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildFPToUI(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildFPToUI
@NativeType("LLVMValueRef") public static long LLVMBuildFPToUI(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildFPToUI(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildFPToUI
@NativeType("LLVMValueRef") public static long LLVMBuildFPToUI(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildFPToUI(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
nLLVMBuildFPToSI
public static long nLLVMBuildFPToSI(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildFPToSI(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildFPToSI
@NativeType("LLVMValueRef") public static long LLVMBuildFPToSI(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildFPToSI(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildFPToSI
@NativeType("LLVMValueRef") public static long LLVMBuildFPToSI(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildFPToSI(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
nLLVMBuildUIToFP
public static long nLLVMBuildUIToFP(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildUIToFP(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildUIToFP
@NativeType("LLVMValueRef") public static long LLVMBuildUIToFP(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildUIToFP(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildUIToFP
@NativeType("LLVMValueRef") public static long LLVMBuildUIToFP(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildUIToFP(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
nLLVMBuildSIToFP
public static long nLLVMBuildSIToFP(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildSIToFP(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildSIToFP
@NativeType("LLVMValueRef") public static long LLVMBuildSIToFP(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildSIToFP(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildSIToFP
@NativeType("LLVMValueRef") public static long LLVMBuildSIToFP(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildSIToFP(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
nLLVMBuildFPTrunc
public static long nLLVMBuildFPTrunc(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildFPTrunc(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildFPTrunc
@NativeType("LLVMValueRef") public static long LLVMBuildFPTrunc(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildFPTrunc(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildFPTrunc
@NativeType("LLVMValueRef") public static long LLVMBuildFPTrunc(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildFPTrunc(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
nLLVMBuildFPExt
public static long nLLVMBuildFPExt(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildFPExt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildFPExt
@NativeType("LLVMValueRef") public static long LLVMBuildFPExt(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildFPExt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildFPExt
@NativeType("LLVMValueRef") public static long LLVMBuildFPExt(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildFPExt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
nLLVMBuildPtrToInt
public static long nLLVMBuildPtrToInt(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildPtrToInt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildPtrToInt
@NativeType("LLVMValueRef") public static long LLVMBuildPtrToInt(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildPtrToInt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildPtrToInt
@NativeType("LLVMValueRef") public static long LLVMBuildPtrToInt(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildPtrToInt(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
nLLVMBuildIntToPtr
public static long nLLVMBuildIntToPtr(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildIntToPtr(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildIntToPtr
@NativeType("LLVMValueRef") public static long LLVMBuildIntToPtr(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildIntToPtr(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildIntToPtr
@NativeType("LLVMValueRef") public static long LLVMBuildIntToPtr(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildIntToPtr(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
nLLVMBuildBitCast
public static long nLLVMBuildBitCast(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildBitCast
@NativeType("LLVMValueRef") public static long LLVMBuildBitCast(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildBitCast
@NativeType("LLVMValueRef") public static long LLVMBuildBitCast(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
nLLVMBuildAddrSpaceCast
public static long nLLVMBuildAddrSpaceCast(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildAddrSpaceCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildAddrSpaceCast
@NativeType("LLVMValueRef") public static long LLVMBuildAddrSpaceCast(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildAddrSpaceCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildAddrSpaceCast
@NativeType("LLVMValueRef") public static long LLVMBuildAddrSpaceCast(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildAddrSpaceCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
nLLVMBuildZExtOrBitCast
public static long nLLVMBuildZExtOrBitCast(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildZExtOrBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildZExtOrBitCast
@NativeType("LLVMValueRef") public static long LLVMBuildZExtOrBitCast(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildZExtOrBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildZExtOrBitCast
@NativeType("LLVMValueRef") public static long LLVMBuildZExtOrBitCast(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildZExtOrBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
nLLVMBuildSExtOrBitCast
public static long nLLVMBuildSExtOrBitCast(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildSExtOrBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildSExtOrBitCast
@NativeType("LLVMValueRef") public static long LLVMBuildSExtOrBitCast(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildSExtOrBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildSExtOrBitCast
@NativeType("LLVMValueRef") public static long LLVMBuildSExtOrBitCast(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildSExtOrBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
nLLVMBuildTruncOrBitCast
public static long nLLVMBuildTruncOrBitCast(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildTruncOrBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildTruncOrBitCast
@NativeType("LLVMValueRef") public static long LLVMBuildTruncOrBitCast(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildTruncOrBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildTruncOrBitCast
@NativeType("LLVMValueRef") public static long LLVMBuildTruncOrBitCast(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildTruncOrBitCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
nLLVMBuildCast
public static long nLLVMBuildCast(long B, int Op, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildCast(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildCast
@NativeType("LLVMValueRef") public static long LLVMBuildCast(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMOpcode") int Op, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildCast(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildCast
@NativeType("LLVMValueRef") public static long LLVMBuildCast(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMOpcode") int Op, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildCast(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
nLLVMBuildPointerCast
public static long nLLVMBuildPointerCast(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildPointerCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildPointerCast
@NativeType("LLVMValueRef") public static long LLVMBuildPointerCast(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildPointerCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildPointerCast
@NativeType("LLVMValueRef") public static long LLVMBuildPointerCast(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildPointerCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
nLLVMBuildIntCast2
public static long nLLVMBuildIntCast2(long Builder, long Val, long DestTy, int IsSigned, long Name) LLVMValueRef LLVMBuildIntCast2(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, LLVMBool IsSigned, char const * Name) -
LLVMBuildIntCast2
@NativeType("LLVMValueRef") public static long LLVMBuildIntCast2(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("LLVMBool") boolean IsSigned, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildIntCast2(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, LLVMBool IsSigned, char const * Name) -
LLVMBuildIntCast2
@NativeType("LLVMValueRef") public static long LLVMBuildIntCast2(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("LLVMBool") boolean IsSigned, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildIntCast2(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, LLVMBool IsSigned, char const * Name) -
nLLVMBuildIntCast
public static long nLLVMBuildIntCast(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildIntCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildIntCast
@NativeType("LLVMValueRef") public static long LLVMBuildIntCast(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildIntCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildIntCast
@NativeType("LLVMValueRef") public static long LLVMBuildIntCast(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildIntCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMGetCastOpcode
@NativeType("LLVMOpcode") public static int LLVMGetCastOpcode(@NativeType("LLVMValueRef") long Src, @NativeType("LLVMBool") boolean SrcIsSigned, @NativeType("LLVMTypeRef") long DestTy, @NativeType("LLVMBool") boolean DestIsSigned) LLVMOpcode LLVMGetCastOpcode(LLVMValueRef Src, LLVMBool SrcIsSigned, LLVMTypeRef DestTy, LLVMBool DestIsSigned) -
nLLVMBuildFPCast
public static long nLLVMBuildFPCast(long Builder, long Val, long DestTy, long Name) LLVMValueRef LLVMBuildFPCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildFPCast
@NativeType("LLVMValueRef") public static long LLVMBuildFPCast(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildFPCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
LLVMBuildFPCast
@NativeType("LLVMValueRef") public static long LLVMBuildFPCast(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMTypeRef") long DestTy, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildFPCast(LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef DestTy, char const * Name) -
nLLVMBuildICmp
public static long nLLVMBuildICmp(long Builder, int Op, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildICmp(LLVMBuilderRef Builder, LLVMIntPredicate Op, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildICmp
@NativeType("LLVMValueRef") public static long LLVMBuildICmp(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMIntPredicate") int Op, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildICmp(LLVMBuilderRef Builder, LLVMIntPredicate Op, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildICmp
@NativeType("LLVMValueRef") public static long LLVMBuildICmp(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMIntPredicate") int Op, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildICmp(LLVMBuilderRef Builder, LLVMIntPredicate Op, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildFCmp
public static long nLLVMBuildFCmp(long Builder, int Op, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildFCmp(LLVMBuilderRef Builder, LLVMRealPredicate Op, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildFCmp
@NativeType("LLVMValueRef") public static long LLVMBuildFCmp(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMRealPredicate") int Op, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildFCmp(LLVMBuilderRef Builder, LLVMRealPredicate Op, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildFCmp
@NativeType("LLVMValueRef") public static long LLVMBuildFCmp(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMRealPredicate") int Op, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildFCmp(LLVMBuilderRef Builder, LLVMRealPredicate Op, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildPhi
public static long nLLVMBuildPhi(long Builder, long Ty, long Name) LLVMValueRef LLVMBuildPhi(LLVMBuilderRef Builder, LLVMTypeRef Ty, char const * Name) -
LLVMBuildPhi
@NativeType("LLVMValueRef") public static long LLVMBuildPhi(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long Ty, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildPhi(LLVMBuilderRef Builder, LLVMTypeRef Ty, char const * Name) -
LLVMBuildPhi
@NativeType("LLVMValueRef") public static long LLVMBuildPhi(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long Ty, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildPhi(LLVMBuilderRef Builder, LLVMTypeRef Ty, char const * Name) -
nLLVMBuildCall
public static long nLLVMBuildCall(long Builder, long Fn, long Args, int NumArgs, long Name) LLVMValueRef LLVMBuildCall(LLVMBuilderRef Builder, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, char const * Name) -
LLVMBuildCall
@NativeType("LLVMValueRef") public static long LLVMBuildCall(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Fn, @NativeType("LLVMValueRef *") PointerBuffer Args, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildCall(LLVMBuilderRef Builder, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, char const * Name) -
LLVMBuildCall
@NativeType("LLVMValueRef") public static long LLVMBuildCall(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Fn, @NativeType("LLVMValueRef *") PointerBuffer Args, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildCall(LLVMBuilderRef Builder, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, char const * Name) -
nLLVMBuildCall2
public static long nLLVMBuildCall2(long Builder, long Ty, long Fn, long Args, int NumArgs, long Name) LLVMValueRef LLVMBuildCall2(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, char const * Name) -
LLVMBuildCall2
@NativeType("LLVMValueRef") public static long LLVMBuildCall2(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Fn, @NativeType("LLVMValueRef *") PointerBuffer Args, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildCall2(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, char const * Name) -
LLVMBuildCall2
@NativeType("LLVMValueRef") public static long LLVMBuildCall2(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Fn, @NativeType("LLVMValueRef *") PointerBuffer Args, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildCall2(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, char const * Name) -
nLLVMBuildCallWithOperandBundles
public static long nLLVMBuildCallWithOperandBundles(long Builder, long Ty, long Fn, long Args, int NumArgs, long Bundles, int NumBundles, long Name) LLVMValueRef LLVMBuildCallWithOperandBundles(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, LLVMOperandBundleRef * Bundles, unsigned NumBundles, char const * Name) -
LLVMBuildCallWithOperandBundles
@NativeType("LLVMValueRef") public static long LLVMBuildCallWithOperandBundles(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Fn, @NativeType("LLVMValueRef *") PointerBuffer Args, @NativeType("LLVMOperandBundleRef *") PointerBuffer Bundles, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildCallWithOperandBundles(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, LLVMOperandBundleRef * Bundles, unsigned NumBundles, char const * Name) -
LLVMBuildCallWithOperandBundles
@NativeType("LLVMValueRef") public static long LLVMBuildCallWithOperandBundles(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long Ty, @NativeType("LLVMValueRef") long Fn, @NativeType("LLVMValueRef *") PointerBuffer Args, @NativeType("LLVMOperandBundleRef *") PointerBuffer Bundles, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildCallWithOperandBundles(LLVMBuilderRef Builder, LLVMTypeRef Ty, LLVMValueRef Fn, LLVMValueRef * Args, unsigned int NumArgs, LLVMOperandBundleRef * Bundles, unsigned NumBundles, char const * Name) -
nLLVMBuildSelect
public static long nLLVMBuildSelect(long Builder, long If, long Then, long Else, long Name) LLVMValueRef LLVMBuildSelect(LLVMBuilderRef Builder, LLVMValueRef If, LLVMValueRef Then, LLVMValueRef Else, char const * Name) -
LLVMBuildSelect
@NativeType("LLVMValueRef") public static long LLVMBuildSelect(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long If, @NativeType("LLVMValueRef") long Then, @NativeType("LLVMValueRef") long Else, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildSelect(LLVMBuilderRef Builder, LLVMValueRef If, LLVMValueRef Then, LLVMValueRef Else, char const * Name) -
LLVMBuildSelect
@NativeType("LLVMValueRef") public static long LLVMBuildSelect(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long If, @NativeType("LLVMValueRef") long Then, @NativeType("LLVMValueRef") long Else, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildSelect(LLVMBuilderRef Builder, LLVMValueRef If, LLVMValueRef Then, LLVMValueRef Else, char const * Name) -
nLLVMBuildVAArg
public static long nLLVMBuildVAArg(long Builder, long List, long Ty, long Name) LLVMValueRef LLVMBuildVAArg(LLVMBuilderRef Builder, LLVMValueRef List, LLVMTypeRef Ty, char const * Name) -
LLVMBuildVAArg
@NativeType("LLVMValueRef") public static long LLVMBuildVAArg(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long List, @NativeType("LLVMTypeRef") long Ty, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildVAArg(LLVMBuilderRef Builder, LLVMValueRef List, LLVMTypeRef Ty, char const * Name) -
LLVMBuildVAArg
@NativeType("LLVMValueRef") public static long LLVMBuildVAArg(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long List, @NativeType("LLVMTypeRef") long Ty, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildVAArg(LLVMBuilderRef Builder, LLVMValueRef List, LLVMTypeRef Ty, char const * Name) -
nLLVMBuildExtractElement
public static long nLLVMBuildExtractElement(long Builder, long VecVal, long Index, long Name) LLVMValueRef LLVMBuildExtractElement(LLVMBuilderRef Builder, LLVMValueRef VecVal, LLVMValueRef Index, char const * Name) -
LLVMBuildExtractElement
@NativeType("LLVMValueRef") public static long LLVMBuildExtractElement(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long VecVal, @NativeType("LLVMValueRef") long Index, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildExtractElement(LLVMBuilderRef Builder, LLVMValueRef VecVal, LLVMValueRef Index, char const * Name) -
LLVMBuildExtractElement
@NativeType("LLVMValueRef") public static long LLVMBuildExtractElement(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long VecVal, @NativeType("LLVMValueRef") long Index, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildExtractElement(LLVMBuilderRef Builder, LLVMValueRef VecVal, LLVMValueRef Index, char const * Name) -
nLLVMBuildInsertElement
public static long nLLVMBuildInsertElement(long Builder, long VecVal, long EltVal, long Index, long Name) LLVMValueRef LLVMBuildInsertElement(LLVMBuilderRef Builder, LLVMValueRef VecVal, LLVMValueRef EltVal, LLVMValueRef Index, char const * Name) -
LLVMBuildInsertElement
@NativeType("LLVMValueRef") public static long LLVMBuildInsertElement(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long VecVal, @NativeType("LLVMValueRef") long EltVal, @NativeType("LLVMValueRef") long Index, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildInsertElement(LLVMBuilderRef Builder, LLVMValueRef VecVal, LLVMValueRef EltVal, LLVMValueRef Index, char const * Name) -
LLVMBuildInsertElement
@NativeType("LLVMValueRef") public static long LLVMBuildInsertElement(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long VecVal, @NativeType("LLVMValueRef") long EltVal, @NativeType("LLVMValueRef") long Index, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildInsertElement(LLVMBuilderRef Builder, LLVMValueRef VecVal, LLVMValueRef EltVal, LLVMValueRef Index, char const * Name) -
nLLVMBuildShuffleVector
public static long nLLVMBuildShuffleVector(long Builder, long V1, long V2, long Mask, long Name) LLVMValueRef LLVMBuildShuffleVector(LLVMBuilderRef Builder, LLVMValueRef V1, LLVMValueRef V2, LLVMValueRef Mask, char const * Name) -
LLVMBuildShuffleVector
@NativeType("LLVMValueRef") public static long LLVMBuildShuffleVector(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long V1, @NativeType("LLVMValueRef") long V2, @NativeType("LLVMValueRef") long Mask, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildShuffleVector(LLVMBuilderRef Builder, LLVMValueRef V1, LLVMValueRef V2, LLVMValueRef Mask, char const * Name) -
LLVMBuildShuffleVector
@NativeType("LLVMValueRef") public static long LLVMBuildShuffleVector(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long V1, @NativeType("LLVMValueRef") long V2, @NativeType("LLVMValueRef") long Mask, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildShuffleVector(LLVMBuilderRef Builder, LLVMValueRef V1, LLVMValueRef V2, LLVMValueRef Mask, char const * Name) -
nLLVMBuildExtractValue
public static long nLLVMBuildExtractValue(long Builder, long AggVal, int Index, long Name) LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef Builder, LLVMValueRef AggVal, unsigned int Index, char const * Name) -
LLVMBuildExtractValue
@NativeType("LLVMValueRef") public static long LLVMBuildExtractValue(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long AggVal, @NativeType("unsigned int") int Index, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef Builder, LLVMValueRef AggVal, unsigned int Index, char const * Name) -
LLVMBuildExtractValue
@NativeType("LLVMValueRef") public static long LLVMBuildExtractValue(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long AggVal, @NativeType("unsigned int") int Index, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildExtractValue(LLVMBuilderRef Builder, LLVMValueRef AggVal, unsigned int Index, char const * Name) -
nLLVMBuildInsertValue
public static long nLLVMBuildInsertValue(long Builder, long AggVal, long EltVal, int Index, long Name) LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef Builder, LLVMValueRef AggVal, LLVMValueRef EltVal, unsigned int Index, char const * Name) -
LLVMBuildInsertValue
@NativeType("LLVMValueRef") public static long LLVMBuildInsertValue(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long AggVal, @NativeType("LLVMValueRef") long EltVal, @NativeType("unsigned int") int Index, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef Builder, LLVMValueRef AggVal, LLVMValueRef EltVal, unsigned int Index, char const * Name) -
LLVMBuildInsertValue
@NativeType("LLVMValueRef") public static long LLVMBuildInsertValue(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long AggVal, @NativeType("LLVMValueRef") long EltVal, @NativeType("unsigned int") int Index, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildInsertValue(LLVMBuilderRef Builder, LLVMValueRef AggVal, LLVMValueRef EltVal, unsigned int Index, char const * Name) -
nLLVMBuildFreeze
public static long nLLVMBuildFreeze(long Builder, long Val, long Name) LLVMValueRef LLVMBuildFreeze(LLVMBuilderRef Builder, LLVMValueRef Val, char const * Name) -
LLVMBuildFreeze
@NativeType("LLVMValueRef") public static long LLVMBuildFreeze(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildFreeze(LLVMBuilderRef Builder, LLVMValueRef Val, char const * Name) -
LLVMBuildFreeze
@NativeType("LLVMValueRef") public static long LLVMBuildFreeze(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildFreeze(LLVMBuilderRef Builder, LLVMValueRef Val, char const * Name) -
nLLVMBuildIsNull
public static long nLLVMBuildIsNull(long Builder, long Val, long Name) LLVMValueRef LLVMBuildIsNull(LLVMBuilderRef Builder, LLVMValueRef Val, char const * Name) -
LLVMBuildIsNull
@NativeType("LLVMValueRef") public static long LLVMBuildIsNull(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildIsNull(LLVMBuilderRef Builder, LLVMValueRef Val, char const * Name) -
LLVMBuildIsNull
@NativeType("LLVMValueRef") public static long LLVMBuildIsNull(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildIsNull(LLVMBuilderRef Builder, LLVMValueRef Val, char const * Name) -
nLLVMBuildIsNotNull
public static long nLLVMBuildIsNotNull(long Builder, long Val, long Name) LLVMValueRef LLVMBuildIsNotNull(LLVMBuilderRef Builder, LLVMValueRef Val, char const * Name) -
LLVMBuildIsNotNull
@NativeType("LLVMValueRef") public static long LLVMBuildIsNotNull(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildIsNotNull(LLVMBuilderRef Builder, LLVMValueRef Val, char const * Name) -
LLVMBuildIsNotNull
@NativeType("LLVMValueRef") public static long LLVMBuildIsNotNull(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long Val, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildIsNotNull(LLVMBuilderRef Builder, LLVMValueRef Val, char const * Name) -
nLLVMBuildPtrDiff
public static long nLLVMBuildPtrDiff(long Builder, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildPtrDiff(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildPtrDiff
@NativeType("LLVMValueRef") public static long LLVMBuildPtrDiff(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildPtrDiff(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildPtrDiff
@NativeType("LLVMValueRef") public static long LLVMBuildPtrDiff(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildPtrDiff(LLVMBuilderRef Builder, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildPtrDiff2
public static long nLLVMBuildPtrDiff2(long Builder, long ElemTy, long LHS, long RHS, long Name) LLVMValueRef LLVMBuildPtrDiff2(LLVMBuilderRef Builder, LLVMTypeRef ElemTy, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildPtrDiff2
@NativeType("LLVMValueRef") public static long LLVMBuildPtrDiff2(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long ElemTy, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildPtrDiff2(LLVMBuilderRef Builder, LLVMTypeRef ElemTy, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
LLVMBuildPtrDiff2
@NativeType("LLVMValueRef") public static long LLVMBuildPtrDiff2(@NativeType("LLVMBuilderRef") long Builder, @NativeType("LLVMTypeRef") long ElemTy, @NativeType("LLVMValueRef") long LHS, @NativeType("LLVMValueRef") long RHS, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildPtrDiff2(LLVMBuilderRef Builder, LLVMTypeRef ElemTy, LLVMValueRef LHS, LLVMValueRef RHS, char const * Name) -
nLLVMBuildFence
public static long nLLVMBuildFence(long B, int ordering, int singleThread, long Name) LLVMValueRef LLVMBuildFence(LLVMBuilderRef B, LLVMAtomicOrdering ordering, LLVMBool singleThread, char const * Name) -
LLVMBuildFence
@NativeType("LLVMValueRef") public static long LLVMBuildFence(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMAtomicOrdering") int ordering, @NativeType("LLVMBool") boolean singleThread, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildFence(LLVMBuilderRef B, LLVMAtomicOrdering ordering, LLVMBool singleThread, char const * Name) -
LLVMBuildFence
@NativeType("LLVMValueRef") public static long LLVMBuildFence(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMAtomicOrdering") int ordering, @NativeType("LLVMBool") boolean singleThread, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildFence(LLVMBuilderRef B, LLVMAtomicOrdering ordering, LLVMBool singleThread, char const * Name) -
nLLVMBuildFenceSyncScope
public static long nLLVMBuildFenceSyncScope(long B, int ordering, int SSID, long Name) LLVMValueRef LLVMBuildFenceSyncScope(LLVMBuilderRef B, LLVMAtomicOrdering ordering, unsigned SSID, char const * Name) -
LLVMBuildFenceSyncScope
@NativeType("LLVMValueRef") public static long LLVMBuildFenceSyncScope(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMAtomicOrdering") int ordering, @NativeType("unsigned") int SSID, @NativeType("char const *") ByteBuffer Name) LLVMValueRef LLVMBuildFenceSyncScope(LLVMBuilderRef B, LLVMAtomicOrdering ordering, unsigned SSID, char const * Name) -
LLVMBuildFenceSyncScope
@NativeType("LLVMValueRef") public static long LLVMBuildFenceSyncScope(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMAtomicOrdering") int ordering, @NativeType("unsigned") int SSID, @NativeType("char const *") CharSequence Name) LLVMValueRef LLVMBuildFenceSyncScope(LLVMBuilderRef B, LLVMAtomicOrdering ordering, unsigned SSID, char const * Name) -
LLVMBuildAtomicRMW
@NativeType("LLVMValueRef") public static long LLVMBuildAtomicRMW(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMAtomicRMWBinOp") int op, @NativeType("LLVMValueRef") long PTR, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMAtomicOrdering") int ordering, @NativeType("LLVMBool") boolean singleThread) LLVMValueRef LLVMBuildAtomicRMW(LLVMBuilderRef B, LLVMAtomicRMWBinOp op, LLVMValueRef PTR, LLVMValueRef Val, LLVMAtomicOrdering ordering, LLVMBool singleThread) -
LLVMBuildAtomicRMWSyncScope
@NativeType("LLVMValueRef") public static long LLVMBuildAtomicRMWSyncScope(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMAtomicRMWBinOp") int op, @NativeType("LLVMValueRef") long PTR, @NativeType("LLVMValueRef") long Val, @NativeType("LLVMAtomicOrdering") int ordering, @NativeType("unsigned") int SSID) LLVMValueRef LLVMBuildAtomicRMWSyncScope(LLVMBuilderRef B, LLVMAtomicRMWBinOp op, LLVMValueRef PTR, LLVMValueRef Val, LLVMAtomicOrdering ordering, unsigned SSID) -
LLVMBuildAtomicCmpXchg
@NativeType("LLVMValueRef") public static long LLVMBuildAtomicCmpXchg(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long Ptr, @NativeType("LLVMValueRef") long Cmp, @NativeType("LLVMValueRef") long New, @NativeType("LLVMAtomicOrdering") int SuccessOrdering, @NativeType("LLVMAtomicOrdering") int FailureOrdering, @NativeType("LLVMBool") boolean SingleThread) LLVMValueRef LLVMBuildAtomicCmpXchg(LLVMBuilderRef B, LLVMValueRef Ptr, LLVMValueRef Cmp, LLVMValueRef New, LLVMAtomicOrdering SuccessOrdering, LLVMAtomicOrdering FailureOrdering, LLVMBool SingleThread) -
LLVMBuildAtomicCmpXchgSyncScope
@NativeType("LLVMValueRef") public static long LLVMBuildAtomicCmpXchgSyncScope(@NativeType("LLVMBuilderRef") long B, @NativeType("LLVMValueRef") long Ptr, @NativeType("LLVMValueRef") long Cmp, @NativeType("LLVMValueRef") long New, @NativeType("LLVMAtomicOrdering") int SuccessOrdering, @NativeType("LLVMAtomicOrdering") int FailureOrdering, @NativeType("unsigned") int SSID) LLVMValueRef LLVMBuildAtomicCmpXchgSyncScope(LLVMBuilderRef B, LLVMValueRef Ptr, LLVMValueRef Cmp, LLVMValueRef New, LLVMAtomicOrdering SuccessOrdering, LLVMAtomicOrdering FailureOrdering, unsigned SSID) -
LLVMGetNumMaskElements
@NativeType("unsigned") public static int LLVMGetNumMaskElements(@NativeType("LLVMValueRef") long ShuffleVectorInst) unsigned LLVMGetNumMaskElements(LLVMValueRef ShuffleVectorInst) -
LLVMGetUndefMaskElem
public static int LLVMGetUndefMaskElem()int LLVMGetUndefMaskElem(void) -
LLVMGetMaskValue
public static int LLVMGetMaskValue(@NativeType("LLVMValueRef") long ShuffleVectorInst, @NativeType("unsigned") int Elt) int LLVMGetMaskValue(LLVMValueRef ShuffleVectorInst, unsigned Elt) -
LLVMIsAtomicSingleThread
@NativeType("LLVMBool") public static boolean LLVMIsAtomicSingleThread(@NativeType("LLVMValueRef") long AtomicInst) LLVMBool LLVMIsAtomicSingleThread(LLVMValueRef AtomicInst) -
LLVMSetAtomicSingleThread
public static void LLVMSetAtomicSingleThread(@NativeType("LLVMValueRef") long AtomicInst, @NativeType("LLVMBool") boolean SingleThread) void LLVMSetAtomicSingleThread(LLVMValueRef AtomicInst, LLVMBool SingleThread) -
LLVMIsAtomic
LLVMBool LLVMIsAtomic(LLVMValueRef Inst) -
LLVMGetAtomicSyncScopeID
@NativeType("unsigned") public static int LLVMGetAtomicSyncScopeID(@NativeType("LLVMValueRef") long AtomicInst) unsigned LLVMGetAtomicSyncScopeID(LLVMValueRef AtomicInst) -
LLVMSetAtomicSyncScopeID
public static void LLVMSetAtomicSyncScopeID(@NativeType("LLVMValueRef") long AtomicInst, @NativeType("unsigned") int SSID) void LLVMSetAtomicSyncScopeID(LLVMValueRef AtomicInst, unsigned SSID) -
LLVMGetCmpXchgSuccessOrdering
@NativeType("LLVMAtomicOrdering") public static int LLVMGetCmpXchgSuccessOrdering(@NativeType("LLVMValueRef") long CmpXchgInst) LLVMAtomicOrdering LLVMGetCmpXchgSuccessOrdering(LLVMValueRef CmpXchgInst) -
LLVMSetCmpXchgSuccessOrdering
public static void LLVMSetCmpXchgSuccessOrdering(@NativeType("LLVMValueRef") long CmpXchgInst, @NativeType("LLVMAtomicOrdering") int Ordering) void LLVMSetCmpXchgSuccessOrdering(LLVMValueRef CmpXchgInst, LLVMAtomicOrdering Ordering) -
LLVMGetCmpXchgFailureOrdering
@NativeType("LLVMAtomicOrdering") public static int LLVMGetCmpXchgFailureOrdering(@NativeType("LLVMValueRef") long CmpXchgInst) LLVMAtomicOrdering LLVMGetCmpXchgFailureOrdering(LLVMValueRef CmpXchgInst) -
LLVMSetCmpXchgFailureOrdering
public static void LLVMSetCmpXchgFailureOrdering(@NativeType("LLVMValueRef") long CmpXchgInst, @NativeType("LLVMAtomicOrdering") int Ordering) void LLVMSetCmpXchgFailureOrdering(LLVMValueRef CmpXchgInst, LLVMAtomicOrdering Ordering) -
LLVMCreateModuleProviderForExistingModule
@NativeType("LLVMModuleProviderRef") public static long LLVMCreateModuleProviderForExistingModule(@NativeType("LLVMModuleRef") long M) LLVMModuleProviderRef LLVMCreateModuleProviderForExistingModule(LLVMModuleRef M) -
LLVMDisposeModuleProvider
void LLVMDisposeModuleProvider(LLVMModuleProviderRef M) -
nLLVMCreateMemoryBufferWithContentsOfFile
public static int nLLVMCreateMemoryBufferWithContentsOfFile(long Path, long OutMemBuf, long OutMessage) LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(char const * Path, LLVMMemoryBufferRef * OutMemBuf, char ** OutMessage) -
LLVMCreateMemoryBufferWithContentsOfFile
@NativeType("LLVMBool") public static boolean LLVMCreateMemoryBufferWithContentsOfFile(@NativeType("char const *") ByteBuffer Path, @NativeType("LLVMMemoryBufferRef *") PointerBuffer OutMemBuf, @NativeType("char **") PointerBuffer OutMessage) LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(char const * Path, LLVMMemoryBufferRef * OutMemBuf, char ** OutMessage) -
LLVMCreateMemoryBufferWithContentsOfFile
@NativeType("LLVMBool") public static boolean LLVMCreateMemoryBufferWithContentsOfFile(@NativeType("char const *") CharSequence Path, @NativeType("LLVMMemoryBufferRef *") PointerBuffer OutMemBuf, @NativeType("char **") PointerBuffer OutMessage) LLVMBool LLVMCreateMemoryBufferWithContentsOfFile(char const * Path, LLVMMemoryBufferRef * OutMemBuf, char ** OutMessage) -
nLLVMCreateMemoryBufferWithSTDIN
public static int nLLVMCreateMemoryBufferWithSTDIN(long OutMemBuf, long OutMessage) LLVMBool LLVMCreateMemoryBufferWithSTDIN(LLVMMemoryBufferRef * OutMemBuf, char ** OutMessage) -
LLVMCreateMemoryBufferWithSTDIN
@NativeType("LLVMBool") public static boolean LLVMCreateMemoryBufferWithSTDIN(@NativeType("LLVMMemoryBufferRef *") PointerBuffer OutMemBuf, @NativeType("char **") PointerBuffer OutMessage) LLVMBool LLVMCreateMemoryBufferWithSTDIN(LLVMMemoryBufferRef * OutMemBuf, char ** OutMessage) -
nLLVMCreateMemoryBufferWithMemoryRange
public static long nLLVMCreateMemoryBufferWithMemoryRange(long InputData, long InputDataLength, long BufferName, int RequiresNullTerminator) LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRange(char const * InputData, size_t InputDataLength, char const * BufferName, LLVMBool RequiresNullTerminator) -
LLVMCreateMemoryBufferWithMemoryRange
@NativeType("LLVMMemoryBufferRef") public static long LLVMCreateMemoryBufferWithMemoryRange(@NativeType("char const *") ByteBuffer InputData, @NativeType("char const *") ByteBuffer BufferName, @NativeType("LLVMBool") boolean RequiresNullTerminator) LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRange(char const * InputData, size_t InputDataLength, char const * BufferName, LLVMBool RequiresNullTerminator) -
LLVMCreateMemoryBufferWithMemoryRange
@NativeType("LLVMMemoryBufferRef") public static long LLVMCreateMemoryBufferWithMemoryRange(@NativeType("char const *") ByteBuffer InputData, @NativeType("char const *") CharSequence BufferName, @NativeType("LLVMBool") boolean RequiresNullTerminator) LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRange(char const * InputData, size_t InputDataLength, char const * BufferName, LLVMBool RequiresNullTerminator) -
nLLVMCreateMemoryBufferWithMemoryRangeCopy
public static long nLLVMCreateMemoryBufferWithMemoryRangeCopy(long InputData, long InputDataLength, long BufferName) LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRangeCopy(char const * InputData, size_t InputDataLength, char const * BufferName) -
LLVMCreateMemoryBufferWithMemoryRangeCopy
@NativeType("LLVMMemoryBufferRef") public static long LLVMCreateMemoryBufferWithMemoryRangeCopy(@NativeType("char const *") ByteBuffer InputData, @NativeType("char const *") ByteBuffer BufferName) LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRangeCopy(char const * InputData, size_t InputDataLength, char const * BufferName) -
LLVMCreateMemoryBufferWithMemoryRangeCopy
@NativeType("LLVMMemoryBufferRef") public static long LLVMCreateMemoryBufferWithMemoryRangeCopy(@NativeType("char const *") ByteBuffer InputData, @NativeType("char const *") CharSequence BufferName) LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRangeCopy(char const * InputData, size_t InputDataLength, char const * BufferName) -
nLLVMGetBufferStart
public static long nLLVMGetBufferStart(long MemBuf) char const * LLVMGetBufferStart(LLVMMemoryBufferRef MemBuf) -
LLVMGetBufferStart
@NativeType("char const *") public static @Nullable ByteBuffer LLVMGetBufferStart(@NativeType("LLVMMemoryBufferRef") long MemBuf) char const * LLVMGetBufferStart(LLVMMemoryBufferRef MemBuf) -
LLVMGetBufferStart
@NativeType("char const *") public static @Nullable ByteBuffer LLVMGetBufferStart(@NativeType("LLVMMemoryBufferRef") long MemBuf, long length) char const * LLVMGetBufferStart(LLVMMemoryBufferRef MemBuf) -
LLVMGetBufferSize
@NativeType("size_t") public static long LLVMGetBufferSize(@NativeType("LLVMMemoryBufferRef") long MemBuf) size_t LLVMGetBufferSize(LLVMMemoryBufferRef MemBuf) -
LLVMDisposeMemoryBuffer
void LLVMDisposeMemoryBuffer(LLVMMemoryBufferRef MemBuf) -
LLVMGetGlobalPassRegistry
LLVMPassRegistryRef LLVMGetGlobalPassRegistry(void) -
LLVMCreatePassManager
LLVMPassManagerRef LLVMCreatePassManager(void) -
LLVMCreateFunctionPassManagerForModule
@NativeType("LLVMPassManagerRef") public static long LLVMCreateFunctionPassManagerForModule(@NativeType("LLVMModuleRef") long M) LLVMPassManagerRef LLVMCreateFunctionPassManagerForModule(LLVMModuleRef M) -
LLVMCreateFunctionPassManager
@NativeType("LLVMPassManagerRef") public static long LLVMCreateFunctionPassManager(@NativeType("LLVMModuleProviderRef") long MP) LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef MP) -
LLVMRunPassManager
@NativeType("LLVMBool") public static boolean LLVMRunPassManager(@NativeType("LLVMPassManagerRef") long PM, @NativeType("LLVMModuleRef") long M) LLVMBool LLVMRunPassManager(LLVMPassManagerRef PM, LLVMModuleRef M) -
LLVMInitializeFunctionPassManager
@NativeType("LLVMBool") public static boolean LLVMInitializeFunctionPassManager(@NativeType("LLVMPassManagerRef") long FPM) LLVMBool LLVMInitializeFunctionPassManager(LLVMPassManagerRef FPM) -
LLVMRunFunctionPassManager
@NativeType("LLVMBool") public static boolean LLVMRunFunctionPassManager(@NativeType("LLVMPassManagerRef") long FPM, @NativeType("LLVMValueRef") long F) LLVMBool LLVMRunFunctionPassManager(LLVMPassManagerRef FPM, LLVMValueRef F) -
LLVMFinalizeFunctionPassManager
@NativeType("LLVMBool") public static boolean LLVMFinalizeFunctionPassManager(@NativeType("LLVMPassManagerRef") long FPM) LLVMBool LLVMFinalizeFunctionPassManager(LLVMPassManagerRef FPM) -
LLVMDisposePassManager
void LLVMDisposePassManager(LLVMPassManagerRef PM) -
LLVMStartMultithreaded
LLVMBool LLVMStartMultithreaded(void) -
LLVMStopMultithreaded
public static void LLVMStopMultithreaded()void LLVMStopMultithreaded(void) -
LLVMIsMultithreaded
LLVMBool LLVMIsMultithreaded(void)
-