Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
658 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()
673 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()
1187 LLVMSetAlignment(G, LLVMGetAlignment(Cur)); in clone_symbols()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h2311 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes);
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1092 LLVMSetAlignment(Global, Int_val(Bytes)); in llvm_set_alignment()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1005 func (v Value) SetAlignment(a int) { C.LLVMSetAlignment(v.C, C.unsigned(a)) }
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp2031 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes) { in LLVMSetAlignment() function