Lines Matching defs:initializer
331 GlobalValue::ExternalLinkage, nullptr, /* no initializer */
370 LLDB_LOG(log, "Couldn't find initializer for unused variable");
373 "({0}) has no writes and no initializer\n",
379 Constant *initializer = result_global->getInitializer();
382 initializer, new_result_global, first_entry_instruction->getIterator());
560 LLDB_LOG(log, "NSString variable does not have an initializer");
563 "constant string does not have an initializer\n");
573 "NSString variable's initializer is not a ConstantStruct");
593 "NSString variable's initializer structure has an "
607 LLDB_LOG(log, "NSString initializer's str element was empty");
611 "initializer\n");
619 "NSString initializer's str element is not a GlobalVariable");
622 "constant string initializer\n");
628 LLDB_LOG(log, "NSString initializer's str element does not have an "
629 "initializer");
632 "constant string's string initializer doesn't "
642 log->PutCString("NSString initializer's str element is not a
647 Objective-C constant string's string initializer doesn't point to an
656 log->PutCString("NSString initializer's str element is not a C
661 Objective-C constant string's string initializer doesn't point to a C
747 // Find the pointer's initializer and get the string from its target.
760 // Find the string's initializer (a ConstantArray) and get the string from it
896 GlobalValue::ExternalLinkage, nullptr, /* no initializer */
1125 Constant *initializer = global_variable->getInitializer();
1127 if (!initializer)
1130 if (!initializer->hasName())
1133 StringRef name(initializer->getName());