Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp234 ObjectForUBPathAndArch.clear(); in flush()
514 auto I = ObjectForUBPathAndArch.find(std::make_pair(Path, ArchName)); in getOrCreateObject()
515 if (I != ObjectForUBPathAndArch.end()) in getOrCreateObject()
521 ObjectForUBPathAndArch.emplace(std::make_pair(Path, ArchName), in getOrCreateObject()
526 auto Pair = ObjectForUBPathAndArch.emplace(std::make_pair(Path, ArchName), in getOrCreateObject()
529 [this, Iter = Pair.first]() { ObjectForUBPathAndArch.erase(Iter); }); in getOrCreateObject()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h210 ObjectForUBPathAndArch; variable