Home
last modified time | relevance | path

Searched refs:LLVMSetAlignment (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm-c/
DCore.h1766 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c911 LLVMSetAlignment(Global, Int_val(Bytes)); in llvm_set_alignment()
/external/llvm/lib/IR/
DCore.cpp1349 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes) { in LLVMSetAlignment() function