Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp238 ObjectPairForPathArch.clear(); in flush()
454 auto I = ObjectPairForPathArch.find(std::make_pair(Path, ArchName)); in getOrCreateObjectPair()
455 if (I != ObjectPairForPathArch.end()) { in getOrCreateObjectPair()
462 ObjectPairForPathArch.emplace(std::make_pair(Path, ArchName), in getOrCreateObjectPair()
482 ObjectPairForPathArch.emplace(std::make_pair(Path, ArchName), Res); in getOrCreateObjectPair()
484 ObjectPairForPathArch.erase(I); in getOrCreateObjectPair()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h197 ObjectPairForPathArch; variable