Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp63 std::string &comments_string);
1332 std::string &comments_string) { in PrintMCInst() argument
1334 llvm::raw_string_ostream comments_stream(comments_string); in PrintMCInst()
1345 (newline_pos = comments_string.find_first_of(g_newlines, newline_pos)) != in PrintMCInst()
1346 comments_string.npos; in PrintMCInst()
1348 comments_string.replace(comments_string.begin() + newline_pos, in PrintMCInst()
1349 comments_string.begin() + newline_pos + 1, 1, ' '); in PrintMCInst()