Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp136 BinaryForPath.clear(); in flush()
324 const auto &I = BinaryForPath.find(Path); in getOrCreateObject()
326 if (I == BinaryForPath.end()) { in getOrCreateObject()
329 BinaryForPath.insert(std::make_pair(Path, OwningBinary<Binary>())); in getOrCreateObject()
333 BinaryForPath.insert(std::make_pair(Path, std::move(BinOrErr.get()))); in getOrCreateObject()
/external/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h98 std::map<std::string, OwningBinary<Binary>> BinaryForPath; variable