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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/Support/
SystemUtils.h 19 class raw_ostream;
21 /// Determine if the raw_ostream provided is connected to a terminal. If so,
26 raw_ostream &stream_to_check, ///< The stream to be checked
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBExtras.h 14 #include "llvm/Support/raw_ostream.h"
20 raw_ostream &operator<<(raw_ostream &OS, const PDB_VariantType &Value);
21 raw_ostream &operator<<(raw_ostream &OS, const PDB_CallingConv &Conv);
22 raw_ostream &operator<<(raw_ostream &OS, const PDB_DataKind &Data);
23 raw_ostream &operator<<(raw_ostream &OS, const PDB_RegisterId &Reg);
24 raw_ostream &operator<<(raw_ostream &OS, const PDB_LocType &Loc)
    [all...]
  /external/llvm/include/llvm/TableGen/
TableGenBackend.h 21 class raw_ostream;
24 /// raw_ostream.
25 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
Main.h 20 class raw_ostream;
23 typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records);
  /external/llvm/tools/opt/
BreakpointPrinter.h 20 class raw_ostream;
22 ModulePass *createBreakpointPrinter(raw_ostream &out);
PassPrinters.h 26 class raw_ostream;
28 FunctionPass *createFunctionPassPrinter(const PassInfo *PI, raw_ostream &out,
32 raw_ostream &out, bool Quiet);
34 ModulePass *createModulePassPrinter(const PassInfo *PI, raw_ostream &out,
37 LoopPass *createLoopPassPrinter(const PassInfo *PI, raw_ostream &out,
40 RegionPass *createRegionPassPrinter(const PassInfo *PI, raw_ostream &out,
44 raw_ostream &out, bool Quiet);
  /external/clang/utils/TableGen/
TableGenBackends.h 22 class raw_ostream;
26 using llvm::raw_ostream;
31 void EmitClangDeclContext(RecordKeeper &RK, raw_ostream &OS);
32 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS,
35 void EmitClangAttrParserStringSwitches(RecordKeeper &Records, raw_ostream &OS);
36 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS);
37 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS);
38 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS);
39 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS);
40 void EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS)
    [all...]
  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.h 18 #include "llvm/Support/raw_ostream.h"
29 void printInstruction(const MCInst *MI, raw_ostream &O);
32 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
34 static void printRegOperand(unsigned RegNo, raw_ostream &O,
38 void printU8ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
39 void printU16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
40 void printU8ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
41 void printU16ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
42 void printU32ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
43 void printOffen(const MCInst *MI, unsigned OpNo, raw_ostream &O)
    [all...]
  /external/llvm/lib/Target/X86/InstPrinter/
X86InstComments.h 20 class raw_ostream;
21 bool EmitAnyX86InstComments(const MCInst *MI, raw_ostream &OS,
  /external/llvm/utils/TableGen/
TableGenBackends.h 21 // EmitFoo(RecordKeeper &RK, raw_ostream &OS /*, anything else you need */ )
24 // involve generating C++ code to the provided raw_ostream.
62 class raw_ostream;
65 void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly = false);
66 void EmitAsmMatcher(RecordKeeper &RK, raw_ostream &OS);
67 void EmitAsmWriter(RecordKeeper &RK, raw_ostream &OS);
68 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS);
69 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS);
70 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS);
71 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS)
    [all...]
