Searched refs:raw_svector_ostream (Results 1 - 25 of 151) sorted by relevance

1234567

/external/llvm/unittests/Support/
H A Dformatted_raw_ostream_test.cpp22 raw_svector_ostream B(A);
/external/llvm/unittests/MC/
H A DYAMLTest.cpp34 llvm::raw_svector_ostream OS(Buf);
/external/clang/tools/libclang/
H A DCIndexUSRs.cpp97 llvm::raw_svector_ostream OS(Buf);
107 llvm::raw_svector_ostream OS(Buf);
115 llvm::raw_svector_ostream OS(Buf);
122 llvm::raw_svector_ostream OS(Buf);
130 llvm::raw_svector_ostream OS(Buf);
138 llvm::raw_svector_ostream OS(Buf);
H A DBuildSystem.cpp77 llvm::raw_svector_ostream OS(Buf);
129 llvm::raw_svector_ostream OS(Buf);
/external/llvm/include/llvm/ExecutionEngine/
H A DObjectBuffer.h56 /// raw_svector_ostream needed to generate an object using MC code emission
78 raw_svector_ostream OS; // streaming wrapper
/external/llvm/lib/IR/
H A DValueSymbolTable.cpp56 raw_svector_ostream(UniqueName) << ++LastUnique;
95 raw_svector_ostream(UniqueName) << ++LastUnique;
H A DMangler.cpp55 raw_svector_ostream OS(OutName);
142 raw_svector_ostream OS(OutName);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp92 llvm::raw_svector_ostream output(buf);
128 llvm::raw_svector_ostream outputI(bufI);
H A DMacOSXAPIChecker.cpp84 llvm::raw_svector_ostream os(S);
H A DObjCContainersASTChecker.cpp133 llvm::raw_svector_ostream OsName(BufName);
137 llvm::raw_svector_ostream Os(Buf);
H A DUndefCapturedBlockVarChecker.cpp87 llvm::raw_svector_ostream os(buf);
H A DUndefResultChecker.cpp62 llvm::raw_svector_ostream OS(sbuf);
/external/llvm/lib/Support/
H A Draw_ostream.cpp697 // raw_svector_ostream
700 // The raw_svector_ostream implementation uses the SmallVector itself as the
706 raw_svector_ostream::raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:raw_svector_ostream
715 raw_svector_ostream::~raw_svector_ostream() {
721 /// outside of the raw_svector_ostream's control. It is only safe to do this
722 /// if the raw_svector_ostream has previously been flushed.
723 void raw_svector_ostream::resync() {
731 void raw_svector_ostream
[all...]
H A DPrettyStackTrace.cpp85 raw_svector_ostream Stream(TmpStr);
/external/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp55 raw_svector_ostream(Name) << DL->getPrivateGlobalPrefix() << "JTI"
72 raw_svector_ostream(Name) << DL->getPrivateGlobalPrefix() << "CPI"
/external/clang/lib/AST/
H A DMangle.cpp193 llvm::raw_svector_ostream Out(Buffer);
203 llvm::raw_svector_ostream Out(Buffer);
214 llvm::raw_svector_ostream Stream(Buffer);
237 llvm::raw_svector_ostream OS(Name);
/external/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp68 llvm::raw_svector_ostream OS(Msg);
H A DTextDiagnosticPrinter.cpp122 llvm::raw_svector_ostream DiagMessageStream(OutStr);
/external/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp38 raw_svector_ostream OS(CLiteral);
/external/llvm/include/llvm/TableGen/
H A DStringToOffsetTable.h46 raw_svector_ostream(Str).write_escaped(AggregateString);
/external/llvm/unittests/Bitcode/
H A DBitReaderTest.cpp49 raw_svector_ostream OS(Buffer);
/external/llvm/lib/Option/
H A DArg.cpp66 llvm::raw_svector_ostream OS(Res);
99 llvm::raw_svector_ostream OS(Res);
/external/clang/unittests/AST/
H A DNamedDeclPrinterTest.cpp48 llvm::raw_svector_ostream Out(Printed);
/external/llvm/include/llvm/Support/
H A Draw_ostream.h452 /// raw_svector_ostream - A raw_ostream that writes to an SmallVector or
455 class raw_svector_ostream : public raw_ostream { class in namespace:llvm
465 /// Construct a new raw_svector_ostream.
469 explicit raw_svector_ostream(SmallVectorImpl<char> &O);
470 ~raw_svector_ostream();
473 /// outside of the raw_svector_ostream's control. It is only safe to do this
474 /// if the raw_svector_ostream has previously been flushed.
/external/llvm/lib/MC/
H A DMCContext.cpp125 raw_svector_ostream(NewName) << NextUniqueID++;
145 raw_svector_ostream(NameSV)
152 raw_svector_ostream(NameSV)

Completed in 349 milliseconds

1234567