Searched refs:LLVMSetAlignment (Results 1 – 4 of 4) sorted by relevance
619 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()
2321 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes);
1086 LLVMSetAlignment(Global, Int_val(Bytes)); in llvm_set_alignment()
2019 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes) { in LLVMSetAlignment() function