aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm-c/Core.h
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-04-16 23:12:47 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-04-16 23:12:47 +0000
commit4074343b2d9bec7a70c500b2f62b3cd63b44f8c9 (patch)
treed737ee37fede9c20792e09f132e9c3c800ae05dd /include/llvm-c/Core.h
parent68ee1520ce777871353e33fcc63725439e611f4e (diff)
downloadexternal_llvm-4074343b2d9bec7a70c500b2f62b3cd63b44f8c9.zip
external_llvm-4074343b2d9bec7a70c500b2f62b3cd63b44f8c9.tar.gz
external_llvm-4074343b2d9bec7a70c500b2f62b3cd63b44f8c9.tar.bz2
C API: Add LLVMGetBufferStart()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179646 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c/Core.h')
-rw-r--r--include/llvm-c/Core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h
index 3d54a21..f155b0d 100644
--- a/include/llvm-c/Core.h
+++ b/include/llvm-c/Core.h
@@ -2579,6 +2579,7 @@ LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRange(const char *InputData,
LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRangeCopy(const char *InputData,
size_t InputDataLength,
const char *BufferName);
+const char* LLVMGetBufferStart(LLVMMemoryBufferRef MemBuf);
void LLVMDisposeMemoryBuffer(LLVMMemoryBufferRef MemBuf);
/**