Searched refs:AddressToIndexMap (Results 1 – 1 of 1) sorted by relevance
395 std::optional<DenseMap<uint64_t, std::vector<uint32_t>>> AddressToIndexMap; member in __anonbcadc77c0111::ELFDumper6557 if (!this->AddressToIndexMap) { in getSymbolIndexesForFunctionAddress()6560 this->AddressToIndexMap.emplace(); in getSymbolIndexesForFunctionAddress()6580 (*this->AddressToIndexMap)[*SymAddrOrErr].push_back(Index); in getSymbolIndexesForFunctionAddress()6589 auto Symbols = this->AddressToIndexMap->find(SymValue); in getSymbolIndexesForFunctionAddress()6590 if (Symbols == this->AddressToIndexMap->end()) in getSymbolIndexesForFunctionAddress()