HomeSort by relevance Sort by last modified time
    Searched refs:raw_ostream (Results 151 - 175 of 836) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64ExternalSymbolizer.h 31 bool tryAddingSymbolicOperand(MCInst &MI, raw_ostream &CommentStream,
  /external/llvm/lib/Target/NVPTX/
NVPTXSection.h 35 raw_ostream &OS,
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 21 #include "llvm/Support/raw_ostream.h"
35 void PPCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
39 void PPCInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
107 raw_ostream &O,
204 raw_ostream &O) {
211 raw_ostream &O) {
218 raw_ostream &O) {
225 raw_ostream &O) {
232 raw_ostream &O) {
240 raw_ostream &O)
    [all...]
  /frameworks/compile/mclinker/lib/Script/
OutputCmd.cpp 10 #include <mcld/Support/raw_ostream.h>
SearchDirCmd.cpp 10 #include <mcld/Support/raw_ostream.h>
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSectionNoBits.hxx 22 #include "utils/raw_ostream.h"
25 #include <llvm/Support/raw_ostream.h>
ELFReloc.hxx 20 #include "utils/raw_ostream.h"
23 #include <llvm/Support/raw_ostream.h>
86 out().changeColor(raw_ostream::WHITE, true);
93 out().changeColor(raw_ostream::YELLOW, true);
ELFSectionHeader.hxx 20 #include "utils/raw_ostream.h"
22 #include <llvm/Support/raw_ostream.h>
71 out().changeColor(raw_ostream::WHITE, true);
78 out().changeColor(raw_ostream::YELLOW, true);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp 24 AMDGPUMCObjectWriter(raw_ostream &OS) : MCObjectWriter(OS, true) { }
46 virtual AMDGPUMCObjectWriter *createObjectWriter(raw_ostream &OS) const;
78 raw_ostream &OS) const {
  /external/clang/tools/diagtool/
DiagTool.h 19 #include "llvm/Support/raw_ostream.h"
35 virtual int run(unsigned argc, char *argv[], llvm::raw_ostream &out) = 0;
46 void printCommands(llvm::raw_ostream &out);
65 int run(unsigned argc, char *argv[], llvm::raw_ostream &out) override;\
  /external/llvm/include/llvm/IR/
DiagnosticPrinter.h 24 class raw_ostream;
56 /// \brief Basic diagnostic printer that uses an underlying raw_ostream.
59 raw_ostream &Stream;
62 DiagnosticPrinterRawOStream(raw_ostream &Stream) : Stream(Stream) {};
  /external/llvm/include/llvm/MC/
MCObjectSymbolizer.h 28 class raw_ostream;
50 bool tryAddingSymbolicOperand(MCInst &MI, raw_ostream &cStream,
55 void tryAddingPcLoadReferenceComment(raw_ostream &cStream,
  /external/llvm/include/llvm/Option/
OptTable.h 17 class raw_ostream;
169 void PrintHelp(raw_ostream &OS, const char *Name,
173 void PrintHelp(raw_ostream &OS, const char *Name,
  /external/llvm/lib/MC/
MCInst.cpp 14 #include "llvm/Support/raw_ostream.h"
18 void MCOperand::print(raw_ostream &OS, const MCAsmInfo *MAI) const {
42 void MCInst::print(raw_ostream &OS, const MCAsmInfo *MAI) const {
51 void MCInst::dump_pretty(raw_ostream &OS, const MCAsmInfo *MAI,
YAML.cpp 17 #include "llvm/Support/raw_ostream.h"
23 const yaml::BinaryRef &Val, void *, llvm::raw_ostream &Out) {
40 void yaml::BinaryRef::writeAsBinary(raw_ostream &OS) const {
52 void yaml::BinaryRef::writeAsHex(raw_ostream &OS) const {
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp 24 AMDGPUMCObjectWriter(raw_ostream &OS) : MCObjectWriter(OS, true) { }
46 virtual AMDGPUMCObjectWriter *createObjectWriter(raw_ostream &OS) const;
78 raw_ostream &OS) const {
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 22 #include "llvm/Support/raw_ostream.h"
42 static void printRegImmShift(raw_ostream &O, ARM_AM::ShiftOpc ShOpc,
70 void ARMInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
76 void ARMInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
300 raw_ostream &O) {
340 raw_ostream &O) {
373 raw_ostream &O) {
392 raw_ostream &O) {
409 raw_ostream &O) {
440 raw_ostream &O)
    [all...]
  /external/clang/include/clang/Driver/
Job.h 19 class raw_ostream;
55 virtual void Print(llvm::raw_ostream &OS, const char *Terminator,
79 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
109 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
138 void Print(llvm::raw_ostream &OS, const char *Terminator,
  /external/llvm/lib/Support/
Statistic.cpp 31 #include "llvm/Support/raw_ostream.h"
37 namespace llvm { extern raw_ostream *CreateInfoOutputFile(); }
55 friend void llvm::PrintStatistics(raw_ostream &OS);
100 void llvm::PrintStatistics(raw_ostream &OS) {
147 raw_ostream &OutStream = *CreateInfoOutputFile();
156 raw_ostream &OutStream = *CreateInfoOutputFile();
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.h 34 class raw_ostream;
85 MCCodeEmitter &Emitter, raw_ostream &OS);
88 MCObjectWriter *createARMELFObjectWriter(raw_ostream &OS,
93 MCObjectWriter *createARMMachObjectWriter(raw_ostream &OS,
99 MCObjectWriter *createARMWinCOFFObjectWriter(raw_ostream &OS, bool Is64Bit);
  /external/llvm/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.cpp 36 void X86ATTInstPrinter::printRegName(raw_ostream &OS,
43 void X86ATTInstPrinter::printInst(const MCInst *MI, raw_ostream &OS,
64 raw_ostream &O) {
88 raw_ostream &O) {
128 raw_ostream &O) {
142 raw_ostream &O) {
163 raw_ostream &O) {
185 raw_ostream &O) {
231 raw_ostream &O) {
250 raw_ostream &O)
    [all...]
X86IntelInstPrinter.cpp 31 void X86IntelInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
35 void X86IntelInstPrinter::printInst(const MCInst *MI, raw_ostream &OS,
54 raw_ostream &O) {
78 raw_ostream &O) {
118 raw_ostream &O) {
131 raw_ostream &O) {
152 raw_ostream &O) {
165 raw_ostream &O) {
217 raw_ostream &O) {
231 raw_ostream &O)
    [all...]
  /external/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.cpp 20 #include "llvm/Support/raw_ostream.h"
41 void SparcInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const
46 void SparcInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
54 bool SparcInstPrinter::printSparcAliasInstr(const MCInst *MI, raw_ostream &O)
108 raw_ostream &O)
127 raw_ostream &O, const char *Modifier)
150 raw_ostream &O)
174 raw_ostream &O)
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp 23 #include "llvm/Support/raw_ostream.h"
75 void MipsInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
79 void MipsInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
125 static void printExpr(const MCExpr *Expr, raw_ostream &OS) {
189 raw_ostream &O) {
206 raw_ostream &O) {
215 raw_ostream &O) {
224 printMemOperand(const MCInst *MI, int opNum, raw_ostream &O) {
235 printMemOperandEA(const MCInst *MI, int opNum, raw_ostream &O) {
245 printFCCOperand(const MCInst *MI, int opNum, raw_ostream &O)
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 24 class raw_ostream;
35 raw_ostream &OS);
177 void print(raw_ostream &OS, unsigned indent = 0) const;
178 void printOne(raw_ostream &OS) const;
181 virtual void printImpl(raw_ostream &OS, unsigned indent) const = 0;
228 void printImpl(raw_ostream &OS, unsigned indent) const override;
255 void printImpl(raw_ostream &OS, unsigned indent) const override;
290 void printImpl(raw_ostream &OS, unsigned indent) const override;
309 void printImpl(raw_ostream &OS, unsigned indent) const override;
328 void printImpl(raw_ostream &OS, unsigned indent) const override
    [all...]

Completed in 665 milliseconds

1 2 3 4 5 67 8 91011>>