Searched refs:LLVMSetAlignment (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/ |
| H A D | echo.cpp | 617 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction() 623 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction() 632 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction() 656 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction() 671 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction() 1181 LLVMSetAlignment(G, LLVMGetAlignment(Cur)); in clone_symbols()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/ |
| H A D | Core.h | 2279 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm_ocaml.c | 1118 LLVMSetAlignment(Global, Int_val(Bytes)); in llvm_set_alignment()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1039 func (v Value) SetAlignment(a int) { C.LLVMSetAlignment(v.C, C.unsigned(a)) }
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Core.cpp | 2064 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes) { in LLVMSetAlignment() function
|