OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:struct_type
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Object/
MachOObject.cpp
35
typedef T
struct_type
;
typedef
36
uint64_t Size = sizeof(
struct_type
);
45
struct_type
*Ptr = (
struct_type
*) (Buffer.data() + Base);
/external/llvm/bindings/ocaml/llvm/
llvm.mli
364
(** [
struct_type
context tys] returns the structure type in the context
367
val
struct_type
: llcontext -> lltype array -> lltype
var
619
[
struct_type
(Array.map type_of elts)] and containing the values [elts]
[
all
...]
Completed in 207 milliseconds