/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Instrumentation.h | 25 inline void stringify_append(llvm::raw_string_ostream &ss, const T &t) { 30 inline void stringify_append(llvm::raw_string_ostream &ss, const T &t) { 35 inline void stringify_append(llvm::raw_string_ostream &ss, T *t) { 40 inline void stringify_append(llvm::raw_string_ostream &ss, const T *t) { 45 inline void stringify_append<char>(llvm::raw_string_ostream &ss, 51 inline void stringify_append<std::nullptr_t>(llvm::raw_string_ostream &ss, 57 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head) { 62 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head, 71 llvm::raw_string_ostream ss(buffer); in stringify_args()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CFGPrinter.h | 133 raw_string_ostream OS(Str); 142 function_ref<void(raw_string_ostream &, const BasicBlockT &)> 149 raw_string_ostream OS(OutStr); 206 static void printBasicBlock(raw_string_ostream &OS, const BasicBlock &Node) { 216 function_ref<void(raw_string_ostream &, const BasicBlock &)> 246 raw_string_ostream OS(Str); 257 raw_string_ostream NodeOS(NodeName);
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DDGPrinter.cpp | 89 raw_string_ostream OS(Str); in getSimpleNodeLabel() 107 raw_string_ostream OS(Str); in getVerboseNodeLabel() 132 raw_string_ostream OS(Str); in getSimpleEdgeAttributes() 141 raw_string_ostream OS(Str); in getVerboseEdgeAttributes()
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | DiagnosticBuilderWrappers.cpp | 40 raw_string_ostream Stream(PlatformAsString); in operator <<() 92 raw_string_ostream OS(VersionString); in operator <<() 102 raw_string_ostream OS(IFAsString); in operator <<()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DataCollection.cpp | 18 static void printMacroName(llvm::raw_string_ostream &MacroStack, in printMacroName() 35 llvm::raw_string_ostream MacroStackStream(MacroStack); in getMacroStack()
|
H A D | Mangle.cpp | 434 llvm::raw_string_ostream OS(Name); in getName() 565 llvm::raw_string_ostream FOS(FrontendBuf); in getMangledStructor() 575 llvm::raw_string_ostream BOS(BackendBuf); in getMangledStructor() 585 llvm::raw_string_ostream FOS(FrontendBuf); in getMangledThunk() 590 llvm::raw_string_ostream BOS(BackendBuf); in getMangledThunk()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMCInstLower.cpp | 229 raw_string_ostream HexStream(HexString); in emitInstruction() 239 raw_string_ostream HexStream(HexString); in emitInstruction() 252 raw_string_ostream HexStream(HexString); in emitInstruction() 301 raw_string_ostream DisasmStream(DisasmLine); in emitInstruction() 315 raw_string_ostream HexStream(HexLine); in emitInstruction()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_symbolize.cpp | 47 llvm::raw_string_ostream &OS) { in symbolize_error_handler() 68 llvm::raw_string_ostream OS(Result); in __sanitizer_symbolize_code() 101 llvm::raw_string_ostream OS(Result); in __sanitizer_symbolize_data() 124 llvm::raw_string_ostream OS(Result); in __sanitizer_symbolize_demangle()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTResultSynthesizer.cpp | 128 raw_string_ostream os(s); in SynthesizeFunctionResult() 144 raw_string_ostream os(s); in SynthesizeFunctionResult() 168 raw_string_ostream os(s); in SynthesizeObjCMethodResult() 188 raw_string_ostream os(s); in SynthesizeObjCMethodResult() 477 llvm::raw_string_ostream ss(s); in CommitPersistentDecls()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DiagnosticInfo.cpp | 180 raw_string_ostream OS(Val); in Argument() 192 raw_string_ostream OS(Val); in Argument() 225 raw_string_ostream OS(Val); in Argument() 232 raw_string_ostream OS(Val); in Argument() 370 raw_string_ostream OS(Str); in print() 400 raw_string_ostream OS(Str); in getMsg()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineCFGPrinter.h | 70 function_ref<void(raw_string_ostream &, const MachineBasicBlock &)> 72 [](raw_string_ostream &OS,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.h | 180 raw_string_ostream &KdStream) const; 187 raw_string_ostream &KdStream) const; 194 raw_string_ostream &KdStream) const; 201 raw_string_ostream &KdStream) const;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 190 raw_string_ostream OS(Dest.Value); in printRegMIR() 248 raw_string_ostream StrOS(YamlMF.Body.Value.Value); in print() 290 raw_string_ostream OS(Dest.Value); in printRegClassOrBank() 305 raw_string_ostream StrOS(*Outputs[i]); in printStackObjectDbgInfo() 374 raw_string_ostream StrOS(YamlMFI.SavePoint.Value); in convert() 378 raw_string_ostream StrOS(YamlMFI.RestorePoint.Value); in convert() 501 raw_string_ostream StrOS(YMF.FrameInfo.StackProtector.Value); in convertStackObjects() 507 raw_string_ostream StrOS(YMF.FrameInfo.FunctionContext.Value); in convertStackObjects() 571 raw_string_ostream StrOS(NS); in convertMachineMetadataNodes() 582 raw_string_ostream StrOS(Str); in convert() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | HTMLDiagnostics.cpp | 146 llvm::raw_string_ostream &os); 397 llvm::raw_string_ostream os(s); in GenerateHTML() 425 llvm::raw_string_ostream os(s); in GenerateHTML() 446 llvm::raw_string_ostream os(file); in GenerateHTML() 456 llvm::raw_string_ostream &os) { in dumpCoverageData() 482 llvm::raw_string_ostream os(s); in showRelevantLinesJavascript() 583 llvm::raw_string_ostream os(s); in FinalizeHTML() 650 llvm::raw_string_ostream os(s); in FinalizeHTML() 946 llvm::raw_string_ostream os(sbuf); in HandlePiece() 1148 llvm::raw_string_ostream OS(S); in addArrowSVGs() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/ |
H A D | HipStdPar.cpp | 77 raw_string_ostream OS(W); in checkIfSupported() 175 raw_string_ostream OS(W); in checkIfSupported() 292 raw_string_ostream OS(W); in run()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | DispatchStatistics.cpp | 35 raw_string_ostream TempStream(Buffer); in printDispatchHistogram() 65 raw_string_ostream SS(Buffer); in printDispatchStalls()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGPrinter.cpp | 79 raw_string_ostream OS(R); in getNodeIdentifierLabel() 107 raw_string_ostream OS(Result); in getSimpleNodeLabel() 286 raw_string_ostream O(s); in getGraphNodeLabel()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
H A D | Extract.cpp | 155 llvm::raw_string_ostream OS(ExtractedCode); in createSourceReplacements() 179 llvm::raw_string_ostream OS(ReplacedCode); in createSourceReplacements()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 94 static bool shouldGenerateNote(llvm::raw_string_ostream &os, in shouldGenerateNote() 214 llvm::raw_string_ostream &os) { in generateDiagnosticsForCallLike() 385 llvm::raw_string_ostream os(sbuf); in annotateConsumedSummaryMismatch() 441 llvm::raw_string_ostream os(s); in annotateStartParameter() 491 llvm::raw_string_ostream os(sbuf); in VisitNode() 772 llvm::raw_string_ostream os(sbuf); in getEndPath() 916 llvm::raw_string_ostream os(Description); in createDescription()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.cpp | 29 raw_string_ostream Stream(String); in getOperandsDWARFInfo() 349 raw_string_ostream Stream(String); in getOperandsCodeViewInfo() 434 raw_string_ostream Stream(String); in getIntervalInfo() 635 raw_string_ostream Stream(String); in print()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MacroPPCallbacks.cpp | 183 llvm::raw_string_ostream Name(NameBuffer); in MacroDefined() 184 llvm::raw_string_ostream Value(ValueBuffer); in MacroDefined()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectLog.cpp | 204 llvm::raw_string_ostream error_stream(error); in DoExecute() 274 llvm::raw_string_ostream error_stream(error); in DoExecute() 306 llvm::raw_string_ostream output_stream(output); in DoExecute() 404 llvm::raw_string_ostream error_stream(error); in DoExecute()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 105 raw_string_ostream OS(AbbrevTableBuffer); in getAbbrevTableContentByIndex() 425 raw_string_ostream EntryBufferOS(EntryBuffer); in emitDebugInfo() 492 raw_string_ostream OpBufferOS(OpBuffer); in writeExtendedOpcode() 575 raw_string_ostream BufferOS(Buffer); in emitDebugLine() 724 raw_string_ostream OS(Data); in emitDebugNamesAbbrev() 743 raw_string_ostream OS(Data); in emitDebugNamesCUOffsets() 759 raw_string_ostream OS(Data); in emitDebugNamesNameTable() 818 raw_string_ostream OS(Result.PoolData); in emitDebugNamesEntryPool() 1021 raw_string_ostream OpBufferOS(OpBuffer); in writeListEntry() 1118 raw_string_ostream ListBufferOS(ListBuffer); in writeDWARFLists() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | Object.cpp | 226 raw_string_ostream OS(Buf); in LLVMMoveToContainingSection() 307 raw_string_ostream OS(Buf); in LLVMGetSymbolName() 318 raw_string_ostream OS(Buf); in LLVMGetSymbolAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | EmbedBitcodePass.cpp | 38 raw_string_ostream OS(Data); in run()
|