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

1 2 3 4 5 6 7

  /external/llvm/unittests/Support/
formatted_raw_ostream_test.cpp 22 raw_svector_ostream B(A);
  /external/llvm/unittests/MC/
YAMLTest.cpp 34 llvm::raw_svector_ostream OS(Buf);
  /external/clang/tools/libclang/
CIndexUSRs.cpp 97 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);
BuildSystem.cpp 77 llvm::raw_svector_ostream OS(Buf);
129 llvm::raw_svector_ostream OS(Buf);
CLog.h 45 llvm::raw_svector_ostream LogOS;
  /external/llvm/include/llvm/ExecutionEngine/
ObjectBuffer.h 56 /// raw_svector_ostream needed to generate an object using MC code emission
78 raw_svector_ostream OS; // streaming wrapper
  /external/llvm/lib/IR/
ValueSymbolTable.cpp 56 raw_svector_ostream(UniqueName) << ++LastUnique;
95 raw_svector_ostream(UniqueName) << ++LastUnique;
Mangler.cpp 55 raw_svector_ostream OS(OutName);
142 raw_svector_ostream OS(OutName);
  /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);
ObjCContainersASTChecker.cpp 133 llvm::raw_svector_ostream OsName(BufName);
137 llvm::raw_svector_ostream Os(Buf);
UndefCapturedBlockVarChecker.cpp 87 llvm::raw_svector_ostream os(buf);
UndefResultChecker.cpp 62 llvm::raw_svector_ostream OS(sbuf);
  /external/llvm/lib/Support/
raw_ostream.cpp 697 // 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::write_impl(const char *Ptr, size_t Size)
    [all...]
PrettyStackTrace.cpp 85 raw_svector_ostream Stream(TmpStr);
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 55 raw_svector_ostream(Name) << DL->getPrivateGlobalPrefix() << "JTI"
72 raw_svector_ostream(Name) << DL->getPrivateGlobalPrefix() << "CPI"
  /external/clang/lib/AST/
Mangle.cpp 193 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/utils/TableGen/
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 38 raw_svector_ostream OS(CLiteral);
  /external/llvm/include/llvm/TableGen/
StringToOffsetTable.h 46 raw_svector_ostream(Str).write_escaped(AggregateString);
  /external/llvm/unittests/Bitcode/
BitReaderTest.cpp 49 raw_svector_ostream OS(Buffer);
  /external/llvm/lib/Option/
Arg.cpp 66 llvm::raw_svector_ostream OS(Res);
99 llvm::raw_svector_ostream OS(Res);
  /external/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp 68 llvm::raw_svector_ostream OS(Msg);
TextDiagnosticPrinter.cpp 122 llvm::raw_svector_ostream DiagMessageStream(OutStr);
  /external/llvm/include/llvm/Support/
raw_ostream.h 452 /// 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/
MCContext.cpp 125 raw_svector_ostream(NewName) << NextUniqueID++;
145 raw_svector_ostream(NameSV)
152 raw_svector_ostream(NameSV)

Completed in 444 milliseconds

1 2 3 4 5 6 7