HomeSort by relevance Sort by last modified time
    Searched refs:raw_svector_ostream (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/llvm/unittests/Support/
formatted_raw_ostream_test.cpp 22 raw_svector_ostream B(A);
  /external/llvm/include/llvm/ExecutionEngine/
ObjectBuffer.h 54 /// raw_svector_ostream needed to generate an object using MC code emission
75 raw_svector_ostream OS; // streaming wrapper
  /external/clang/lib/AST/
Mangle.cpp 90 llvm::raw_svector_ostream Out(Buffer);
101 llvm::raw_svector_ostream Out(Buffer);
113 llvm::raw_svector_ostream Stream(Buffer);
136 llvm::raw_svector_ostream OS(Name);
  /external/llvm/lib/IR/
ValueSymbolTable.cpp 55 raw_svector_ostream(UniqueName) << ++LastUnique;
94 raw_svector_ostream(UniqueName) << ++LastUnique;
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 92 llvm::raw_svector_ostream output(buf);
128 llvm::raw_svector_ostream outputI(bufI);
MacOSXAPIChecker.cpp 84 llvm::raw_svector_ostream os(S);
UndefResultChecker.cpp 52 llvm::raw_svector_ostream OS(sbuf);
ObjCContainersASTChecker.cpp 132 llvm::raw_svector_ostream OsName(BufName);
136 llvm::raw_svector_ostream Os(Buf);
UndefCapturedBlockVarChecker.cpp 86 llvm::raw_svector_ostream os(buf);
  /external/llvm/lib/Support/
raw_ostream.cpp 706 // raw_svector_ostream
709 // The raw_svector_ostream implementation uses the SmallVector itself as the
715 raw_svector_ostream::raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:raw_svector_ostream
724 raw_svector_ostream::~raw_svector_ostream() {
730 /// outside of the raw_svector_ostream's control. It is only safe to do this
731 /// if the raw_svector_ostream has previously been flushed.
732 void raw_svector_ostream::resync() {
740 void raw_svector_ostream::write_impl(const char *Ptr, size_t Size)
    [all...]
ErrorHandling.cpp 72 raw_svector_ostream OS(Buffer);
PrettyStackTrace.cpp 84 raw_svector_ostream Stream(TmpStr);
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 52 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI"
68 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI"
  /external/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp 67 llvm::raw_svector_ostream OS(Msg);
LogDiagnosticPrinter.cpp 43 static void emitString(llvm::raw_svector_ostream &OS, const StringRef Raw) {
69 llvm::raw_svector_ostream OS(Msg);
DiagnosticRenderer.cpp 436 llvm::raw_svector_ostream Message(MessageStorage);
459 llvm::raw_svector_ostream Message(MessageStorage);
477 llvm::raw_svector_ostream Message(MessageStorage);
489 llvm::raw_svector_ostream Message(MessageStorage);
502 llvm::raw_svector_ostream Message(MessageStorage);
TextDiagnosticPrinter.cpp 118 llvm::raw_svector_ostream DiagMessageStream(OutStr);
  /external/clang/utils/TableGen/
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 38 raw_svector_ostream OS(CLiteral);
  /external/llvm/unittests/Bitcode/
BitReaderTest.cpp 49 raw_svector_ostream OS(Buffer);
  /external/llvm/utils/TableGen/
StringToOffsetTable.h 46 raw_svector_ostream(Str).write_escaped(AggregateString);
  /external/clang/lib/Driver/
Arg.cpp 67 llvm::raw_svector_ostream OS(Res);
100 llvm::raw_svector_ostream OS(Res);
  /external/llvm/lib/Option/
Arg.cpp 66 llvm::raw_svector_ostream OS(Res);
99 llvm::raw_svector_ostream OS(Res);
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 55 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI"
70 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI"
  /external/clang/tools/libclang/
CLog.h 44 llvm::raw_svector_ostream LogOS;
  /external/llvm/include/llvm/Support/
raw_ostream.h 462 /// raw_svector_ostream - A raw_ostream that writes to an SmallVector or
465 class raw_svector_ostream : public raw_ostream { class in namespace:llvm
475 /// Construct a new raw_svector_ostream.
479 explicit raw_svector_ostream(SmallVectorImpl<char> &O);
480 ~raw_svector_ostream();
483 /// outside of the raw_svector_ostream's control. It is only safe to do this
484 /// if the raw_svector_ostream has previously been flushed.

Completed in 1095 milliseconds

1 2 3 4 5 6