Home
last modified time | relevance | path

Searched refs:PutChar (Results 26 – 50 of 57) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DOpcode.cpp48 s->PutChar(' '); in Dump()
H A DDumpRegisterValue.cpp95 s.PutChar('/'); in DumpRegisterValue()
H A DFormatEntity.cpp920 special_directions_stream.PutChar('}'); in DumpValue()
926 s.PutChar('['); in DumpValue()
964 s.PutChar(','); in DumpValue()
966 s.PutChar(']'); in DumpValue()
1085 out_stream.PutChar('('); in PrettyPrintFunctionNameWithArgs()
1093 out_stream.PutChar(')'); in PrettyPrintFunctionNameWithArgs()
H A DModule.cpp1123 strm.PutChar(' '); in ReportError()
1131 strm.PutChar(' '); in ReportWarning()
H A DSourceManager.cpp294 s->PutChar(src_line[i] == '\t' ? '\t' : ' '); in DisplaySourceLinesWithLineNumbersUsingLastFile()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp175 s->PutChar(' '); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp275 response.PutChar(';'); in Handle_qLaunchGDBServer()
425 response.PutChar('M'); in Handle_qPathComplete()
H A DProcessGDBRemote.cpp1125 packet.PutChar(';'); in DoAttachToProcessWithName()
1280 continue_packet.PutChar('c'); in DoResume()
1286 continue_packet.PutChar('c'); in DoResume()
1328 continue_packet.PutChar('s'); in DoResume()
1335 continue_packet.PutChar('s'); in DoResume()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp192 out_stream.PutChar(' '); in PrettyPrintFunctionNameWithArgs()
196 out_stream.PutChar('('); in PrettyPrintFunctionNameWithArgs()
200 out_stream.PutChar(')'); in PrettyPrintFunctionNameWithArgs()
204 out_stream.PutChar(' '); in PrettyPrintFunctionNameWithArgs()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp115 s->PutChar(')'); in Dump()
185 s->PutChar(':'); in DumpDeclaration()
H A DSymbolContext.cpp83 s->PutChar('`'); in DumpStopContext()
868 ss.PutChar('\n'); in FindBestGlobalDataSymbol()
878 ss.PutChar('\n'); in FindBestGlobalDataSymbol()
H A DSymbol.cpp285 s->PutChar(' '); in Dump()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp212 strm.PutChar('\n'); in ToXML()
H A DThreadPlanStepOverRange.cpp75 s->PutChar('.'); in GetDescription()
H A DThreadPlanStepInRange.cpp125 s->PutChar('.'); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h121 size_t PutChar(char ch);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp241 s.PutChar(' '); in DumpAsTableRow()
H A DBroadcaster.cpp120 s.PutChar('.'); in GetEventNames()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp332 stream.PutChar(')'); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp63 strm.PutChar(' '); in DumpValue()
H A DOptionValueProperties.cpp365 strm.PutChar(' '); in DumpPropertyValue()
H A DOptionValue.cpp585 strm.PutChar('.'); in DumpQualifiedName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp482 strm.PutChar(')'); in GetDescription()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1807 FunctionCallee PutChar = getOrInsertLibFunc(M, *TLI, LibFunc_putchar, in emitPutChar() local
1810 CallInst *CI = B.CreateCall(PutChar, Char, PutCharName); in emitPutChar()
1813 dyn_cast<Function>(PutChar.getCallee()->stripPointerCasts())) in emitPutChar()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp174 error_stream.PutChar('\n'); in DumpDiagnostics()

123