X86DisassemblerTables.h 22 #include "llvm/Support/raw_ostream.h"
87 void emitModRMDecision(raw_ostream &o1, raw_ostream &o2,
115 void emitOpcodeDecision(raw_ostream &o1, raw_ostream &o2,
149 void emitContextDecision(raw_ostream &o1, raw_ostream &o2,
182 void emitInstructionInfo(raw_ostream &o, unsigned &i) const;
198 void emitContextTable(raw_ostream &o, uint32_t &i) const;
209 void emitContextDecisions(raw_ostream &o1, raw_ostream &o2
    [all...]
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.h 34 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
35 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
39 void printInstruction(const MCInst *MI, raw_ostream &O);
43 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
45 raw_ostream &O, const char *Modifier = nullptr);
47 void printU1ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
48 void printU2ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
49 void printU3ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
50 void printU4ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
51 void printS5ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O)
    [all...]
  /external/llvm/lib/Target/SystemZ/InstPrinter/
SystemZInstPrinter.h 30 void printInstruction(const MCInst *MI, raw_ostream &O);
35 raw_ostream &O);
38 static void printOperand(const MCOperand &MO, raw_ostream &O);
41 void printRegName(raw_ostream &O, unsigned RegNo) const override;
42 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
47 void printOperand(const MCInst *MI, int OpNum, raw_ostream &O);
48 void printBDAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
49 void printBDXAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
50 void printBDLAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
51 void printU4ImmOperand(const MCInst *MI, int OpNum, raw_ostream &O)
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitcodeWriterPass.h 23 class raw_ostream;
32 ModulePass *createBitcodeWriterPass(raw_ostream &Str,
40 raw_ostream &OS;
48 explicit BitcodeWriterPass(raw_ostream &OS,
  /external/llvm/include/llvm/MC/
MCLabel.h 21 class raw_ostream;
46 void print(raw_ostream &OS) const;
52 inline raw_ostream &operator<<(raw_ostream &OS, const MCLabel &Label) {
  /external/llvm/lib/DebugInfo/DWARF/
SyntaxHighlighting.h 13 #include "llvm/Support/raw_ostream.h"
25 llvm::raw_ostream &OS;
29 WithColor(llvm::raw_ostream &OS, enum HighlightColor Type);
32 llvm::raw_ostream& get() { return OS; }
33 operator llvm::raw_ostream& () { return OS; }
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonInstPrinter.h 28 void printInst(MCInst const *MI, raw_ostream &O, StringRef Annot,
31 void printInstruction(const MCInst *MI, raw_ostream &O);
35 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const;
36 void printImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const;
37 void printExtOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const;
39 raw_ostream &O) const;
40 void printNegImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O)
42 void printNOneImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O)
44 void printMEMriOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O)
47 raw_ostream &O) const
    [all...]
  /external/clang/include/clang/Index/
USRGeneration.h 32 void generateUSRForObjCClass(StringRef Cls, raw_ostream &OS);
35 void generateUSRForObjCCategory(StringRef Cls, StringRef Cat, raw_ostream &OS);
40 void generateUSRForObjCIvar(StringRef Ivar, raw_ostream &OS);
44 raw_ostream &OS);
47 void generateUSRForObjCProperty(StringRef Prop, raw_ostream &OS);
50 void generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS);
  /external/llvm/include/llvm/IR/
IRPrintingPasses.h 32 class raw_ostream;
35 /// \c raw_ostream.
36 ModulePass *createPrintModulePass(raw_ostream &OS,
41 /// \c raw_ostream as they are processed.
42 FunctionPass *createPrintFunctionPass(raw_ostream &OS,
46 /// \c raw_ostream.
47 BasicBlockPass *createPrintBasicBlockPass(raw_ostream &OS,
55 raw_ostream &OS;
61 PrintModulePass(raw_ostream &OS, const std::string &Banner = "",
74 raw_ostream &OS
    [all...]
  /external/llvm/lib/Support/
SystemUtils.cpp 16 #include "llvm/Support/raw_ostream.h"
19 bool llvm::CheckBitcodeOutputToConsole(raw_ostream &stream_to_check,
  /external/clang/include/clang/Rewrite/Frontend/
Rewriters.h 24 void RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS);
27 void DoRewriteTest(Preprocessor &PP, raw_ostream *OS);
30 void RewriteIncludesInInput(Preprocessor &PP, raw_ostream *OS,
  /external/llvm/tools/yaml2obj/
yaml2obj.h 16 class raw_ostream;
21 int yaml2coff(llvm::yaml::Input &YIn, llvm::raw_ostream &Out);
22 int yaml2elf(llvm::yaml::Input &YIn, llvm::raw_ostream &Out);
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.h 29 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
31 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
35 raw_ostream &O);
39 raw_ostream &O);
42 const MCSubtargetInfo &STI, raw_ostream &O);
44 const MCSubtargetInfo &STI, raw_ostream &O);
47 const MCSubtargetInfo &STI, raw_ostream &O);
49 const MCSubtargetInfo &STI, raw_ostream &O);
51 const MCSubtargetInfo &STI, raw_ostream &O);
53 const MCSubtargetInfo &STI, raw_ostream &O)
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.h 31 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
33 void printRegName(raw_ostream &OS, unsigned RegNo) const override;
37 raw_ostream &O);
39 raw_ostream &O);
43 raw_ostream &O);
51 bool printSysAlias(const MCInst *MI, raw_ostream &O);
54 raw_ostream &O);
56 raw_ostream &O);
58 raw_ostream &O);
61 const MCSubtargetInfo &STI, raw_ostream &O)
    [all...]
  /external/llvm/lib/Target/BPF/InstPrinter/
BPFInstPrinter.h 28 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
30 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O,
32 void printMemOperand(const MCInst *MI, int OpNo, raw_ostream &O,
34 void printImm64Operand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
37 void printInstruction(const MCInst *MI, raw_ostream &O);

Completed in 6080 milliseconds

1 2 3 4 5 6 7 8 91011>>