Home
last modified time | relevance | path

Searched defs:data_layout (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli70 val data_layout : llexecutionengine -> Llvm_target.DataLayout.t val
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/target/
H A Dllvm_target.mli197 val data_layout : t -> DataLayout.t val
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp286 llvm::DataLayout data_layout(&m_module); in GetIntptrTy() local
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp701 DataLayout data_layout(&module); in Interpret() local
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli520 val data_layout: llmodule -> string val