Searched refs:AddressToIndexMap (Results 1 – 1 of 1) sorted by relevance
374 std::optional<DenseMap<uint64_t, std::vector<uint32_t>>> AddressToIndexMap; member in __anon28a7ad930111::ELFDumper6012 if (!this->AddressToIndexMap) { in getSymbolIndexesForFunctionAddress()6015 this->AddressToIndexMap.emplace(); in getSymbolIndexesForFunctionAddress()6035 (*this->AddressToIndexMap)[*SymAddrOrErr].push_back(Index); in getSymbolIndexesForFunctionAddress()6044 auto Symbols = this->AddressToIndexMap->find(SymValue); in getSymbolIndexesForFunctionAddress()6045 if (Symbols == this->AddressToIndexMap->end()) in getSymbolIndexesForFunctionAddress()