Searched refs:LLVMGetDataLayout (Results 1 – 5 of 5) sorted by relevance
207 return lib.LLVMGetDataLayout(self)507 library.LLVMGetDataLayout.argtypes = [Module]508 library.LLVMGetDataLayout.restype = c_char_p
486 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
394 clayout := C.LLVMGetDataLayout(m.C)