Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py214 lib.LLVMSetDataLayout(self, new_data_layout)
524 library.LLVMSetDataLayout.argtypes = [Module, c_char_p]
525 library.LLVMSetDataLayout.restype = None
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h751 void LLVMSetDataLayout(LLVMModuleRef M, const char *DataLayoutStr);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c314 LLVMSetDataLayout(M, String_val(Layout)); in llvm_set_data_layout()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go466 C.LLVMSetDataLayout(m.C, clayout)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp289 void LLVMSetDataLayout(LLVMModuleRef M, const char *DataLayoutStr) { in LLVMSetDataLayout() function