Home
last modified time | relevance | path

Searched refs:LLVMGetDataLayout (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dcore.py209 return lib.LLVMGetDataLayout(self)
512 library.LLVMGetDataLayout.argtypes = [Module]
513 library.LLVMGetDataLayout.restype = c_char_p
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h771 const char *LLVMGetDataLayout(LLVMModuleRef M);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c309 return caml_copy_string(LLVMGetDataLayout(M)); in llvm_data_layout()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp293 const char *LLVMGetDataLayout(LLVMModuleRef M) { in LLVMGetDataLayout() function