Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/bindings/python/llvm/
Dcore.py214 lib.LLVMSetDataLayout(self, new_data_layout)
515 library.LLVMSetDataLayout.argtypes = [Module, c_char_p]
516 library.LLVMSetDataLayout.restype = None
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h778 void LLVMSetDataLayout(LLVMModuleRef M, const char *DataLayoutStr);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c314 LLVMSetDataLayout(M, String_val(Layout)); in llvm_set_data_layout()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp297 void LLVMSetDataLayout(LLVMModuleRef M, const char *DataLayoutStr) { in LLVMSetDataLayout() function