Lines Matching defs:initializer

334       GlobalValue::ExternalLinkage, nullptr,             /* no initializer */
373 LLDB_LOG(log, "Couldn't find initializer for unused variable");
376 "({0}) has no writes and no initializer\n",
382 Constant *initializer = result_global->getInitializer();
385 new StoreInst(initializer, new_result_global, first_entry_instruction);
563 LLDB_LOG(log, "NSString variable does not have an initializer");
566 "constant string does not have an initializer\n");
576 "NSString variable's initializer is not a ConstantStruct");
596 "NSString variable's initializer structure has an "
610 LLDB_LOG(log, "NSString initializer's str element was empty");
614 "initializer\n");
622 "NSString initializer's str element is not a GlobalVariable");
625 "constant string initializer\n");
631 LLDB_LOG(log, "NSString initializer's str element does not have an "
632 "initializer");
635 "constant string's string initializer doesn't "
645 log->PutCString("NSString initializer's str element is not a
650 Objective-C constant string's string initializer doesn't point to an
659 log->PutCString("NSString initializer's str element is not a C
664 Objective-C constant string's string initializer doesn't point to a C
750 // Find the pointer's initializer and get the string from its target.
763 // Find the string's initializer (a ConstantArray) and get the string from it
899 GlobalValue::ExternalLinkage, nullptr, /* no initializer */
1127 Constant *initializer = global_variable->getInitializer();
1129 if (!initializer)
1132 if (!initializer->hasName())
1135 StringRef name(initializer->getName());