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

1 2 3 4 56 7 8 91011>>

  /external/clang/lib/StaticAnalyzer/Core/
Checker.cpp 34 raw_ostream& clang::ento::operator<<(raw_ostream &Out,
  /external/clang/tools/diagtool/
TreeView.cpp 26 static bool hasColors(const llvm::raw_ostream &out) {
34 llvm::raw_ostream &out;
38 TreePrinter(llvm::raw_ostream &out)
41 void setColor(llvm::raw_ostream::Colors Color) {
61 setColor(llvm::raw_ostream::YELLOW);
77 setColor(llvm::raw_ostream::GREEN);
134 setColor(llvm::raw_ostream::GREEN);
146 int TreeView::run(unsigned int argc, char **argv, llvm::raw_ostream &out) {
  /external/llvm/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 82 raw_ostream &printEdgeProbability(raw_ostream &OS,
MachineTraceMetrics.h 65 class raw_ostream;
217 void print(raw_ostream&) const;
244 void print(raw_ostream&) const;
324 void print(raw_ostream&) const;
378 inline raw_ostream &operator<<(raw_ostream &OS,
384 inline raw_ostream &operator<<(raw_ostream &OS,
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 15 #include "llvm/Support/raw_ostream.h"
69 llvm::raw_ostream &ErrStream)
93 llvm::raw_ostream &ErrStream;
  /external/llvm/include/llvm/IR/
Mangler.h 18 #include "llvm/Support/raw_ostream.h"
54 void getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV,
61 void getNameWithPrefix(raw_ostream &OS, const Twine &GVName,
  /external/llvm/include/llvm/MC/
MCExternalSymbolizer.h 48 bool tryAddingSymbolicOperand(MCInst &MI, raw_ostream &CommentStream,
51 void tryAddingPcLoadReferenceComment(raw_ostream &CommentStream,
MCInst.h 25 class raw_ostream;
142 void print(raw_ostream &OS, const MCAsmInfo *MAI) const;
181 void print(raw_ostream &OS, const MCAsmInfo *MAI) const;
187 void dump_pretty(raw_ostream &OS, const MCAsmInfo *MAI = nullptr,
192 inline raw_ostream& operator<<(raw_ostream &OS, const MCOperand &MO) {
197 inline raw_ostream& operator<<(raw_ostream &OS, const MCInst &MI) {
SubtargetFeature.h 26 class raw_ostream;
94 void print(raw_ostream &OS) const;
  /external/llvm/lib/DebugInfo/
DWARFAbbreviationDeclaration.h 18 class raw_ostream;
52 void dump(raw_ostream &OS) const;
DWARFDebugArangeSet.h 19 class raw_ostream;
58 void dump(raw_ostream &OS) const;
DWARFCompileUnit.h 23 void dump(raw_ostream &OS);
  /external/llvm/lib/MC/
MCDisassembler.cpp 12 #include "llvm/Support/raw_ostream.h"
23 raw_ostream &cStream = CommentStream ? *CommentStream : nulls();
32 raw_ostream &cStream = CommentStream ? *CommentStream : nulls();
MCLinkerOptimizationHint.cpp 25 void MCLOHDirective::Emit_impl(raw_ostream &OutStream,
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.h 26 class raw_ostream;
81 MCObjectWriter *createSystemZObjectWriter(raw_ostream &OS, uint8_t OSABI);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86WinCOFFStreamer.cpp 19 raw_ostream &OS)
44 MCCodeEmitter *CE, raw_ostream &OS,
  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 48 raw_ostream &OS) override;
51 raw_ostream &OS) override;
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFHeader.hxx 20 #include "utils/raw_ostream.h"
22 #include <llvm/Support/raw_ostream.h>
30 out().changeColor(raw_ostream::WHITE, true);
ELFSectionBits.hxx 23 #include <llvm/Support/raw_ostream.h>
39 out().changeColor(raw_ostream::WHITE, true);
  /external/clang/include/clang/CodeGen/
BackendUtil.h 37 raw_ostream *OS);
  /external/clang/include/clang/Frontend/
TextDiagnostic.h 36 raw_ostream &OS;
39 TextDiagnostic(raw_ostream &OS,
45 /// \brief Print the diagonstic level to a raw_ostream.
52 static void printDiagnosticLevel(raw_ostream &OS,
57 /// \brief Pretty-print a diagnostic message to a raw_ostream.
73 static void printDiagnosticMessage(raw_ostream &OS, bool IsSupplemental,
  /external/clang/include/clang/Sema/
PrettyDeclStackTrace.h 42 void print(raw_ostream &OS) const override;
  /external/clang/include/clang/Tooling/
FileMatchTrie.h 79 raw_ostream &Error) const;
  /external/llvm/include/llvm/Support/
Debug.h 31 #include "llvm/Support/raw_ostream.h"
81 /// dbgs() - This returns a reference to a raw_ostream for debugging
84 raw_ostream &dbgs();
  /external/llvm/lib/Support/
PrettyStackTrace.cpp 23 #include "llvm/Support/raw_ostream.h"
33 static unsigned PrintStack(const PrettyStackTraceEntry *Entry, raw_ostream &OS){
47 static void PrintCurStackTrace(raw_ostream &OS) {
126 void PrettyStackTraceString::print(raw_ostream &OS) const {
130 void PrettyStackTraceProgram::print(raw_ostream &OS) const {

Completed in 498 milliseconds

1 2 3 4 56 7 8 91011>>