HomeSort by relevance Sort by last modified time
    Searched refs:raw_ostream (Results 1 - 25 of 879) 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
Printable.h 21 class raw_ostream;
23 /// Simple wrapper around std::function<void(raw_ostream&)>.
24 /// This class is usefull to construct print helpers for raw_ostream.
28 /// return Printable([Register](raw_ostream &OS) {
40 std::function<void(raw_ostream &OS)> Print;
41 Printable(const std::function<void(raw_ostream &OS)> Print)
45 static inline raw_ostream &operator<<(raw_ostream &OS, const Printable &P) {
  /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 20 class raw_ostream;
23 /// raw_ostream.
24 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/CodeGen/
MIRPrinter.h 22 class raw_ostream;
25 void printMIR(raw_ostream &OS, const Module &M);
29 void printMIR(raw_ostream &OS, const MachineFunction &MF);
  /external/llvm/lib/Target/AMDGPU/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...]
  /external/llvm/include/llvm/MC/
MCLabel.h 21 class raw_ostream;
45 void print(raw_ostream &OS) const;
51 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/SystemZ/InstPrinter/
SystemZInstPrinter.h 30 void printInstruction(const MCInst *MI, raw_ostream &O);
35 raw_ostream &O);
39 raw_ostream &O);
42 void printRegName(raw_ostream &O, unsigned RegNo) const override;
43 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot,
48 void printOperand(const MCInst *MI, int OpNum, raw_ostream &O);
49 void printBDAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
50 void printBDXAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
51 void printBDLAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O);
52 void printBDVAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O)
    [all...]
  /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,
54 void printLLVMNameWithoutPrefix(raw_ostream &OS, StringRef Name);
61 raw_ostream &OS;
67 PrintModulePass(raw_ostream &OS, const std::string &Banner = ""
    [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/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);
42 bool printAliasInstr(const MCInst *MI, raw_ostream &OS);
45 raw_ostream &OS);
47 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
49 raw_ostream &O, const char *Modifier = nullptr);
51 void printU1ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
52 void printU2ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
53 void printU3ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O)
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonInstPrinter.h 30 void printInst(MCInst const *MI, raw_ostream &O, StringRef Annot,
33 void printInstruction(MCInst const *MI, raw_ostream &O);
37 void printRegName(raw_ostream &O, unsigned RegNo) const override;
39 void printOperand(MCInst const *MI, unsigned OpNo, raw_ostream &O) const;
40 void printExtOperand(MCInst const *MI, unsigned OpNo, raw_ostream &O) const;
42 raw_ostream &O) const;
44 raw_ostream &O) const;
46 raw_ostream &O) const;
48 raw_ostream &O) const;
50 raw_ostream &O) const
    [all...]
  /external/clang/lib/Basic/
DiagnosticOptions.cpp 15 #include "llvm/Support/raw_ostream.h"
19 raw_ostream& operator<<(raw_ostream& Out, DiagnosticLevelMask M) {
  /frameworks/compile/slang/
slang_bitcode_gen.h 23 class raw_ostream;
31 void writeBitcode(llvm::raw_ostream &Out,
  /external/llvm/include/llvm/Bitcode/
BitcodeWriterPass.h 23 class raw_ostream;
35 ModulePass *createBitcodeWriterPass(raw_ostream &Str,
44 raw_ostream &OS;
56 explicit BitcodeWriterPass(raw_ostream &OS,
  /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/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);
52 raw_ostream &O);
55 raw_ostream &O);
57 raw_ostream &O);
59 raw_ostream &O);
62 const MCSubtargetInfo &STI, raw_ostream &O)
    [all...]

Completed in 487 milliseconds

1 2 3 4 5 6 7 8 91011>>