A | |
| Attribute [Llvm] | |
C | |
| CallConv [Llvm] |
The following calling convention values may be accessed with
Llvm.function_call_conv and Llvm.set_function_call_conv.
|
E | |
| Endian [Llvm_target] | |
| ExecutionEngine [Llvm_executionengine] | |
F | |
| Fcmp [Llvm] |
The predicate for a floating-point comparison (
fcmp) instruction.
|
G | |
| GenericValue [Llvm_executionengine] | |
I | |
| Icmp [Llvm] |
The predicate for an integer comparison (
icmp) instruction.
|
L | |
| Linkage [Llvm] |
The linkage of a global value, accessed with
Llvm.linkage and
Llvm.set_linkage.
|
| Llvm |
Core API.
|
| Llvm_analysis |
Intermediate representation analysis.
|
| Llvm_bitreader |
Bitcode reader.
|
| Llvm_bitwriter |
Bitcode writer.
|
| Llvm_executionengine |
JIT Interpreter.
|
| Llvm_scalar_opts |
Scalar Transforms.
|
| Llvm_target |
Target Information.
|
M | |
| MemoryBuffer [Llvm] | |
P | |
| PassManager [Llvm] | |
T | |
| TargetData [Llvm_target] | |
| TypeKind [Llvm] |
The kind of an
lltype, the result of classify_type ty.
|
V | |
| Visibility [Llvm] |
The linker visibility of a global value, accessed with
Llvm.visibility and
Llvm.set_visibility.
|