Lines Matching refs:str
304 char *str = LLVMPrintModuleToString(module);
305 fprintf(stderr, "%s", str);
306 LLVMDisposeMessage(str);
311 char str[16];
313 snprintf(str, sizeof(str), "0x%x", value);
314 LLVMAddTargetDependentFunctionAttr(F, name, str);
322 char str[32];
323 snprintf(str, sizeof(str), "%u,%u", size, size);
324 LLVMAddTargetDependentFunctionAttr(F, "amdgpu-flat-work-group-size", str);