Searched refs:LLVMGetDataLayout (Results 1 – 4 of 4) sorted by relevance
209 return lib.LLVMGetDataLayout(self)512 library.LLVMGetDataLayout.argtypes = [Module]513 library.LLVMGetDataLayout.restype = c_char_p
771 const char *LLVMGetDataLayout(LLVMModuleRef M);
309 return caml_copy_string(LLVMGetDataLayout(M)); in llvm_data_layout()
293 const char *LLVMGetDataLayout(LLVMModuleRef M) { in LLVMGetDataLayout() function