Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DDisassembler.h367 eOptionMarkPCSourceLine = (1u << 2), // Mark the source line that contains enumerator
/external/llvm-project/lldb/source/Commands/
DCommandObjectDisassemble.cpp470 options |= Disassembler::eOptionMarkPCSourceLine; in DoExecute()
/external/llvm-project/lldb/source/Core/
DDisassembler.cpp520 if (inst_is_at_pc && (options & eOptionMarkPCSourceLine)) { in PrintInstructions()