Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/FlowSensitive/
DDataflowValues.h101 ValTy& getBlockData(const CFGBlock *B) { in getBlockData() function
107 const ValTy& getBlockData(const CFGBlock *B) const { in getBlockData() function
108 return const_cast<DataflowValues*>(this)->getBlockData(B); in getBlockData()
/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp142 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()
DPDBFile.cpp76 Expected<ArrayRef<uint8_t>> PDBFile::getBlockData(uint32_t BlockIndex, in getBlockData() function in PDBFile
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DIPDBFile.h36 virtual Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
DPDBFile.h91 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
/external/llvm/unittests/DebugInfo/PDB/
DMappedBlockStreamTest.cpp64 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex, in getBlockData() function in __anon8b8581400111::DiscontiguousFile