Searched refs:LLVMGetDataLayout (Results 1 – 5 of 5) sorted by relevance
209 return lib.LLVMGetDataLayout(self)521 library.LLVMGetDataLayout.argtypes = [Module]522 library.LLVMGetDataLayout.restype = c_char_p
744 const char *LLVMGetDataLayout(LLVMModuleRef M);
309 return caml_copy_string(LLVMGetDataLayout(M)); in llvm_data_layout()
459 clayout := C.LLVMGetDataLayout(m.C)
285 const char *LLVMGetDataLayout(LLVMModuleRef M) { in LLVMGetDataLayout() function