Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp517 auto ElementInserted = IDChildren.emplace(ID, std::move(NewChild)); in addDataChild() local
518 Result = ElementInserted.first->second.get(); in addDataChild()
519 return ElementInserted.second; in addDataChild()