Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.cpp99 if (!isValidFallThroughRange(Binary->virtualAddrToOffset(Target), in unwindLinear()
100 Binary->virtualAddrToOffset(End), Binary)) { in unwindLinear()
190 uint64_t StartOffset = Binary->virtualAddrToOffset(std::get<0>(Item)); in collectSamplesFromFrame()
191 uint64_t EndOffset = Binary->virtualAddrToOffset(std::get<1>(Item)); in collectSamplesFromFrame()
471 Binary->virtualAddrToOffset(CtxKey->Context[I]), in getContextKeyStr()
823 Source = Binary->virtualAddrToOffset(Source + BaseAddr); in readSampleCounters()
824 Target = Binary->virtualAddrToOffset(Target + BaseAddr); in readSampleCounters()
864 uint64_t SourceOffset = Binary->virtualAddrToOffset(LBR.Source); in computeCounterFromLBR()
865 uint64_t TargetOffset = Binary->virtualAddrToOffset(LBR.Target); in computeCounterFromLBR()
1092 uint64_t SourceOffset = Binary->virtualAddrToOffset(LBR.Source); in warnInvalidRange()
[all …]
H A DProfiledBinary.h344 uint64_t virtualAddrToOffset(uint64_t VirtualAddress) const { in virtualAddrToOffset() function
379 uint64_t Offset = virtualAddrToOffset(Address); in addressIsCode()
383 uint64_t Offset = virtualAddrToOffset(Address); in addressIsCall()
387 uint64_t Offset = virtualAddrToOffset(Address); in addressIsReturn()
391 uint64_t Offset = virtualAddrToOffset(Address); in addressInPrologEpilog()
424 uint64_t Offset = virtualAddrToOffset(Address); in getIndexForAddr()
H A DProfiledBinary.cpp236 uint64_t Offset1 = virtualAddrToOffset(Address1); in inlineContextEqual()
237 uint64_t Offset2 = virtualAddrToOffset(Address2); in inlineContextEqual()
258 uint64_t Offset = virtualAddrToOffset(Address); in getExpandedContext()
819 uint64_t Offset = virtualAddrToOffset(IP.Address); in computeInlinedContextSizeForRange()
H A DProfileGenerator.cpp425 Binary->virtualAddrToOffset(Addr))) in collectFunctionsFromRawProfile()
672 uint64_t Offset = Binary->virtualAddrToOffset(IP.Address); in populateBodySamplesForAllFunctions()
861 uint64_t Offset = Binary->virtualAddrToOffset(IP.Address); in populateBodySamplesForFunction()