Searched refs:hasStdString (Results 1 – 13 of 13) sorted by relevance
95 bool hasStdString() const { return isValid() && ((ID & 0x1) == 0); } in hasStdString() function102 if (!hasStdString()) in toString()108 if (hasStdString()) in toStringOrEmpty()116 const bool ThisHasString = hasStdString();117 const bool OtherHasString = Other.hasStdString();137 assert(hasStdString()); in StringID()171 if (Key.hasStdString())
102 if (Name.hasStdString()) { in createSectionName()
41 if (Name.hasStdString()) in getName()
73 bool hasName() const { return Name.hasStdString(); } in hasName()410 assert(Name.hasStdString() || SameMangling); in addInitializer()
161 if (Name != NullSymbolName && Name.hasStdString()) in updateIndices()
271 if (Str.hasStdString()) in add()
620 Str << "@" << (Name.hasStdString() ? Name.toString() : "<Unnamed>"); in dump()
620 assert(Name.hasStdString()); in setUndefinedSyms()
692 if (Name.hasStdString()) in getName()
591 if (FuncName.hasStdString()) in makeName()
1111 assert(Name.hasStdString()); in getName()
762 const auto FixupKind = (Reloc->getName().hasStdString() && in emitIASRegOpTyGPR()793 const auto FixupKind = (Reloc->getName().hasStdString() && in emitIASAddrOpTyGPR()
6213 if (!BuildDefs::dump() || !FuncName.hasStdString()) {