Searched refs:getBlockData (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/Analysis/FlowSensitive/ |
D | DataflowValues.h | 101 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/ |
D | MappedBlockStream.cpp | 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()
|
D | PDBFile.cpp | 76 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/ |
D | IMSFFile.h | 33 virtual Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | IPDBFile.h | 36 virtual Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
|
D | PDBFile.h | 91 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PDBFile.h | 70 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 94 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/ |
D | LinePrinter.cpp | 259 cantFail(File.getBlockData(Blocks.front(), File.getBlockSize())); in formatMsfStreamBlocks()
|
D | BytesOutputStyle.cpp | 216 auto ExpectedData = File.getBlockData(I, File.getBlockSize()); in dumpBlockRanges()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBFile.cpp | 104 Expected<ArrayRef<uint8_t>> PDBFile::getBlockData(uint32_t BlockIndex, in getBlockData() function in PDBFile
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | MappedBlockStreamTest.cpp | 64 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex, in getBlockData() function in __anon4eca534c0111::DiscontiguousFile
|