Searched refs:getBlockData (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DIMSFFile.h32 virtual Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowValues.h96 /// getBlockData - Retrieves the dataflow values associated with a
100 ValTy& getBlockData(const CFGBlock *B) { function in class:clang::DataflowValues
106 const ValTy& getBlockData(const CFGBlock *B) const { function in class:clang::DataflowValues
107 return const_cast<DataflowValues*>(this)->getBlockData(B);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h70 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp95 BlockData &getBlockData(BasicBlock *BB) { function in struct:__anon5512::SuspendCrossingInfo
195 getBlockData(CE->getParent()).End = true;
203 auto &B = getBlockData(SuspendBlock);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp104 Expected<ArrayRef<uint8_t>> PDBFile::getBlockData(uint32_t BlockIndex, function in class:PDBFile
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DLinePrinter.cpp257 cantFail(File.getBlockData(Blocks.front(), File.getBlockSize()));
H A DBytesOutputStyle.cpp215 auto ExpectedData = File.getBlockData(I, File.getBlockSize());

Completed in 151 milliseconds