Searched defs:struct_type (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Object/
H A DMachOObject.cpp37 typedef T struct_type; typedef
38 uint64_t Size = sizeof(struct_type);
47 struct_type *Ptr = (struct_type *) (Buffer.data() + Base);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli472 (** [struct_type context tys] returns the structure type in the context
475 val struct_type : llcontext -> lltype array -> lltype var
762 [struct_type (Array.map type_of elts)] and containing the values [elts]

Completed in 67 milliseconds