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

/external/llvm/include/llvm-c/
H A DCore.h92 typedef struct LLVMOpaqueValue *LLVMValueRef; typedef in typeref:struct:LLVMOpaqueValue
652 * The passed LLVMValueRef pointer should refer to an array of
653 * LLVMValueRef at least LLVMGetNamedMetadataNumOperands long. This
654 * array will be populated with the LLVMValueRef instances. Each
660 void LLVMGetNamedMetadataOperands(LLVMModuleRef M, const char* name, LLVMValueRef *Dest);
669 LLVMValueRef Val);
676 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
686 LLVMValueRef LLVMGetNamedFunction(LLVMModuleRef M, const char *Name);
693 LLVMValueRef LLVMGetFirstFunction(LLVMModuleRef M);
700 LLVMValueRef LLVMGetLastFunctio
[all...]

Completed in 91 milliseconds