Searched refs:getBlockData (Results 1 – 7 of 7) sorted by relevance
101 ValTy& getBlockData(const CFGBlock *B) { in getBlockData() function107 const ValTy& getBlockData(const CFGBlock *B) const { in getBlockData() function108 return const_cast<DataflowValues*>(this)->getBlockData(B); in getBlockData()
32 virtual Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
68 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
263 cantFail(File.getBlockData(Blocks.front(), File.getBlockSize())); in formatMsfStreamBlocks()
103 Expected<ArrayRef<uint8_t>> PDBFile::getBlockData(uint32_t BlockIndex, in getBlockData() function in PDBFile
215 auto ExpectedData = File.getBlockData(I, File.getBlockSize()); in dumpBlockRanges()
113 BlockData &getBlockData(BasicBlock *BB) { getBlockData() function in __anon0ad1b9b90311::SuspendCrossingInfo