Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/FlowSensitive/
DDataflowValues.h100 ValTy& getBlockData(const CFGBlock *B) { in getBlockData() function
106 const ValTy& getBlockData(const CFGBlock *B) const { in getBlockData() function
107 return const_cast<DataflowValues*>(this)->getBlockData(B); in getBlockData()
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DIMSFFile.h32 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/llvm-project/llvm/include/llvm/DebugInfo/MSF/
DIMSFFile.h32 virtual Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
/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-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h70 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h70 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp95 BlockData &getBlockData(BasicBlock *BB) { in getBlockData() function
195 getBlockData(CE->getParent()).End = true; in SuspendCrossingInfo()
203 auto &B = getBlockData(SuspendBlock); in SuspendCrossingInfo()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp257 cantFail(File.getBlockData(Blocks.front(), File.getBlockSize())); in formatMsfStreamBlocks()
DBytesOutputStyle.cpp215 auto ExpectedData = File.getBlockData(I, File.getBlockSize()); in dumpBlockRanges()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp105 Expected<ArrayRef<uint8_t>> PDBFile::getBlockData(uint32_t BlockIndex, in getBlockData() function in PDBFile
/external/swiftshader/third_party/llvm-10.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 __anon9ce3252a0111::DiscontiguousFile
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp108 BlockData &getBlockData(BasicBlock *BB) { in getBlockData() function
207 getBlockData(CE->getParent()).End = true; in SuspendCrossingInfo()
215 auto &B = getBlockData(SuspendBlock); in SuspendCrossingInfo()