Searched refs:LLVMGetDataLayout (Results 1 – 4 of 4) sorted by relevance
207 return lib.LLVMGetDataLayout(self)510 library.LLVMGetDataLayout.argtypes = [Module]511 library.LLVMGetDataLayout.restype = c_char_p
576 const char *LLVMGetDataLayout(LLVMModuleRef M);
171 return copy_string(LLVMGetDataLayout(M)); in llvm_data_layout()
163 const char * LLVMGetDataLayout(LLVMModuleRef M) { in LLVMGetDataLayout() function