Searched defs:BinaryKey (Results 1 – 1 of 1) sorted by relevance
32 struct BinaryKey { struct37 BinaryKey() {} in BinaryKey() function39 BinaryKey(const std::string& path, BuildId build_id) : path(path), build_id(build_id) {} in BinaryKey() function41 BinaryKey(Dso* dso, uint64_t kernel_start_addr) : path(dso->Path()) { in BinaryKey() function