reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
124 Instructions.find(InstrMeta.VMAddress); 125 if (KV == Instructions.end() || KV == Instructions.begin()) 125 if (KV == Instructions.end() || KV == Instructions.begin()) 137 Instructions.find(InstrMeta.VMAddress); 138 if (KV == Instructions.end() || ++KV == Instructions.end()) 138 if (KV == Instructions.end() || ++KV == Instructions.end()) 156 const auto &InstrKV = Instructions.find(Address); 157 if (InstrKV == Instructions.end()) 164 const auto &InstrKV = Instructions.find(Address); 165 assert(InstrKV != Instructions.end() && "Address doesn't exist."); 243 const auto &SourceInstrKV = Instructions.find(SourceInstrAddress); 244 if (SourceInstrKV == Instructions.end()) { 537 Instructions.insert(std::make_pair(Instruction.VMAddress, Instruction));