Home
last modified time | relevance | path

Searched refs:LLVMGetAlignment (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.h2310 unsigned LLVMGetAlignment(LLVMValueRef V);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1081 return Val_int(LLVMGetAlignment(Global)); in llvm_alignment()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1999 unsigned LLVMGetAlignment(LLVMValueRef V) { in LLVMGetAlignment() function