Lines Matching refs:Printf

179 …              log->Printf("Unresolved intrinsic \"%s\"", Intrinsic::getName(intrinsic_id).c_str());  in GetFunctionAddress()
182 …m_error_stream->Printf("Internal error [IRForTarget]: Call to unhandled compiler intrinsic '%s'\n"… in GetFunctionAddress()
200 log->Printf("Resolved intrinsic name \"%s\"", name.GetCString()); in GetFunctionAddress()
238 log->Printf("Function \"%s\" (alternate name \"%s\") has no address", in GetFunctionAddress()
242 log->Printf("Function \"%s\" had no address", in GetFunctionAddress()
249 …m_error_stream->Printf("error: call to a function '%s' (alternate name '%s') that is not present i… in GetFunctionAddress()
253 …m_error_stream->Printf("error: call to a function '%s' ('%s') that is not present in the target\n", in GetFunctionAddress()
257 … m_error_stream->Printf("error: call to a function '%s' that is not present in the target\n", in GetFunctionAddress()
269 log->Printf ("Metadataless function \"%s\" had no address", name.GetCString()); in GetFunctionAddress()
272 …m_error_stream->Printf("Error [IRForTarget]: Call to a symbol-only function '%s' that is not prese… in GetFunctionAddress()
279 log->Printf("Found \"%s\" at 0x%" PRIx64, name.GetCString(), fun_addr); in GetFunctionAddress()
335 …log->Printf("Examining %s function %s", (is_decl ? "declaration" : "non-declaration"), fun->getNam… in ResolveFunctionPointers()
474 log->Printf("Result name: \"%s\"", result_name); in CreateResultVariable()
484 …m_error_stream->Printf("Internal error [IRForTarget]: Result variable's name (%s) exists, but not … in CreateResultVariable()
490 log->Printf("Found result in the IR: \"%s\"", PrintValue(result_value, false).c_str()); in CreateResultVariable()
500 …m_error_stream->Printf("Internal error [IRForTarget]: Result variable (%s) is defined, but is not … in CreateResultVariable()
512 …m_error_stream->Printf("Internal error [IRForTarget]: Result variable (%s) does not have a corresp… in CreateResultVariable()
524 log->Printf("Found result decl: \"%s\"", decl_desc_str.c_str()); in CreateResultVariable()
534 …m_error_stream->Printf("Internal error [IRForTarget]: Result variable (%s)'s corresponding Clang e… in CreateResultVariable()
572 …m_error_stream->Printf("Internal error [IRForTarget]: Lvalue result (%s) is not a pointer variable… in CreateResultVariable()
589 log->Printf("Result type has size 0"); in CreateResultVariable()
592 … m_error_stream->Printf("Error [IRForTarget]: Size of result type '%s' couldn't be determined\n", in CreateResultVariable()
602 log->Printf("Result decl type: \"%s\"", type_desc_stream.GetData()); in CreateResultVariable()
608 log->Printf("Creating a new result global: \"%s\" with size 0x%" PRIx64, in CreateResultVariable()
643 log->Printf("Replacing \"%s\" with \"%s\"", in CreateResultVariable()
661 log->Printf("Couldn't find initializer for unused variable"); in CreateResultVariable()
664 …m_error_stream->Printf("Internal error [IRForTarget]: Result variable (%s) has no writes and no in… in CreateResultVariable()
676 log->Printf("Synthesized result store \"%s\"\n", PrintValue(synthesized_store).c_str()); in CreateResultVariable()
704 log->Printf(" <Begin %d users>", value->getNumUses());
711 log->Printf(" <Use %p> %s", *ui, PrintValue(*ui).c_str());
716 log->Printf(" <End uses>");
747 …m_error_stream->Printf("Error [IRForTarget]: Rewriting an Objective-C constant string requires CFS… in RewriteObjCConstString()
753 … log->Printf("Found CFStringCreateWithBytes at 0x%" PRIx64, CFStringCreateWithBytes_addr); in RewriteObjCConstString()
826 …m_error_stream->Printf("Error [IRForTarget]: Couldn't replace an Objective-C constant string with … in RewriteObjCConstString()
862 …m_error_stream->Printf("Internal error [IRForTarget]: An Objective-C constant string is not a glob… in RewriteObjCConstStrings()
873 …m_error_stream->Printf("Internal error [IRForTarget]: An Objective-C constant string does not have… in RewriteObjCConstStrings()
886 …m_error_stream->Printf("Internal error [IRForTarget]: An Objective-C constant string is not a stru… in RewriteObjCConstStrings()
903 …log->Printf("NSString variable's initializer structure has an unexpected number of members. Shoul… in RewriteObjCConstStrings()
906 …m_error_stream->Printf("Internal error [IRForTarget]: The struct for an Objective-C constant strin… in RewriteObjCConstStrings()
919 …m_error_stream->Printf("Internal error [IRForTarget]: An Objective-C constant string does not have… in RewriteObjCConstStrings()
932 …m_error_stream->Printf("Internal error [IRForTarget]: An Objective-C constant string's string init… in RewriteObjCConstStrings()
940 …log->Printf("NSString initializer's str element is not a GetElementPtr expression, it's a %s", nss… in RewriteObjCConstStrings()
943 …m_error_stream->Printf("Internal error [IRForTarget]: An Objective-C constant string's string init… in RewriteObjCConstStrings()
958 …m_error_stream->Printf("Internal error [IRForTarget]: An Objective-C constant string's string init… in RewriteObjCConstStrings()
969 …m_error_stream->Printf("Internal error [IRForTarget]: An Objective-C constant string's string init… in RewriteObjCConstStrings()
1003 …log->Printf("Found NSString constant %s, which contains \"%s\"", value_name_cstr, cstr_array->getA… in RewriteObjCConstStrings()
1005 log->Printf("Found NSString constant %s, which contains \"\"", value_name_cstr); in RewriteObjCConstStrings()
1040 …m_error_stream->Printf("Internal error [IRForTarget]: Found a CFConstantStringClassReference, but … in RewriteObjCConstStrings()
1121 log->Printf("Found Objective-C selector reference \"%s\"", omvn_initializer_string.c_str()); in RewriteObjCSelector()
1134 log->Printf("Found sel_registerName at 0x%" PRIx64, sel_registerName_addr); in RewriteObjCSelector()
1213 …m_error_stream->Printf("Internal error [IRForTarget]: Couldn't change a static reference to an Obj… in RewriteObjCSelectors()
1284 log->Printf("Replacing \"%s\" with \"%s\"", in RewritePersistentAlloc()
1325 log->Printf("Rejecting a numeric persistent variable."); in RewritePersistentAllocs()
1328 …m_error_stream->Printf("Error [IRForTarget]: Names starting with $0, $1, ... are reserved for use … in RewritePersistentAllocs()
1347 …m_error_stream->Printf("Internal error [IRForTarget]: Couldn't rewrite the creation of a persisten… in RewritePersistentAllocs()
1368 log->Printf(" MaterializeInitializer(%p, %s)", data, PrintValue(initializer).c_str()); in MaterializeInitializer()
1476 log->Printf("MaybeHandleVariable (%s)", PrintValue(llvm_value_ptr).c_str()); in MaybeHandleVariable()
1507 …log->Printf("Found global variable \"%s\" without metadata", global_variable->getName().str().c_st… in MaybeHandleVariable()
1546 … log->Printf("Type of \"%s\" is [clang \"%s\", llvm \"%s\"] [size %" PRIu64 ", align %" PRId64 "]", in MaybeHandleVariable()
1572 log->Printf("Function pointers aren't handled right now"); in MaybeHandleVariable()
1593 log->Printf ("Symbol \"%s\" had no address", name.GetCString()); in HandleSymbol()
1599 log->Printf("Found \"%s\" at 0x%" PRIx64, name.GetCString(), symbol_addr); in HandleSymbol()
1610 …log->Printf("Replacing %s with %s", PrintValue(symbol).c_str(), PrintValue(symbol_addr_ptr).c_str(… in HandleSymbol()
1623 log->Printf("MaybeHandleCallArguments(%s)", PrintValue(Old).c_str()); in MaybeHandleCallArguments()
1631 …m_error_stream->Printf("Internal error [IRForTarget]: Couldn't rewrite one of the arguments of a f… in MaybeHandleCallArguments()
1662 …log->Printf("Found reference to Objective-C class %s (0x%llx)", name_cstr.AsCString(), (unsigned l… in HandleObjCClass()
1783 m_error_stream->Printf("Internal error [IRForTarget]: global variable is NULL"); in ResolveExternals()
1791 log->Printf("Examining %s, DeclForGlobalValue returns %p", in ResolveExternals()
1800 …m_error_stream->Printf("Error [IRForTarget]: Couldn't find Objective-C indirect ivar symbol %s\n",… in ResolveExternals()
1810 …m_error_stream->Printf("Error [IRForTarget]: Couldn't resolve the class for an Objective-C static … in ResolveExternals()
1820 …m_error_stream->Printf("Error [IRForTarget]: Couldn't resolve the class for an Objective-C static … in ResolveExternals()
1830 …m_error_stream->Printf("Internal error [IRForTarget]: Couldn't rewrite external variable %s\n", gl… in ResolveExternals()
1891 … log->Printf("Found a GlobalVariable with string initializer %s", PrintValue(gc).c_str()); in ReplaceStrings()
1913 …log->Printf("Replacing GV %s with %s", PrintValue(gv).c_str(), PrintValue(new_initializer).c_str()… in ReplaceStrings()
1920 log->Printf("Found use %s", PrintValue(*ui).c_str()); in ReplaceStrings()
1930 …log->Printf("Use (%s) of string variable is not a GetElementPtr constant", PrintValue(const_expr).… in ReplaceStrings()
1949 …log->Printf("Use (%s) of string variable is neither a constant nor a store", PrintValue(const_expr… in ReplaceStrings()
2031 … log->Printf("Found ConstantFP with size %lu and raw data %s", operand_data_size, s.c_str()); in ReplaceStaticLiterals()
2210 … log->Printf("Unhandled constant expression type: \"%s\"", PrintValue(constant_expr).c_str()); in UnfoldConstant()
2274 log->Printf("Unhandled constant type: \"%s\"", PrintValue(constant).c_str()); in UnfoldConstant()
2287 log->Printf("Unhandled non-constant type: \"%s\"", PrintValue(user).c_str()); in UnfoldConstant()
2312 log->Printf("Element arrangement:"); in ReplaceVariables()
2328 …m_error_stream->Printf("Internal error [IRForTarget]: Wrapper takes no arguments (should take at l… in ReplaceVariables()
2342 …m_error_stream->Printf("Internal error [IRForTarget]: Wrapper takes only 'this' argument (should t… in ReplaceVariables()
2356 …m_error_stream->Printf("Internal error [IRForTarget]: Wrapper takes only 'self' argument (should t… in ReplaceVariables()
2364 …m_error_stream->Printf("Internal error [IRForTarget]: Wrapper takes '%s' after 'self' argument (sh… in ReplaceVariables()
2374 …m_error_stream->Printf("Internal error [IRForTarget]: Wrapper takes only 'self' and '_cmd' argumen… in ReplaceVariables()
2385 …m_error_stream->Printf("Internal error [IRForTarget]: Wrapper takes an argument named '%s' instead… in ReplaceVariables()
2391 log->Printf("Arg: \"%s\"", PrintValue(argument).c_str()); in ReplaceVariables()
2399 …m_error_stream->Printf("Internal error [IRForTarget]: Couldn't find the first instruction in the w… in ReplaceVariables()
2410 m_error_stream->Printf("Internal error [IRForTarget]: Couldn't produce an offset type"); in ReplaceVariables()
2425 … m_error_stream->Printf("Internal error [IRForTarget]: Structure information is incomplete"); in ReplaceVariables()
2431 log->Printf(" \"%s\" (\"%s\") placed at %" PRId64, in ReplaceVariables()
2439 log->Printf(" Replacing [%s]", PrintValue(value).c_str()); in ReplaceVariables()
2484 log->Printf("Unhandled non-constant type: \"%s\"", PrintValue(value).c_str()); in ReplaceVariables()
2494 log->Printf("Total structure [align %" PRId64 ", size %lu]", alignment, size); in ReplaceVariables()
2532 log->Printf("Allocated static data at 0x%llx", (unsigned long long)allocation); in CompleteDataAllocation()
2534 log->Printf("Failed to allocate static data"); in CompleteDataAllocation()
2577 log->Printf("Did remove %s", in StripAllGVs()
2595 log->Printf("Couldn't remove %s because of %s", in StripAllGVs()
2620 log->Printf("Module as passed in to IRForTarget: \n\"%s\"", s.c_str()); in runOnModule()
2628 log->Printf("Couldn't find \"%s()\" in the module", m_func_name.c_str()); in runOnModule()
2631 …m_error_stream->Printf("Internal error [IRForTarget]: Couldn't find wrapper '%s' in the module", m… in runOnModule()
2639 log->Printf("Couldn't fix the linkage for the function"); in runOnModule()
2663 log->Printf("CreateResultVariable() failed"); in runOnModule()
2679 log->Printf("Module after creating the result variable: \n\"%s\"", s.c_str()); in runOnModule()
2700 log->Printf("RemoveGuards() failed"); in runOnModule()
2710 log->Printf("RewritePersistentAllocs() failed"); in runOnModule()
2720 log->Printf("RemoveCXAAtExit() failed"); in runOnModule()
2736 log->Printf("RewriteObjCConstStrings() failed"); in runOnModule()
2750 log->Printf("ResolveFunctionPointers() failed"); in runOnModule()
2770 log->Printf("RewriteObjCSelectors() failed"); in runOnModule()
2792 log->Printf("ResolveCalls() failed"); in runOnModule()
2802 log->Printf("ReplaceStaticLiterals() failed"); in runOnModule()
2816 log->Printf("ResolveExternals() failed"); in runOnModule()
2826 log->Printf("ReplaceVariables() failed"); in runOnModule()
2836 log->Printf("ReplaceStrings() failed"); in runOnModule()
2844 log->Printf("CompleteDataAllocation() failed"); in runOnModule()
2852 log->Printf("StripAllGVs() failed"); in runOnModule()
2864 log->Printf("Module after preparing for execution: \n\"%s\"", s.c_str()); in runOnModule()