Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp743 llvm::DenseMap<uint64_t, uint64_t> FunctionOffsetTranslations; in decodeBBAddrMapImpl() local
754 FunctionOffsetTranslations[Rela.r_offset] = Rela.r_addend; in decodeBBAddrMapImpl()
759 FunctionOffsetTranslations.find(RelocationOffsetInSection); in decodeBBAddrMapImpl()
760 if (FOTIterator == FunctionOffsetTranslations.end()) { in decodeBBAddrMapImpl()