Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp269 uint64_t RangeBegin = Binary->offsetToVirtualAddr(Range.first.first); in populateFunctionBodySamples()
270 uint64_t RangeEnd = Binary->offsetToVirtualAddr(Range.first.second); in populateFunctionBodySamples()
474 uint64_t RangeBegin = Binary->offsetToVirtualAddr(Range.first.first); in extractProbesFromRange()
475 uint64_t RangeEnd = Binary->offsetToVirtualAddr(Range.first.second); in extractProbesFromRange()
581 uint64_t SourceAddress = Binary->offsetToVirtualAddr(SourceOffset); in populateBoundarySamplesWithProbes()
H A DProfiledBinary.h180 uint64_t offsetToVirtualAddr(uint64_t Offset) const { in offsetToVirtualAddr() function
207 return offsetToVirtualAddr(CodeAddrs[Index]); in getAddressforIndex()