diff options
Diffstat (limited to 'include/llvm-c/Core.h')
| -rw-r--r-- | include/llvm-c/Core.h | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index 22cef23007c3..8238c09f9dd0 100644 --- a/include/llvm-c/Core.h +++ b/include/llvm-c/Core.h @@ -1137,6 +1137,16 @@ LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C);  LLVMTypeRef LLVMX86MMXTypeInContext(LLVMContextRef C);  /** + * Create a token type in a context. + */ +LLVMTypeRef LLVMTokenTypeInContext(LLVMContextRef C); + +/** + * Create a metadata type in a context. + */ +LLVMTypeRef LLVMMetadataTypeInContext(LLVMContextRef C); + +/**   * These are similar to the above functions except they operate on the   * global context.   */ | 
