Searched refs:getBlockData (Results 1 – 6 of 6) 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()
142 auto Result = Pdb.getBlockData(BlockList[First], Pdb.getBlockSize()); in readLongestContiguousChunk()178 auto Result = Pdb.getBlockData(FirstBlockAddr, Pdb.getBlockSize()); in tryReadContiguously()206 auto Result = Pdb.getBlockData(StreamBlockAddr, Pdb.getBlockSize()); in readBytes()
76 Expected<ArrayRef<uint8_t>> PDBFile::getBlockData(uint32_t BlockIndex, in getBlockData() function in PDBFile
36 virtual Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
91 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
64 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex, in getBlockData() function in __anon8b8581400111::DiscontiguousFile