Lines Matching defs:constant

333       (*m_module), result_global->getValueType(), false, /* not constant */
426 "constant string requires "
466 // Build the constant containing the pointer to the function
496 LLDB_LOG(log, "Encountered an Objective-C constant string with unusual "
528 "Objective-C constant string with a dynamic "
557 "constant string is not a global variable\n");
566 "constant string does not have an initializer\n");
579 "constant string is not a structure constant\n");
601 "Objective-C constant string is not as "
613 "constant string does not have a string "
625 "constant string initializer\n");
635 "constant string's string initializer doesn't "
650 Objective-C constant string's string initializer doesn't point to an
664 Objective-C constant string's string initializer doesn't point to a C
675 LLDB_LOG(log, "Found NSString constant {0}, which contains \"{1}\"",
678 LLDB_LOG(log, "Found NSString constant {0}, which contains \"\"",
685 LLDB_LOG(log, "Error rewriting the constant string");
817 // Build the constant containing the pointer to the function
898 (*m_module), alloc->getType(), false, /* not constant */
1325 if (Constant *constant = dyn_cast<Constant>(user)) {
1326 // synthesize a new non-constant equivalent of the constant
1328 if (ConstantExpr *constant_expr = dyn_cast<ConstantExpr>(constant)) {
1332 "constant expression type: \"%s\"",
1393 "error [IRForTarget internal]: Unhandled constant type: \"%s\"",
1394 PrintValue(constant).c_str());
1408 "error [IRForTarget internal]: Unhandled non-constant type: \"%s\"",
1575 if (Constant *constant = dyn_cast<Constant>(value)) {
1576 if (!UnfoldConstant(constant, &llvm_function, body_result_maker,
1589 LLDB_LOG(log, "Unhandled non-constant type: \"{0}\"",
1701 // Fix all Objective-C constant strings to use NSStringWithCString:encoding: