Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/UpdateTestChecks/
H A Dcommon.py1222 def dump_input_lines(output_lines, test_info, prefix_set, comment_string): argument
1226 if line.strip() == comment_string:
1228 if line.strip() == comment_string + SEPARATOR:
1230 if line.lstrip().startswith(comment_string):
1237 comment_string, check_generator): argument
1250 output_lines.append(comment_string)
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp564 std::string comment_string; in CalculateMnemonicOperandsAndComment() local
606 mc_disasm_ptr->PrintMCInst(inst, out_string, comment_string); in CalculateMnemonicOperandsAndComment()
608 if (!comment_string.empty()) { in CalculateMnemonicOperandsAndComment()
609 AppendComment(comment_string); in CalculateMnemonicOperandsAndComment()