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()658 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()673 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()1187 LLVMSetAlignment(G, LLVMGetAlignment(Cur)); in clone_symbols()
2300 unsigned LLVMGetAlignment(LLVMValueRef V);
1087 return Val_int(LLVMGetAlignment(Global)); in llvm_alignment()
1004 func (v Value) Alignment() int { return int(C.LLVMGetAlignment(v.C)) }
2011 unsigned LLVMGetAlignment(LLVMValueRef V) { in LLVMGetAlignment() function