HomeSort by relevance Sort by last modified time
    Searched defs:LLVMValueRef (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm-c/
Types.h 76 typedef struct LLVMOpaqueValue *LLVMValueRef;
  /external/swiftshader/third_party/llvm-subzero/include/llvm-c/
Types.h 76 typedef struct LLVMOpaqueValue *LLVMValueRef;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
Types.h 76 typedef struct LLVMOpaqueValue *LLVMValueRef;
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h 71 typedef struct LLVMOpaqueValue *LLVMValueRef;
522 LLVMTypeRef LLVMTypeOf(LLVMValueRef Val);
523 const char *LLVMGetValueName(LLVMValueRef Val);
524 void LLVMSetValueName(LLVMValueRef Val, const char *Name);
525 void LLVMDumpValue(LLVMValueRef Val);
526 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal);
527 int LLVMHasMetadata(LLVMValueRef Val);
528 LLVMValueRef LLVMGetMetadata(LLVMValueRef Val, unsigned KindID)
    [all...]

Completed in 646 milliseconds