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

12345678910

/external/llvm/unittests/Support/
H A Dformatted_raw_ostream_test.cpp22 raw_svector_ostream B(A);
H A DEndianStreamTest.cpp23 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);
160 raw_svector_ostream OS(Data);
175 raw_svector_ostream O
[all...]
H A Draw_pwrite_stream_test.cpp21 raw_svector_ostream OS(Buffer);
/external/llvm/unittests/ObjectYAML/
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);
133 llvm::raw_svector_ostream OS(Buf);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DValueSymbolTable.cpp55 raw_svector_ostream(UniqueName) << ++LastUnique;
94 raw_svector_ostream(UniqueName) << ++LastUnique;
/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);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h95 raw_svector_ostream OSE(Buffer);
101 raw_svector_ostream OSE(Buffer);
/external/llvm/lib/Target/Lanai/
H A DLanaiMCInstLower.cpp51 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI"
61 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI"
/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/swiftshader/third_party/LLVM/lib/Support/
H A Draw_ostream.cpp681 // raw_svector_ostream
684 // The raw_svector_ostream implementation uses the SmallVector itself as the
690 raw_svector_ostream::raw_svector_ostream(SmallVectorImpl<char> &O) : OS(O) { function in class:raw_svector_ostream
699 raw_svector_ostream::~raw_svector_ostream() {
705 /// outside of the raw_svector_ostream's control. It is only safe to do this
706 /// if the raw_svector_ostream has previously been flushed.
707 void raw_svector_ostream::resync() {
715 void raw_svector_ostream
[all...]
H A DErrorHandling.cpp72 raw_svector_ostream OS(Buffer);
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp52 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI"
68 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI"
/external/clang/lib/AST/
H A DMangle.cpp207 llvm::raw_svector_ostream Out(Buffer);
216 llvm::raw_svector_ostream Out(Buffer);
226 llvm::raw_svector_ostream Stream(Buffer);
273 llvm::raw_svector_ostream OS(Name);
/external/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp38 raw_svector_ostream OS(CLiteral);
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecordBuilder.h52 // This works because raw_svector_ostream is not buffered.
64 llvm::raw_svector_ostream Stream;
/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h36 raw_svector_ostream ObjStream(ObjBufferSV);
/external/llvm/include/llvm/TableGen/
H A DStringToOffsetTable.h46 raw_svector_ostream(Str).write_escaped(AggregateString);
/external/llvm/lib/IR/
H A DValueSymbolTable.cpp41 raw_svector_ostream S(UniqueName);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h40 raw_svector_ostream OS;
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
H A DDisassembler.h74 raw_svector_ostream CommentStream;
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DStringToOffsetTable.h44 raw_svector_ostream(Str).write_escaped(AggregateString);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatCommon.h39 raw_svector_ostream Stream(Item);

Completed in 2270 milliseconds

12345678910