Searched defs:LLVMValueRef (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm-c/
H A DCore.h94 typedef struct LLVMOpaqueValue *LLVMValueRef; typedef in typeref:struct:LLVMOpaqueValue
571 * The passed LLVMValueRef pointer should refer to an array of
572 * LLVMValueRef at least LLVMGetNamedMetadataNumOperands long. This
573 * array will be populated with the LLVMValueRef instances. Each
579 void LLVMGetNamedMetadataOperands(LLVMModuleRef M, const char* name, LLVMValueRef *Dest);
588 LLVMValueRef Val);
595 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
605 LLVMValueRef LLVMGetNamedFunction(LLVMModuleRef M, const char *Name);
612 LLVMValueRef LLVMGetFirstFunction(LLVMModuleRef M);
619 LLVMValueRef LLVMGetLastFunctio
[all...]

Completed in 115 milliseconds