Home
last modified time | relevance | path

Searched refs:LangZeroIt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp280 auto LangZeroIt = NameNode->IDChildren.find(0); in cleanUpManifests() local
281 if (LangZeroIt != NameNode->IDChildren.end() && in cleanUpManifests()
282 LangZeroIt->second->IsDataNode) { in cleanUpManifests()
283 uint32_t RemovedIndex = LangZeroIt->second->DataIndex; in cleanUpManifests()
284 NameNode->IDChildren.erase(LangZeroIt); in cleanUpManifests()