HomeSort by relevance Sort by last modified time
    Searched refs:raw_svector_ostream (Results 1 - 25 of 163) 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);
raw_pwrite_stream_test.cpp 20 raw_svector_ostream OS(Buffer);
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);
  /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/Orc/
CompileUtils.h 36 raw_svector_ostream ObjStream(ObjBufferSV);
  /external/llvm/lib/IR/
ValueSymbolTable.cpp 56 raw_svector_ostream(UniqueName) << ++LastUnique;
93 raw_svector_ostream(UniqueName) << ++LastUnique;
Mangler.cpp 58 raw_svector_ostream OS(OutName);
156 raw_svector_ostream OS(OutName);
  /external/llvm/include/llvm/Support/
raw_ostream.h 475 class raw_svector_ostream : public raw_pwrite_stream { class in namespace:llvm
487 explicit raw_svector_ostream(SmallVectorImpl<char> &O, unsigned);
491 /// Construct a new raw_svector_ostream.
495 explicit raw_svector_ostream(SmallVectorImpl<char> &O);
496 ~raw_svector_ostream() override;
501 /// of the raw_svector_ostream's control. It is only safe to do this if the
502 /// raw_svector_ostream has previously been flushed.
525 class buffer_ostream : public raw_svector_ostream {
530 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer, 0), OS(OS) {
  /external/llvm/lib/Support/
raw_ostream.cpp 754 // raw_svector_ostream
757 // The raw_svector_ostream implementation uses the SmallVector itself as the
763 raw_svector_ostream::raw_svector_ostream(SmallVectorImpl<char> &O, unsigned) function in class:raw_svector_ostream
766 raw_svector_ostream::raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:raw_svector_ostream
770 void raw_svector_ostream::init() {
779 raw_svector_ostream::~raw_svector_ostream() {
784 void raw_svector_ostream::pwrite(const char *Ptr, size_t Size
    [all...]
  /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/CodeGen/AsmPrinter/
ByteStreamer.h 87 raw_svector_ostream OSE(Buffer);
92 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);
217 llvm::raw_svector_ostream Out(Buffer);
228 llvm::raw_svector_ostream Stream(Buffer);
263 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/Option/
Arg.cpp 65 llvm::raw_svector_ostream OS(Res);
96 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 68 llvm::raw_svector_ostream OS(Msg);

Completed in 1415 milliseconds

1 2 3 4 5 6 7