Home
last modified time | relevance | path

Searched refs:getBlockData (Results 1 – 12 of 12) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
DIMSFFile.h33 virtual Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h70 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp94 BlockData &getBlockData(BasicBlock *BB) { in getBlockData() function
175 getBlockData(CE->getParent()).End = true; in SuspendCrossingInfo()
183 auto &B = getBlockData(SuspendBlock); in SuspendCrossingInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp259 cantFail(File.getBlockData(Blocks.front(), File.getBlockSize())); in formatMsfStreamBlocks()
DBytesOutputStyle.cpp216 auto ExpectedData = File.getBlockData(I, File.getBlockSize()); in dumpBlockRanges()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp104 Expected<ArrayRef<uint8_t>> PDBFile::getBlockData(uint32_t BlockIndex, in getBlockData() function in PDBFile
/external/llvm/unittests/DebugInfo/PDB/
DMappedBlockStreamTest.cpp64 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex, in getBlockData() function in __anon4eca534c0111::DiscontiguousFile