Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp996 uint64_t EndOfCode = getSize(); in isZeroPaddingAt() local
1000 EndOfCode = *Iter; in isZeroPaddingAt()
1002 for (uint64_t I = Offset; I < EndOfCode; ++I) in isZeroPaddingAt()