Home
last modified time | relevance | path

Searched refs:inst_is_at_pc (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Core/
DDisassembler.cpp428 const bool inst_is_at_pc = pc_addr_ptr && addr == *pc_addr_ptr; in PrintInstructions() local
458 … ((inst_is_at_pc && (options & eOptionMarkPCSourceLine)) ? "->" : ""), in PrintInstructions()
490 strm.PutCString(inst_is_at_pc ? "-> " : " "); in PrintInstructions()