Searched refs:DebugInstrNumToInstr (Results 1 – 2 of 2) sorted by relevance
1150 auto InstrIt = DebugInstrNumToInstr.find(InstNo); in transferDebugInstrRef()1153 if (InstrIt != DebugInstrNumToInstr.end()) { in transferDebugInstrRef()1907 DebugInstrNumToInstr.insert(std::make_pair(InstrNo, InstrAndPos)); in produceMLocTransferFunction()3333 DebugInstrNumToInstr.clear(); in ExtendRanges()
866 std::map<uint64_t, InstAndNum> DebugInstrNumToInstr; variable