Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/UpdateTestChecks/
H A Dcommon.py1228 def dump_input_lines(output_lines, test_info, prefix_set, comment_string): argument
1232 if line.strip() == comment_string:
1234 if line.strip() == comment_string + SEPARATOR:
1236 if line.lstrip().startswith(comment_string):
1243 comment_string, check_generator): argument
1256 output_lines.append(comment_string)
/openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp565 std::string comment_string; in CalculateMnemonicOperandsAndComment() local
607 mc_disasm_ptr->PrintMCInst(inst, out_string, comment_string); in CalculateMnemonicOperandsAndComment()
609 if (!comment_string.empty()) { in CalculateMnemonicOperandsAndComment()
610 AppendComment(comment_string); in CalculateMnemonicOperandsAndComment()