Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h407 uint64_t getAddressforIndex(uint64_t Index) const { in getAddressforIndex() function
432 FrameAddr = I ? getAddressforIndex(I - 1) : 0; in getCallAddrFromFrameAddr()
H A DProfiledBinary.cpp859 this->Address = Binary->getAddressforIndex(Index); in InstructionPointer()
869 Address = Binary->getAddressforIndex(Index); in advance()
879 Address = Binary->getAddressforIndex(Index); in backward()