Searched refs:ChildName (Results 1 – 3 of 3) sorted by relevance
166 std::string ChildName = Ename.get().str(); in loadArFile() local168 errs() << "Parsing member '" << ChildName in loadArFile()174 WithColor::error() << " loading memory for member '" << ChildName in loadArFile()186 << ChildName << "'\n"; in loadArFile()199 WithColor::error() << " parsing member '" << ChildName in loadArFile()205 errs() << "Linking member '" << ChildName << "' of archive library.\n"; in loadArFile()
66 static uint32_t nodeHash(StringRef ChildName, const LineLocation &Callsite);
150 uint32_t ContextTrieNode::nodeHash(StringRef ChildName, in nodeHash() argument156 uint32_t NameHash = std::hash<std::string>{}(ChildName.str()); in nodeHash()