Home
last modified time | relevance | path

Searched defs:ElementVals (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1085 value llvm_const_struct(value C, value ElementVals) { in llvm_const_named_struct() argument
1095 value llvm_const_named_struct(value Ty, value ElementVals) { in llvm_const_packed_struct() argument
940 llvm_mdnode(value C,value ElementVals) llvm_mdnode() argument
1066 llvm_const_array(value ElementTy,value ElementVals) llvm_const_array() argument
1075 llvm_const_struct(value C,value ElementVals) llvm_const_struct() argument
1105 llvm_const_vector(value ElementVals) llvm_const_vector() argument
[all...]
/llvm-project/llvm/lib/IR/
H A DConstants.cpp2945 SmallVector<uint8_t, 64> ElementVals; getString() local