Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h423 uint32_t getIndexForAddr(uint64_t Address) const { in getIndexForAddr() function
431 auto I = getIndexForAddr(FrameAddr); in getCallAddrFromFrameAddr()
H A DProfiledBinary.cpp852 Index = Binary->getIndexForAddr(Address); in InstructionPointer()
885 Index = Binary->getIndexForAddr(Address); in update()