Searched refs:getOutputAddressRange (Results 1 – 6 of 6) sorted by relevance
49 BBAddr[&BB] = BB.getOutputAddressRange().first; in extractBasicBlockInfo()270 size_t BBAddrMin = BB.getOutputAddressRange().first; in printAll()271 size_t BBAddrMax = BB.getOutputAddressRange().second; in printAll()
25 BB.getOutputAddressRange().first - FuncAddress; in writeEntriesForBB()
632 const uint64_t BBAddress = getOutputAddressRange().first; in updateOutputValues()
4184 return std::min(BB->getOutputAddressRange().first + Offset - BB->getOffset(), in translateInputToOutputAddress()4185 BB->getOutputAddressRange().second); in translateInputToOutputAddress()4237 if (const uint64_t OutputStart = BB->getOutputAddressRange().first) { in translateInputToOutputRanges()4240 uint64_t EndAddress = BB->getOutputAddressRange().second; in translateInputToOutputRanges()4345 if (const uint64_t OutputStart = BB->getOutputAddressRange().first) { in translateInputToOutputLocationList()4348 uint64_t EndAddress = BB->getOutputAddressRange().second; in translateInputToOutputLocationList()
816 std::pair<uint64_t, uint64_t> getOutputAddressRange() const { in getOutputAddressRange() function
3247 uint64_t BlkOutputAddress = BB->getOutputAddressRange().first; in updatePseudoProbes()3297 Addr2BlockNames[BinaryBlock.getOutputAddressRange().first] = in updatePseudoProbes()