Home
last modified time | relevance | path

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

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/command/
H A DParseCommand.py81 def _build_command(command_type, labels, addresses, raw_text: str, path: str, lineno: str) -> Comma… argument
104 command_type.get_name(), {
107 command_type.get_name(): command_type,
367 for command_type in commands:
368 for command in commands[command_type].values():
369 if command_type not in command_infos:
370 command_infos[command_type] = []
371 command_infos[command_type].append(command)
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTestRunner.py1580 for line_number, command_type, ln in \
1583 parser = keyword_parsers[command_type]
1585 if command_type == 'END.' and parser.getValue() is True: