Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h316 Expected<uint64_t> getAddressIndex(const uint64_t Addr) const;
/src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp226 GsymReader::getAddressIndex(const uint64_t Addr) const { in getAddressIndex() function in GsymReader
259 Expected<uint64_t> ExpectedAddrIdx = getAddressIndex(Addr); in getFunctionInfoDataForAddress()