Searched refs:offsetToVirtualAddr (Results 1 – 4 of 4) sorted by relevance
577 uint64_t SourceAddress = Binary->offsetToVirtualAddr(SourceOffset); in populateBoundarySamplesWithProbesForAllFunctions()660 uint64_t RangeBegin = Binary->offsetToVirtualAddr(Range.first.first); in populateBodySamplesForAllFunctions()661 uint64_t RangeEnd = Binary->offsetToVirtualAddr(Range.first.second); in populateBodySamplesForAllFunctions()845 uint64_t RangeBegin = Binary->offsetToVirtualAddr(Range.first.first); in populateBodySamplesForFunction()846 uint64_t RangeEnd = Binary->offsetToVirtualAddr(Range.first.second); in populateBodySamplesForFunction()1057 uint64_t RangeBegin = Binary->offsetToVirtualAddr(Range.first.first); in extractProbesFromRange()1058 uint64_t RangeEnd = Binary->offsetToVirtualAddr(Range.first.second); in extractProbesFromRange()1193 uint64_t SourceAddress = Binary->offsetToVirtualAddr(SourceOffset); in populateBoundarySamplesWithProbes()
347 uint64_t offsetToVirtualAddr(uint64_t Offset) const { in offsetToVirtualAddr() function408 return offsetToVirtualAddr(CodeAddrOffsets[Index]); in getAddressforIndex()
740 Start = Binary->offsetToVirtualAddr(Start); in writeUnsymbolizedProfile()741 End = Binary->offsetToVirtualAddr(End); in writeUnsymbolizedProfile()1111 << format("%8" PRIx64, Binary->offsetToVirtualAddr(StartOffset)) in warnInvalidRange()1113 << format("%8" PRIx64, Binary->offsetToVirtualAddr(EndOffset)) in warnInvalidRange()
807 uint64_t RangeBegin = offsetToVirtualAddr(StartOffset); in computeInlinedContextSizeForRange()808 uint64_t RangeEnd = offsetToVirtualAddr(EndOffset); in computeInlinedContextSizeForRange()