Searched refs:emit_str (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DDumpRegisterInfo.cpp103 std::function<void(Stream &, const char *)> emit_str = local
105 DumpList(strm, "Invalidates: ", invalidates, emit_str);
106 DumpList(strm, " Read from: ", read_from, emit_str);
/freebsd-current/usr.sbin/jls/
H A Djls.c570 const char *emit_str; local
576 emit_str = "{P: }{ql:ipv4_addr}{P:\n}";
580 emit_str = "{P: }{ql:ipv6_addr}{P:\n}";
596 xo_emit(emit_str, ipbuf);

Completed in 102 milliseconds