Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-profgen/
DProfiledBinary.h196 uint64_t getAddressforIndex(uint64_t Index) const { in getAddressforIndex() function
211 return getAddressforIndex(getIndexForAddr(FrameAddr) - 1); in getCallAddrFromFrameAddr()
DProfiledBinary.cpp377 this->Address = Binary->getAddressforIndex(Index); in InstructionPointer()
383 Address = Binary->getAddressforIndex(Index); in advance()
388 Address = Binary->getAddressforIndex(Index); in backward()