Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp856 if (Index >= Binary->getCodeOffsetsSize()) in InstructionPointer()
865 if (Index >= Binary->getCodeOffsetsSize()) { in advance()
H A DProfiledBinary.h411 size_t getCodeOffsetsSize() const { return CodeAddrOffsets.size(); } in getCodeOffsetsSize() function