Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp135 ObjectForUBPathAndArch.clear(); in flush()
342 const auto &I = ObjectForUBPathAndArch.find(std::make_pair(Path, ArchName)); in getOrCreateObject()
343 if (I != ObjectForUBPathAndArch.end()) { in getOrCreateObject()
349 ObjectForUBPathAndArch.insert(std::make_pair( in getOrCreateObject()
354 ObjectForUBPathAndArch.insert(std::make_pair(std::make_pair(Path, ArchName), in getOrCreateObject()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp167 ObjectForUBPathAndArch.clear(); in flush()
480 auto I = ObjectForUBPathAndArch.find(std::make_pair(Path, ArchName)); in getOrCreateObject()
481 if (I != ObjectForUBPathAndArch.end()) in getOrCreateObject()
487 ObjectForUBPathAndArch.emplace(std::make_pair(Path, ArchName), in getOrCreateObject()
492 ObjectForUBPathAndArch.emplace(std::make_pair(Path, ArchName), in getOrCreateObject()
/external/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h103 ObjectForUBPathAndArch; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h129 ObjectForUBPathAndArch; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h210 ObjectForUBPathAndArch; variable