Home
last modified time | relevance | path

Searched refs:getLocationName (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataAggregator.h255 StringRef getLocationName(BinaryFunction &Func, uint64_t Count);
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp663 StringRef DataAggregator::getLocationName(BinaryFunction &Func, in getLocationName() function in DataAggregator
694 StringRef LocName = getLocationName(Func, Count); in doSample()
714 AggrData->Name = getLocationName(Func, Count); in doIntraBranch()
746 SrcFunc = getLocationName(*FromFunc, Count); in doInterBranch()
760 DstFunc = getLocationName(*ToFunc, 0); in doInterBranch()