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

1 2

  /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/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/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/llvm/lib/Target/Sparc/
SparcTargetStreamer.h 30 formatted_raw_ostream &OS;
33 SparcTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
Sparc.h 25 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/mesa3d/src/gallium/drivers/radeon/
AMDGPU.h 28 FunctionPass *createSICodeEmitterPass(formatted_raw_ostream &OS);
radeon_llvm_emit.cpp 134 formatted_raw_ostream out(oStream);
  /external/llvm/lib/Target/CppBackend/
CPPTargetMachine.h 23 class formatted_raw_ostream;
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcTargetStreamer.cpp 26 formatted_raw_ostream &OS)
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyMCTargetDesc.h 22 class formatted_raw_ostream;
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 97 formatted_raw_ostream &OS;
99 XCoreTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
107 formatted_raw_ostream &OS)
128 formatted_raw_ostream &OS,
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.h 21 class formatted_raw_ostream;
61 formatted_raw_ostream &OS,
AArch64ELFStreamer.cpp 48 formatted_raw_ostream &OS;
53 AArch64TargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
57 formatted_raw_ostream &OS)
183 formatted_raw_ostream &OS,
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUTargetStreamer.h 42 formatted_raw_ostream &OS;
44 AMDGPUTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
AMDGPUMCTargetDesc.cpp 77 formatted_raw_ostream &OS,
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 64 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) {
74 formatted_raw_ostream &OS) override {
78 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.h 21 class formatted_raw_ostream;
53 formatted_raw_ostream &OS,
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 26 class formatted_raw_ostream;
  /external/llvm/lib/Target/AMDGPU/
AMDGPU.h 49 FunctionPass *createSICodeEmitterPass(formatted_raw_ostream &OS);
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 31 class formatted_raw_ostream;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 112 formatted_raw_ostream &OS;
115 PPCTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS)
220 formatted_raw_ostream &OS,
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 60 unsigned StartIdx, formatted_raw_ostream &OS);
62 void EmitPredicateFunctions(formatted_raw_ostream &OS);
64 void EmitHistogram(const Matcher *N, formatted_raw_ostream &OS);
67 formatted_raw_ostream &OS);
157 formatted_raw_ostream &OS) {
193 formatted_raw_ostream FOS(OS);
334 formatted_raw_ostream FOS(OS);
617 formatted_raw_ostream &OS) {
633 void MatcherTableEmitter::EmitPredicateFunctions(formatted_raw_ostream &OS) {
764 formatted_raw_ostream &OS)
    [all...]

Completed in 5821 milliseconds

1 2