Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-profgen/
DProfiledBinary.h204 uint32_t getIndexForAddr(uint64_t Address) const { in getIndexForAddr() function
211 return getAddressforIndex(getIndexForAddr(FrameAddr) - 1); in getCallAddrFromFrameAddr()
DProfiledBinary.cpp373 Index = Binary->getIndexForAddr(Address); in InstructionPointer()
393 Index = Binary->getIndexForAddr(Address); in update()