Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp369 Optional<DenseMap<uint64_t, std::vector<uint32_t>>> AddressToIndexMap; member in __anon1456c5300111::ELFDumper
5725 if (!this->AddressToIndexMap.hasValue()) { in getSymbolIndexesForFunctionAddress()
5728 this->AddressToIndexMap.emplace(); in getSymbolIndexesForFunctionAddress()
5748 (*this->AddressToIndexMap)[*SymAddrOrErr].push_back(Index); in getSymbolIndexesForFunctionAddress()
5757 auto Symbols = this->AddressToIndexMap->find(SymValue); in getSymbolIndexesForFunctionAddress()
5758 if (Symbols == this->AddressToIndexMap->end()) in getSymbolIndexesForFunctionAddress()