Searched refs:data_layout (Results 1 – 8 of 8) sorted by relevance
69 (** [data_layout ee] is the data layout of the execution engine [ee]. *)70 val data_layout : llexecutionengine -> Llvm_target.DataLayout.t val
43 external data_layout : llexecutionengine -> Llvm_target.DataLayout.t
286 llvm::DataLayout data_layout(&m_module); in GetIntptrTy() local289 data_layout.getPointerSizeInBits()); in GetIntptrTy()
701 DataLayout data_layout(&module); in Interpret() local703 InterpreterStackFrame frame(data_layout, execution_unit, stack_frame_bottom, in Interpret()1066 data_layout.getIndexedOffsetInType(src_elem_ty, const_indices); in Interpret()1287 size_t target_size = data_layout.getTypeStoreSize(target_ty); in Interpret()1361 size_t target_size = data_layout.getTypeStoreSize(target_ty); in Interpret()
123 external data_layout : t -> DataLayout.t
197 val data_layout : t -> DataLayout.t val
435 external data_layout: llmodule -> string
517 (** [data_layout m] is the data layout specifier for the module [m], something520 val data_layout: llmodule -> string val