Lines Matching refs:td
36 let td = TargetData.create (target_triple m) in
39 ignore (TargetData.as_string td);
40 ignore (byte_order td);
41 ignore (pointer_size td);
42 ignore (intptr_type td);
43 ignore (size_in_bits td sty);
44 ignore (store_size td sty);
45 ignore (abi_size td sty);
46 ignore (stack_align td sty);
47 ignore (preferred_align td sty);
48 ignore (preferred_align_of_global td (declare_global sty "g" m));
49 ignore (element_at_offset td sty (Int64.of_int 1));
50 ignore (offset_of_element td sty 1);
52 TargetData.dispose td