Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
HDGsymReader.cpp210 case 1: return addressForIndex<uint8_t>(Index); in getAddress()
211 case 2: return addressForIndex<uint16_t>(Index); in getAddress()
212 case 4: return addressForIndex<uint32_t>(Index); in getAddress()
213 case 8: return addressForIndex<uint64_t>(Index); in getAddress()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
HDGsymReader.h250 std::optional<uint64_t> addressForIndex(size_t Index) const { in addressForIndex() function