Lines Matching refs:TargetOffset
438 uint64_t TargetOffset = Item.first.first; in collectFunctionsFromRawProfile() local
441 if (FuncRange *FRange = Binary->findFuncRangeForOffset(TargetOffset)) in collectFunctionsFromRawProfile()
569 uint64_t TargetOffset = Entry.first.second; in populateBoundarySamplesWithProbesForAllFunctions() local
573 StringRef CalleeName = getCalleeNameForOffset(TargetOffset); in populateBoundarySamplesWithProbesForAllFunctions()
689 StringRef ProfileGeneratorBase::getCalleeNameForOffset(uint64_t TargetOffset) { in getCalleeNameForOffset() argument
691 auto *FRange = Binary->findFuncRangeForStartOffset(TargetOffset); in getCalleeNameForOffset()
705 uint64_t TargetOffset = Entry.first.second; in populateBoundarySamplesForAllFunctions() local
709 StringRef CalleeName = getCalleeNameForOffset(TargetOffset); in populateBoundarySamplesForAllFunctions()
877 uint64_t TargetOffset = Entry.first.second; in populateBoundarySamplesForFunction() local
881 StringRef CalleeName = getCalleeNameForOffset(TargetOffset); in populateBoundarySamplesForFunction()
1191 uint64_t TargetOffset = BI.first.second; in populateBoundarySamplesWithProbes() local
1202 StringRef CalleeName = getCalleeNameForOffset(TargetOffset); in populateBoundarySamplesWithProbes()