Searched refs:formatted_raw_ostream (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Assembly/
H A DAssemblyAnnotationWriter.h26 class formatted_raw_ostream;
36 formatted_raw_ostream &) {}
42 formatted_raw_ostream &) {
48 formatted_raw_ostream &) {
54 formatted_raw_ostream &) {}
58 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {}
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DFormattedStream.cpp10 // This file contains the implementation of formatted_raw_ostream.
41 void formatted_raw_ostream::ComputeColumn(const char *Ptr, size_t Size) {
61 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) {
70 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) {
82 /// fouts() - This returns a reference to a formatted_raw_ostream for
84 formatted_raw_ostream &llvm::fouts() {
85 static formatted_raw_ostream S(outs());
89 /// ferrs() - This returns a reference to a formatted_raw_ostream for
91 formatted_raw_ostream
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DFormattedStream.h22 /// formatted_raw_ostream - Formatted raw_fd_ostream to handle
25 class formatted_raw_ostream : public raw_ostream { class in namespace:llvm
75 /// formatted_raw_ostream - Open the specified file for
81 /// This is because formatted_raw_ostream does its own buffering,
85 formatted_raw_ostream(raw_ostream &Stream, bool Delete = false) function in class:llvm::formatted_raw_ostream
89 explicit formatted_raw_ostream() function in class:llvm::formatted_raw_ostream
94 ~formatted_raw_ostream() {
105 // This formatted_raw_ostream inherits from raw_ostream, so it'll do its
123 formatted_raw_ostream &PadToColumn(unsigned NewCol);
140 /// fouts() - This returns a reference to a formatted_raw_ostream fo
[all...]
H A DTargetRegistry.h49 class formatted_raw_ostream;
51 MCStreamer *createAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS,
125 formatted_raw_ostream &OS,
441 formatted_raw_ostream &OS,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPU.h24 class formatted_raw_ostream;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCore.h25 class formatted_raw_ostream;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CppBackend/
H A DCPPTargetMachine.h22 class formatted_raw_ostream;
32 formatted_raw_ostream &Out,
H A DCPPBackend.cpp93 formatted_raw_ostream &Out;
107 explicit CppWriter(formatted_raw_ostream &o) :
126 formatted_raw_ostream& nl(formatted_raw_ostream &Out, int delta = 0);
165 formatted_raw_ostream &CppWriter::nl(formatted_raw_ostream &Out, int delta) {
2102 formatted_raw_ostream &o,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430.h38 class formatted_raw_ostream;
/macosx-10.10.1/llvmCore-3425.0.34/unittests/Support/
H A Dformatted_raw_ostream_test.cpp23 formatted_raw_ostream C(B);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetMachine.h45 class formatted_raw_ostream;
249 formatted_raw_ostream &,
301 formatted_raw_ostream &Out,
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-dis/
H A Dllvm-dis.cpp56 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) {
69 formatted_raw_ostream &OS) {
73 void printInfoComment(const Value &V, formatted_raw_ostream &OS) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeTargetMachine.h30 class formatted_raw_ostream;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTX.h29 class formatted_raw_ostream;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparc.h25 class formatted_raw_ostream;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsTargetMachine.h29 class formatted_raw_ostream;
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp55 unsigned StartIdx, formatted_raw_ostream &OS);
57 void EmitPredicateFunctions(formatted_raw_ostream &OS);
59 void EmitHistogram(const Matcher *N, formatted_raw_ostream &OS);
62 formatted_raw_ostream &OS);
139 formatted_raw_ostream &OS) {
175 formatted_raw_ostream FOS(OS);
310 formatted_raw_ostream FOS(OS);
582 formatted_raw_ostream &OS) {
598 void MatcherTableEmitter::EmitPredicateFunctions(formatted_raw_ostream &OS) {
733 formatted_raw_ostream
[all...]
H A DFixedLenDecoderEmitter.cpp100 void emitTable(formatted_raw_ostream &o, DecoderTable &Table,
103 void emitPredicateFunction(formatted_raw_ostream &OS,
106 void emitDecoderFunction(formatted_raw_ostream &OS,
721 void FixedLenDecoderEmitter::emitTable(formatted_raw_ostream &OS,
875 emitPredicateFunction(formatted_raw_ostream &OS, PredicateSet &Predicates,
896 emitDecoderFunction(formatted_raw_ostream &OS, DecoderSet &Decoders,
1858 static void emitFieldFromInstruction(formatted_raw_ostream &OS) {
1876 static void emitDecodeInstruction(formatted_raw_ostream &OS) {
1998 formatted_raw_ostream OS(o);
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-prof/
H A Dllvm-prof.cpp83 formatted_raw_ostream &OS) {
91 formatted_raw_ostream &OS) {
103 formatted_raw_ostream &OS) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/
H A DTargetMachineC.cpp180 formatted_raw_ostream destf(dest);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCStreamer.h36 class formatted_raw_ostream;
584 MCStreamer *createAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS,
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DLLVMTargetMachine.cpp132 formatted_raw_ostream &Out,
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DAsmWriter.cpp1163 formatted_raw_ostream &Out;
1170 inline AssemblyWriter(formatted_raw_ostream &o, SlotTracker &Mac,
1371 formatted_raw_ostream &Out) {
1400 formatted_raw_ostream &Out) {
1409 formatted_raw_ostream &Out) {
2026 formatted_raw_ostream &Out) {
2073 formatted_raw_ostream OS(ROS);
2080 formatted_raw_ostream OS(ROS);
2106 formatted_raw_ostream OS(ROS);
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCAsmStreamer.cpp40 formatted_raw_ostream &OS;
68 MCAsmStreamer(MCContext &Context, formatted_raw_ostream &os,
1348 formatted_raw_ostream &OS,
/macosx-10.10.1/llvmCore-3425.0.34/tools/llc/
H A Dllc.cpp526 formatted_raw_ostream FOS(Out->os());

Completed in 304 milliseconds

12