Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
656 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()
671 LLVMSetAlignment(Dst, LLVMGetAlignment(Src)); in CloneInstruction()
1181 LLVMSetAlignment(G, LLVMGetAlignment(Cur)); in clone_symbols()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h2268 unsigned LLVMGetAlignment(LLVMValueRef V);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1113 return Val_int(LLVMGetAlignment(Global)); in llvm_alignment()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1038 func (v Value) Alignment() int { return int(C.LLVMGetAlignment(v.C)) }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp2044 unsigned LLVMGetAlignment(LLVMValueRef V) { in LLVMGetAlignment() function