|
LLVM
3.7.0
|
Functions | |
| LLVMTypeRef | LLVMVoidTypeInContext (LLVMContextRef C) |
| Create a void type in a context. More... | |
| LLVMTypeRef | LLVMLabelTypeInContext (LLVMContextRef C) |
| Create a label type in a context. More... | |
| LLVMTypeRef | LLVMX86MMXTypeInContext (LLVMContextRef C) |
| Create a X86 MMX type in a context. More... | |
| LLVMTypeRef | LLVMVoidType (void) |
| These are similar to the above functions except they operate on the global context. More... | |
| LLVMTypeRef | LLVMLabelType (void) |
| LLVMTypeRef | LLVMX86MMXType (void) |
| LLVMTypeRef LLVMLabelType | ( | void | ) |
Definition at line 523 of file Core.cpp.
References LLVMGetGlobalContext(), and LLVMLabelTypeInContext().
| LLVMTypeRef LLVMLabelTypeInContext | ( | LLVMContextRef | C | ) |
Create a label type in a context.
Definition at line 516 of file Core.cpp.
References llvm::Type::getLabelTy(), llvm::unwrap(), and llvm::wrap().
Referenced by LLVMLabelType().
| LLVMTypeRef LLVMVoidType | ( | void | ) |
These are similar to the above functions except they operate on the global context.
Definition at line 520 of file Core.cpp.
References LLVMGetGlobalContext(), and LLVMVoidTypeInContext().
| LLVMTypeRef LLVMVoidTypeInContext | ( | LLVMContextRef | C | ) |
Create a void type in a context.
Definition at line 513 of file Core.cpp.
References llvm::Type::getVoidTy(), llvm::unwrap(), and llvm::wrap().
Referenced by LLVMVoidType().
| LLVMTypeRef LLVMX86MMXType | ( | void | ) |
Definition at line 388 of file Core.cpp.
References LLVMGetGlobalContext(), and LLVMX86MMXTypeInContext().
| LLVMTypeRef LLVMX86MMXTypeInContext | ( | LLVMContextRef | C | ) |
Create a X86 MMX type in a context.
Definition at line 366 of file Core.cpp.
References llvm::Type::getX86_MMXTy(), and llvm::unwrap().
Referenced by LLVMX86MMXType().
1.8.6