Lines Matching defs:options
26 #include "lldb/Interpreter/Options.h"
40 Options(interpreter),
240 "Currently the only valid options are default, and for Intel"
269 "disassemble [<cmd-options>]"),
324 result.AppendErrorWithFormat ("\"disassemble\" arguments are specified as options.\n");
334 uint32_t options = Disassembler::eOptionMarkPCAddress;
338 options |= Disassembler::eOptionMarkPCSourceLine;
341 options |= Disassembler::eOptionShowBytes;
344 options |= Disassembler::eOptionRawOuput;
359 options,
513 options,
560 options,