/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | raw_ostream.h | 691 class raw_svector_ostream : public raw_pwrite_stream { 707 explicit raw_svector_ostream(SmallVectorImpl<char> &O) in raw_svector_ostream() function 715 ~raw_svector_ostream() override = default; 745 class buffer_ostream : public raw_svector_ostream { 752 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {} in buffer_ostream() 756 class buffer_unique_ostream : public raw_svector_ostream { 764 : raw_svector_ostream(Buffer), OS(std::move(OS)) { in buffer_unique_ostream()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CXXSelfAssignmentChecker.cpp | 58 llvm::raw_svector_ostream Out(Msg); in checkBeginFunction() 68 llvm::raw_svector_ostream Out(Msg); in checkBeginFunction()
|
H A D | AnalyzerStatsChecker.cpp | 92 llvm::raw_svector_ostream output(buf); in checkEndAnalysis() 126 llvm::raw_svector_ostream outputI(bufI); in checkEndAnalysis()
|
H A D | ObjCContainersASTChecker.cpp | 131 llvm::raw_svector_ostream OsName(BufName); in VisitCallExpr() 135 llvm::raw_svector_ostream Os(Buf); in VisitCallExpr()
|
H A D | UnixAPIChecker.cpp | 244 llvm::raw_svector_ostream OS(SBuf); in CheckOpenVariant() 256 llvm::raw_svector_ostream OS(SBuf); in CheckOpenVariant() 299 llvm::raw_svector_ostream OS(SBuf); in CheckOpenVariant() 422 llvm::raw_svector_ostream os(S); in CheckPthreadOnce() 472 llvm::raw_svector_ostream os(S); in ReportZeroByteAllocation()
|
H A D | ObjCAutoreleaseWriteChecker.cpp | 141 llvm::raw_svector_ostream BugName(BugNameBuf); in emitDiagnostics() 146 llvm::raw_svector_ostream BugMessage(BugMessageBuf); in emitDiagnostics()
|
H A D | CXXDeleteChecker.cpp | 164 llvm::raw_svector_ostream OS(Buf); in checkTypedDeleteExpr() 212 llvm::raw_svector_ostream OS(Buf); in VisitNode()
|
H A D | CStringSyntaxChecker.cpp | 228 llvm::raw_svector_ostream os(S); in VisitCallExpr() 253 llvm::raw_svector_ostream os(S); in VisitCallExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430MCInstLower.cpp | 54 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol() 71 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiMCInstLower.cpp | 49 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol() 59 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | Visitor.cpp | 89 raw_svector_ostream NStream(Name); in getMangledName() 427 raw_svector_ostream NameStream(Name); in getMangledCXXRTTIName() 435 raw_svector_ostream NameStream(Name); in getMangledCXXRTTI() 444 raw_svector_ostream NameStream(Name); in getMangledCXXVTableName() 453 raw_svector_ostream NameStream(Name); in getMangledCXXThunk() 467 raw_svector_ostream NameStream(Name); in getMangledCtorDtor()
|
/freebsd/contrib/llvm-project/llvm/lib/Option/ |
H A D | Arg.cpp | 71 raw_svector_ostream OS(Res); in getAsString() 102 raw_svector_ostream OS(Res); in render()
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesWriter.cpp | 336 llvm::raw_svector_ostream BlobStream(HashTableBlob); in writeIdentifierBlock() 616 llvm::raw_svector_ostream BlobStream(HashTableBlob); in writeContextBlock() 635 llvm::raw_svector_ostream BlobStream(HashTableBlob); in writeContextBlock() 726 llvm::raw_svector_ostream BlobStream(HashTableBlob); in writeObjCPropertyBlock() 822 llvm::raw_svector_ostream BlobStream(HashTableBlob); in writeObjCMethodBlock() 849 llvm::raw_svector_ostream BlobStream(HashTableBlob); in writeCXXMethodBlock() 917 llvm::raw_svector_ostream BlobStream(HashTableBlob); in writeObjCSelectorBlock() 974 llvm::raw_svector_ostream BlobStream(HashTableBlob); in writeGlobalVariableBlock() 1087 llvm::raw_svector_ostream BlobStream(HashTableBlob); in writeGlobalFunctionBlock() 1141 llvm::raw_svector_ostream BlobStream(HashTableBlob); in writeEnumConstantBlock() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 446 llvm::raw_svector_ostream Message(MessageStorage); in emitSingleMacroExpansion() 582 llvm::raw_svector_ostream Message(MessageStorage); in emitMacroExpansions() 600 llvm::raw_svector_ostream Message(MessageStorage); in emitIncludeLocation() 611 llvm::raw_svector_ostream Message(MessageStorage); in emitImportLocation() 625 llvm::raw_svector_ostream Message(MessageStorage); in emitBuildingModuleLocation()
|
H A D | SARIFDiagnosticPrinter.cpp | 63 llvm::raw_svector_ostream DiagMessageStream(OutStr); in HandleDiagnostic()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Mangle.cpp | 279 llvm::raw_svector_ostream Out(Buffer); in mangleCtorBlock() 288 llvm::raw_svector_ostream Out(Buffer); in mangleDtorBlock() 298 llvm::raw_svector_ostream Stream(Buffer); in mangleBlock() 388 llvm::raw_svector_ostream OS(Name); in mangleObjCMethodNameAsSourceName() 407 llvm::raw_svector_ostream FrontendBufOS(FrontendBuf); in writeName()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ByteStreamer.h | 111 raw_svector_ostream OSE(Buffer); in emitSLEB128() 124 raw_svector_ostream OSE(Buffer); in emitULEB128()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunctionPass.cpp | 88 raw_svector_ostream OS(BeforeStr); in runOnFunction() 125 raw_svector_ostream OS(AfterStr); in runOnFunction()
|
H A D | CFGuardLongjmp.cpp | 112 raw_svector_ostream(SymbolName) << "$cfgsj_" << MF.getName() << SetjmpNum++; in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCCodeEmitter.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXContainerGlobals.cpp | 122 raw_svector_ostream OS(Data); in buildSignature() 144 raw_svector_ostream OS(Data); in addPipelineStateValidationInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFExpression.cpp | 457 raw_svector_ostream S(Stack.emplace_back(PrintedExpr::Value).String); in printCompactDWARFExpr() 467 raw_svector_ostream S(Stack.emplace_back().String); in printCompactDWARFExpr() 480 raw_svector_ostream S(Stack.emplace_back().String); in printCompactDWARFExpr() 509 raw_svector_ostream S(Stack.emplace_back(PrintedExpr::Value).String); in printCompactDWARFExpr() 518 raw_svector_ostream S(Stack.emplace_back().String); in printCompactDWARFExpr()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDeclCXX.cpp | 242 llvm::raw_svector_ostream Out(FnName); in createAtExitStub() 282 llvm::raw_svector_ostream Out(FnName); in createTLSAtExitStub() 550 llvm::raw_svector_ostream Out(FnName); in EmitCXXGlobalVarDeclInitFunc() 716 llvm::raw_svector_ostream Out(FnName); in EmitCXXModuleInitFunc() 759 llvm::raw_svector_ostream Out(InitFnName); in EmitCXXModuleInitFunc() 856 llvm::raw_svector_ostream Out(FnName); in EmitCXXGlobalInitFunc() 926 llvm::raw_svector_ostream Out(InitFnName); in EmitCXXGlobalInitFunc()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCAsmPrinter.cpp | 56 raw_svector_ostream O(Str); in emitInstruction()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 605 llvm::raw_svector_ostream &os); 610 llvm::raw_svector_ostream &os); 803 llvm::raw_svector_ostream os(sbuf); in maybeEmitNote() 822 llvm::raw_svector_ostream &os) { in prettyPrintRegionName() 871 llvm::raw_svector_ostream &os) { in prettyPrintFirstElement() 1076 llvm::raw_svector_ostream Out(Msg); in visitNodeInitial() 1312 static void showBRDiagnostics(llvm::raw_svector_ostream &OS, StoreInfo SI) { in showBRDiagnostics() 1369 static void showBRParamDiagnostics(llvm::raw_svector_ostream &OS, in showBRParamDiagnostics() 1408 static void showBRDefaultDiagnostics(llvm::raw_svector_ostream &OS, in showBRDefaultDiagnostics() 1772 llvm::raw_svector_ostream os(sbuf); in VisitNode() [all …]
|