Searched refs:findFuncRangeForOffset (Results 1 – 4 of 4) sorted by relevance
446 FuncRange *findFuncRangeForOffset(uint64_t Offset) { in findFuncRangeForOffset() function460 auto *FRange = findFuncRangeForOffset(Offset); in getRangesForOffset()
424 if (FuncRange *FRange = Binary->findFuncRangeForOffset( in collectFunctionsFromRawProfile()432 if (FuncRange *FRange = Binary->findFuncRangeForOffset(StartOffset)) in collectFunctionsFromRawProfile()439 if (FuncRange *FRange = Binary->findFuncRangeForOffset(SourceOffset)) in collectFunctionsFromRawProfile()441 if (FuncRange *FRange = Binary->findFuncRangeForOffset(TargetOffset)) in collectFunctionsFromRawProfile()
408 auto *FuncRange = findFuncRangeForOffset(Offset); in setIsFuncEntry()
1143 auto *FRange = Binary->findFuncRangeForOffset(StartOffset); in warnInvalidRange()