Searched defs:BlockIndex (Results 1 – 3 of 3) sorted by relevance
76 Expected<ArrayRef<uint8_t>> PDBFile::getBlockData(uint32_t BlockIndex, in getBlockData()86 Error PDBFile::setBlockData(uint32_t BlockIndex, uint32_t Offset, in setBlockData()
64 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex, in getBlockData()69 Error setBlockData(uint32_t BlockIndex, uint32_t Offset, in setBlockData()
926 int BlockIndex = BasePHI->getBasicBlockIndex(InBB); in findBasePointer() local