Searched refs:LLVMGetDataLayout (Results 1 – 5 of 5) sorted by relevance
207 return lib.LLVMGetDataLayout(self)510 library.LLVMGetDataLayout.argtypes = [Module]511 library.LLVMGetDataLayout.restype = c_char_p
582 const char *LLVMGetDataLayout(LLVMModuleRef M);
169 return caml_copy_string(LLVMGetDataLayout(M)); in llvm_data_layout()
163 const char * LLVMGetDataLayout(LLVMModuleRef M) { in LLVMGetDataLayout() function
392 clayout := C.LLVMGetDataLayout(m.C)