Searched refs:next_addr (Results 1 – 3 of 3) sorted by relevance
122 addr_t next_addr = addr + tag_manager->GetGranuleSize(); in DoExecute() local125 next_addr, tag, in DoExecute()127 addr = next_addr; in DoExecute()
850 llvm::Optional<addr_t> next_addr; in ParseLineTableAndSupportFiles() local853 line_seq_up.get(), *next_addr, /*line=*/0, /*column=*/0, in ParseLineTableAndSupportFiles()875 if (next_addr && *next_addr != record->Address) { in ParseLineTableAndSupportFiles()884 next_addr = record->Address + record->Size; in ParseLineTableAndSupportFiles()886 if (next_addr) in ParseLineTableAndSupportFiles()
1004 Address next_addr(next_inst_addr); in SetInstruction() local1007 target->ReadMemory(next_addr, /* Address of next instruction */ in SetInstruction()