Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp619 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()
625 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()
634 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()
660 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()
675 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()
1189 LLVMSetAlignment(G, LLVMGetAlignment(Cur)); in clone_symbols()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h2321 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1086 LLVMSetAlignment(Global, Int_val(Bytes)); in llvm_set_alignment()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp2019 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes) { in LLVMSetAlignment() function