Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h150 std::map<std::string, OwningBinary<Binary>> BinaryForPath; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp202 BinaryForPath.clear(); in flush()
500 auto Pair = BinaryForPath.emplace(Path, OwningBinary<Binary>()); in getOrCreateObject()