Searched refs:ObjectForUBPathAndArch (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 135 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/ |
D | Symbolize.cpp | 234 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/ |
D | Symbolize.cpp | 167 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/ |
D | Symbolize.h | 103 ObjectForUBPathAndArch; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/ |
D | Symbolize.h | 129 ObjectForUBPathAndArch; variable
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/Symbolize/ |
D | Symbolize.h | 210 ObjectForUBPathAndArch; variable
|