HomeSort by relevance Sort by last modified time
    Searched refs:raw_svector_ostream (Results 1 - 25 of 173) 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);
EndianStreamTest.cpp 23 raw_svector_ostream OS(data);
38 raw_svector_ostream OS(data);
54 raw_svector_ostream OS(data);
69 raw_svector_ostream OS(data);
84 raw_svector_ostream OS(data);
103 raw_svector_ostream OS(data);
122 raw_svector_ostream OS(data);
141 raw_svector_ostream OS(data);
raw_pwrite_stream_test.cpp 21 raw_svector_ostream OS(Buffer);
  /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);
133 llvm::raw_svector_ostream OS(Buf);
CLog.h 45 llvm::raw_svector_ostream LogOS;
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileUtils.h 36 raw_svector_ostream ObjStream(ObjBufferSV);
  /external/llvm/include/llvm/Support/
raw_ostream.h 474 /// raw_svector_ostream operates without a buffer, delegating all memory
477 class raw_svector_ostream : public raw_pwrite_stream { class in namespace:llvm
489 /// Construct a new raw_svector_ostream.
493 explicit raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:llvm::raw_svector_ostream
496 ~raw_svector_ostream() override {}
519 class buffer_ostream : public raw_svector_ostream {
524 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {}
  /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 84 llvm::raw_svector_ostream os(buf);
UndefResultChecker.cpp 62 llvm::raw_svector_ostream OS(sbuf);
  /external/llvm/lib/CodeGen/AsmPrinter/
ByteStreamer.h 96 raw_svector_ostream OSE(Buffer);
102 raw_svector_ostream OSE(Buffer);
  /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 207 llvm::raw_svector_ostream Out(Buffer);
216 llvm::raw_svector_ostream Out(Buffer);
226 llvm::raw_svector_ostream Stream(Buffer);
260 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/lib/IR/
Mangler.cpp 72 raw_svector_ostream OS(OutName);
172 raw_svector_ostream OS(OutName);
ValueSymbolTable.cpp 41 raw_svector_ostream S(UniqueName);
  /external/llvm/lib/Option/
Arg.cpp 68 llvm::raw_svector_ostream OS(Res);
99 llvm::raw_svector_ostream OS(Res);
  /external/llvm/unittests/DebugInfo/DWARF/
DWARFFormValueTest.cpp 67 raw_svector_ostream OS(RawData);
78 raw_svector_ostream OS(RawData);
  /external/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp 83 llvm::raw_svector_ostream OS(Msg);
  /external/llvm/lib/Support/
PrettyStackTrace.cpp 94 raw_svector_ostream Stream(TmpStr);

Completed in 704 milliseconds

1 2 3 4 5 6 7