Home
last modified time | relevance | path

Searched refs:data_layout (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli69 (** [data_layout ee] is the data layout of the execution engine [ee]. *)
70 val data_layout : llexecutionengine -> Llvm_target.DataLayout.t val
H A Dllvm_executionengine.ml43 external data_layout : llexecutionengine -> Llvm_target.DataLayout.t
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp286 llvm::DataLayout data_layout(&m_module); in GetIntptrTy() local
289 data_layout.getPointerSizeInBits()); in GetIntptrTy()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp701 DataLayout data_layout(&module); in Interpret() local
703 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()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/target/
H A Dllvm_target.ml123 external data_layout : t -> DataLayout.t
H A Dllvm_target.mli197 val data_layout : t -> DataLayout.t val
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml435 external data_layout: llmodule -> string
H A Dllvm.mli517 (** [data_layout m] is the data layout specifier for the module [m], something
520 val data_layout: llmodule -> string val