Searched refs:LLVMGetAlignment (Results 1 – 5 of 5) sorted by relevance
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()
2268 unsigned LLVMGetAlignment(LLVMValueRef V);
1113 return Val_int(LLVMGetAlignment(Global)); in llvm_alignment()
1038 func (v Value) Alignment() int { return int(C.LLVMGetAlignment(v.C)) }
2044 unsigned LLVMGetAlignment(LLVMValueRef V) { in LLVMGetAlignment() function