Searched refs:VStr (Results 1 – 2 of 2) sorted by relevance
168 std::string VStr; in dump() local169 llvm::raw_string_ostream SS(VStr); in dump()172 for (unsigned I = 0; I != VStr.size(); ++I) { in dump()173 if (VStr[I] == '\n') in dump()174 VStr[I] = ' '; in dump()176 VStr.pop_back(); // Remove the newline (or now space) at the end. in dump()177 OS << VStr; in dump()
194 const char *VStr = (char *)V + ItemSize; in RemoveKey() local195 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey()