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

1 2 3 4 5 6

  /external/llvm/include/llvm/IR/
AssemblyAnnotationWriter.h 26 class formatted_raw_ostream;
35 formatted_raw_ostream &) {}
41 formatted_raw_ostream &) {
47 formatted_raw_ostream &) {
53 formatted_raw_ostream &) {}
57 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
AssemblyAnnotationWriter.h 26 class formatted_raw_ostream;
35 formatted_raw_ostream &) {}
41 formatted_raw_ostream &) {
47 formatted_raw_ostream &) {
53 formatted_raw_ostream &) {}
57 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {}
  /external/swiftshader/third_party/LLVM/include/llvm/Assembly/
AssemblyAnnotationWriter.h 26 class formatted_raw_ostream;
36 formatted_raw_ostream &OS) {}
42 formatted_raw_ostream &OS) {
48 formatted_raw_ostream &OS) {
54 formatted_raw_ostream &OS) {}
58 virtual void printInfoComment(const Value &V, formatted_raw_ostream &OS) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
PredicateExpander.h 26 class formatted_raw_ostream;
55 void expandTrue(formatted_raw_ostream &OS);
56 void expandFalse(formatted_raw_ostream &OS);
57 void expandCheckImmOperand(formatted_raw_ostream &OS, int OpIndex,
59 void expandCheckImmOperand(formatted_raw_ostream &OS, int OpIndex,
61 void expandCheckRegOperand(formatted_raw_ostream &OS, int OpIndex,
63 void expandCheckSameRegOperand(formatted_raw_ostream &OS, int First,
65 void expandCheckNumOperands(formatted_raw_ostream &OS, int NumOps);
66 void expandCheckOpcode(formatted_raw_ostream &OS, const Record *Inst);
68 void expandCheckPseudo(formatted_raw_ostream &OS, const RecVec &Opcodes)
    [all...]
PredicateExpander.cpp 18 void PredicateExpander::expandTrue(formatted_raw_ostream &OS) { OS << "true"; }
19 void PredicateExpander::expandFalse(formatted_raw_ostream &OS) {
23 void PredicateExpander::expandCheckImmOperand(formatted_raw_ostream &OS,
29 void PredicateExpander::expandCheckImmOperand(formatted_raw_ostream &OS,
35 void PredicateExpander::expandCheckRegOperand(formatted_raw_ostream &OS,
47 void PredicateExpander::expandCheckInvalidRegOperand(formatted_raw_ostream &OS,
53 void PredicateExpander::expandCheckSameRegOperand(formatted_raw_ostream &OS,
60 void PredicateExpander::expandCheckNumOperands(formatted_raw_ostream &OS,
66 void PredicateExpander::expandCheckOpcode(formatted_raw_ostream &OS,
73 void PredicateExpander::expandCheckOpcode(formatted_raw_ostream &OS
    [all...]
  /external/llvm/lib/Support/
FormattedStream.cpp 10 // This file contains the implementation of formatted_raw_ostream.
48 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) {
67 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) {
76 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) {
88 /// fouts() - This returns a reference to a formatted_raw_ostream for
90 formatted_raw_ostream &llvm::fouts() {
91 static formatted_raw_ostream S(outs());
95 /// ferrs() - This returns a reference to a formatted_raw_ostream for
97 formatted_raw_ostream &llvm::ferrs()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
FormattedStream.cpp 10 // 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 &llvm::ferrs()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
FormattedStream.cpp 10 // This file contains the implementation of formatted_raw_ostream.
49 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) {
68 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) {
77 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) {
89 /// fouts() - This returns a reference to a formatted_raw_ostream for
91 formatted_raw_ostream &llvm::fouts() {
92 static formatted_raw_ostream S(outs());
96 /// ferrs() - This returns a reference to a formatted_raw_ostream for
98 formatted_raw_ostream &llvm::ferrs()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPU.h 24 class formatted_raw_ostream;
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCore.h 25 class formatted_raw_ostream;
  /external/llvm/include/llvm/Support/
FormattedStream.h 23 /// formatted_raw_ostream - A raw_ostream that wraps another one and keeps track
27 class formatted_raw_ostream : public raw_ostream { class in namespace:llvm
65 // This formatted_raw_ostream inherits from raw_ostream, so it'll do its
79 /// formatted_raw_ostream - Open the specified file for
85 /// This is because formatted_raw_ostream does its own buffering,
89 formatted_raw_ostream(raw_ostream &Stream) function in class:llvm::formatted_raw_ostream
93 explicit formatted_raw_ostream() : TheStream(nullptr), Position(0, 0) { function in class:llvm::formatted_raw_ostream
97 ~formatted_raw_ostream() override {
107 formatted_raw_ostream &PadToColumn(unsigned NewCol);
147 /// fouts() - This returns a reference to a formatted_raw_ostream fo
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
FormattedStream.h 22 /// formatted_raw_ostream - Formatted raw_fd_ostream to handle
25 class formatted_raw_ostream : public raw_ostream { class in namespace:llvm
74 /// formatted_raw_ostream - Open the specified file for
80 /// This is because formatted_raw_ostream does its own buffering,
84 formatted_raw_ostream(raw_ostream &Stream, bool Delete = false) function in class:llvm::formatted_raw_ostream
88 explicit formatted_raw_ostream() function in class:llvm::formatted_raw_ostream
93 ~formatted_raw_ostream() {
104 // This formatted_raw_ostream inherits from raw_ostream, so it'll do its
122 formatted_raw_ostream &PadToColumn(unsigned NewCol);
139 /// fouts() - This returns a reference to a formatted_raw_ostream fo
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
FormattedStream.h 23 /// formatted_raw_ostream - A raw_ostream that wraps another one and keeps track
27 class formatted_raw_ostream : public raw_ostream { class in namespace:llvm
65 // This formatted_raw_ostream inherits from raw_ostream, so it'll do its
79 /// formatted_raw_ostream - Open the specified file for
85 /// This is because formatted_raw_ostream does its own buffering,
89 formatted_raw_ostream(raw_ostream &Stream) function in class:llvm::formatted_raw_ostream
93 explicit formatted_raw_ostream() : TheStream(nullptr), Position(0, 0) { function in class:llvm::formatted_raw_ostream
97 ~formatted_raw_ostream() override {
107 formatted_raw_ostream &PadToColumn(unsigned NewCol);
147 /// fouts() - This returns a reference to a formatted_raw_ostream fo
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVTargetStreamer.h 27 formatted_raw_ostream &OS;
30 RISCVTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/MCTargetDesc/
Nios2TargetStreamer.cpp 21 formatted_raw_ostream &OS)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
Nios2TargetStreamer.h 26 Nios2TargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
  /external/llvm/lib/Target/Sparc/
SparcTargetStreamer.h 30 formatted_raw_ostream &OS;
33 SparcTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPTargetMachine.h 22 class formatted_raw_ostream;
31 formatted_raw_ostream &Out,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcTargetStreamer.h 30 formatted_raw_ostream &OS;
33 SparcTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
  /external/llvm/lib/Target/Lanai/
Lanai.h 30 class formatted_raw_ostream;
  /external/llvm/lib/Target/MSP430/
MSP430.h 38 class formatted_raw_ostream;
  /external/llvm/lib/Target/XCore/
XCore.h 26 class formatted_raw_ostream;
  /external/llvm/unittests/Support/
formatted_raw_ostream_test.cpp 23 formatted_raw_ostream C(B);
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
Alpha.h 32 class formatted_raw_ostream;
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.h 25 class formatted_raw_ostream;

Completed in 481 milliseconds

1 2 3 4 5 6