Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h382 bool addressIsCall(uint64_t Address) const { in addressIsCall() function
433 if (FrameAddr && addressIsCall(FrameAddr)) in getCallAddrFromFrameAddr()
H A DPerfReader.h517 if (Binary->addressIsCall(State.getCurrentLBRSource())) in isCallState()