Home
last modified time | relevance | path

Searched refs:findFuncRangeForStartOffset (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h438 FuncRange *findFuncRangeForStartOffset(uint64_t Offset) { in findFuncRangeForStartOffset() function
H A DProfiledBinary.cpp168 if (FuncRange *FR = findFuncRangeForStartOffset(R.first)) { in warnNoFuncEntry()
H A DProfileGenerator.cpp691 auto *FRange = Binary->findFuncRangeForStartOffset(TargetOffset); in getCalleeNameForOffset()