Searched refs:InstrKV (Results 1 – 1 of 1) sorted by relevance
153 const auto &InstrKV = Instructions.find(Address); in getInstruction() local154 if (InstrKV == Instructions.end()) in getInstruction()157 return &InstrKV->second; in getInstruction()161 const auto &InstrKV = Instructions.find(Address); in getInstructionOrDie() local162 assert(InstrKV != Instructions.end() && "Address doesn't exist."); in getInstructionOrDie()163 return InstrKV->second; in getInstructionOrDie()