Searched refs:InstrKV (Results 1 – 1 of 1) sorted by relevance
156 const auto &InstrKV = Instructions.find(Address); in getInstruction() local157 if (InstrKV == Instructions.end()) in getInstruction()160 return &InstrKV->second; in getInstruction()164 const auto &InstrKV = Instructions.find(Address); in getInstructionOrDie() local165 assert(InstrKV != Instructions.end() && "Address doesn't exist."); in getInstructionOrDie()166 return InstrKV->second; in getInstructionOrDie()