Home
last modified time | relevance | path

Searched refs:LLVMGetAlignment (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp617 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()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h2300 unsigned LLVMGetAlignment(LLVMValueRef V);
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1087 return Val_int(LLVMGetAlignment(Global)); in llvm_alignment()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1004 func (v Value) Alignment() int { return int(C.LLVMGetAlignment(v.C)) }
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp2011 unsigned LLVMGetAlignment(LLVMValueRef V) { in LLVMGetAlignment() function