Module llvm_sys::target_machine
source · Expand description
Target machine information, to generate assembly or object files.
Enums
Functions
- Create a DataLayout based on the target machine.
- Get the host CPU’s features as a string. The result needs to be disposed with LLVMDisposeMessage.
- Get the host CPU as a string. The result needs to be disposed with LLVMDisposeMessage.
- Normalize a target triple. The result needs to be disposed with LLVMDisposeMessage.