Home
last modified time | relevance | path

Searched refs:LLVMSetAlignment (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp617 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 DCore.h2279 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1118 LLVMSetAlignment(Global, Int_val(Bytes)); in llvm_set_alignment()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1039 func (v Value) SetAlignment(a int) { C.LLVMSetAlignment(v.C, C.unsigned(a)) }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp2064 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes) { in LLVMSetAlignment() function