Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h446 FuncRange *findFuncRangeForOffset(uint64_t Offset) { in findFuncRangeForOffset() function
460 auto *FRange = findFuncRangeForOffset(Offset); in getRangesForOffset()
H A DProfileGenerator.cpp424 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()
H A DProfiledBinary.cpp408 auto *FuncRange = findFuncRangeForOffset(Offset); in setIsFuncEntry()
H A DPerfReader.cpp1143 auto *FRange = Binary->findFuncRangeForOffset(StartOffset); in warnInvalidRange()