Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp853 uint32_t NumBlocksInBBRange = 0; in decodeBBAddrMapImpl() local
869 NumBlocksInBBRange = readULEB128As<uint32_t>(Data, Cur, ULEBSizeErr); in decodeBBAddrMapImpl()
881 NumBlocksInBBRange = readULEB128As<uint32_t>(Data, Cur, ULEBSizeErr); in decodeBBAddrMapImpl()
886 Cur && (BlockIndex < NumBlocksInBBRange); in decodeBBAddrMapImpl()