Home
last modified time | relevance | path

Searched refs:BlockMap (Results 1 – 5 of 5) sorted by relevance

/external/lldb/include/lldb/Target/
DMemory.h65 typedef std::map<lldb::addr_t, lldb::DataBufferSP> BlockMap; typedef
73 BlockMap m_cache;
/external/lldb/source/Target/
DMemory.cpp78 BlockMap::iterator pos = m_cache.find (curr_addr); in Flush()
138 BlockMap::const_iterator pos = m_cache.find (curr_addr); in Read()
139 BlockMap::const_iterator end = m_cache.end (); in Read()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h362 return BlockMap[B->getBlockID()]; in lookupBlock()
482 std::vector<til::BasicBlock *> BlockMap; // Map from clang to til BBs. variable
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp821 BlockMap.resize(NBlocks, nullptr); in enterCFG()
826 BlockMap[B->getBlockID()] = BB; in enterCFG()
864 CurrentBB->addPredecessor(BlockMap[Pred->getBlockID()]); in handlePredecessor()
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1479 NonLocalDepInfo &BlockMap = NLDI->second.first; in removeInstruction() local
1480 for (NonLocalDepInfo::iterator DI = BlockMap.begin(), DE = BlockMap.end(); in removeInstruction()