Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp235 ObjectForUBPathAndArch.clear(); in flush()
563 auto I = ObjectForUBPathAndArch.find(std::make_pair(Path, ArchName)); in getOrCreateObject()
564 if (I != ObjectForUBPathAndArch.end()) in getOrCreateObject()
570 ObjectForUBPathAndArch.emplace(std::make_pair(Path, ArchName), in getOrCreateObject()
575 auto Pair = ObjectForUBPathAndArch.emplace(std::make_pair(Path, ArchName), in getOrCreateObject()
578 [this, Iter = Pair.first]() { ObjectForUBPathAndArch.erase(Iter); }); in getOrCreateObject()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h210 ObjectForUBPathAndArch; variable