Home
last modified time | relevance | path

Searched defs:getBlockData (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowValues.h101 ValTy& getBlockData(const CFGBlock *B) { in getBlockData() function
107 const ValTy& getBlockData(const CFGBlock *B) const { in getBlockData() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp105 Expected<ArrayRef<uint8_t>> PDBFile::getBlockData(uint32_t BlockIndex, in getBlockData() function in PDBFile
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp107 BlockData &getBlockData(BasicBlock *BB) { in getBlockData() function