Searched refs:LLVMGetDataLayout (Results 1 – 14 of 14) sorted by relevance
207 return lib.LLVMGetDataLayout(self)510 library.LLVMGetDataLayout.argtypes = [Module]511 library.LLVMGetDataLayout.restype = c_char_p
207 return lib.LLVMGetDataLayout(self)507 library.LLVMGetDataLayout.argtypes = [Module]508 library.LLVMGetDataLayout.restype = c_char_p
48 removed (use LLVMGetDataLayout instead).54 * The C API function LLVMGetDataLayout is deprecated
328 const char *LLVMGetDataLayout(LLVMModuleRef M);
623 const char *LLVMGetDataLayout(LLVMModuleRef M);
696 const char *LLVMGetDataLayout(LLVMModuleRef M);
147 return copy_string(LLVMGetDataLayout(M)); in llvm_data_layout()
278 return caml_copy_string(LLVMGetDataLayout(M)); in llvm_data_layout()
214 return caml_copy_string(LLVMGetDataLayout(M)); in llvm_data_layout()
96 const char * LLVMGetDataLayout(LLVMModuleRef M) { in LLVMGetDataLayout() function
243 const char *LLVMGetDataLayout(LLVMModuleRef M) { in LLVMGetDataLayout() function
394 clayout := C.LLVMGetDataLayout(m.C)
421 clayout := C.LLVMGetDataLayout(m.C)
252 const char *LLVMGetDataLayout(LLVMModuleRef M) { in LLVMGetDataLayout() function