/external/llvm/lib/Analysis/ |
MemDepPrinter.cpp | 21 #include "llvm/Support/raw_ostream.h" 50 void print(raw_ostream &OS, const Module * = 0) const; 160 void MemDepPrinter::print(raw_ostream &OS, const Module *M) const {
|
/external/llvm/lib/CodeGen/ |
TargetRegisterInfo.cpp | 19 #include "llvm/Support/raw_ostream.h" 36 void PrintReg::print(raw_ostream &OS) const { 55 void PrintRegUnit::print(raw_ostream &OS) const {
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugAranges.cpp | 14 #include "llvm/Support/raw_ostream.h" 106 void DWARFDebugAranges::dump(raw_ostream &OS) const { 115 void DWARFDebugAranges::Range::dump(raw_ostream &OS) const {
|
/external/llvm/lib/MC/ |
MCPureStreamer.cpp | 30 MCPureStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS, 235 raw_ostream &OS, MCCodeEmitter *CE) {
|
/external/llvm/lib/Support/ |
Android.mk | 75 raw_ostream.cpp \
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCCodeEmitter.cpp | 37 virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS, 101 EncodeInstruction(const MCInst &MI, raw_ostream &OS,
|
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCUtil.cpp | 28 raw_ostream &llvm::objcarc::operator<<(raw_ostream &OS,
|
/external/llvm/utils/yaml-bench/ |
YAMLBench.cpp | 23 #include "llvm/Support/raw_ostream.h" 60 static raw_ostream &operator <<(raw_ostream &os, const indent &in) {
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_debug.cpp | 33 #include <llvm/Support/raw_ostream.h> 82 public llvm::raw_ostream
|
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
SIMCCodeEmitter.cpp | 23 #include "llvm/Support/raw_ostream.h" 74 virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS, 131 void SIMCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS,
|
/frameworks/compile/libbcc/tools/bcc/ |
Main.cpp | 28 #include <llvm/Support/raw_ostream.h> 105 llvm::raw_ostream &os = llvm::outs();
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
Main.cpp | 28 #include <llvm/Support/raw_ostream.h> 113 llvm::raw_ostream &os = llvm::outs();
|
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
ELFSymbol.hxx | 81 out().changeColor(raw_ostream::WHITE, true); 88 out().changeColor(raw_ostream::YELLOW, true);
|
/external/llvm/include/llvm/TableGen/ |
Record.h | 25 #include "llvm/Support/raw_ostream.h" 29 class raw_ostream; 94 void print(raw_ostream &OS) const { OS << getAsString(); } 135 inline raw_ostream &operator<<(raw_ostream &OS, const RecTy &Ty) { 472 void print(raw_ostream &OS) const { OS << getAsString(); } 549 inline raw_ostream &operator<<(raw_ostream &OS, const Init &I) { [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocChecker.cpp | 102 void dump(raw_ostream &OS) const { 206 void printState(raw_ostream &Out, ProgramStateRef State, 218 bool printAllocDeallocName(raw_ostream &os, CheckerContext &C, 223 void printExpectedAllocName(raw_ostream &os, CheckerContext &C, 227 void printExpectedDeallocName(raw_ostream &os, AllocationFamily Family) const; 310 static bool SummarizeValue(raw_ostream &os, SVal V); 311 static bool SummarizeRegion(raw_ostream &os, const MemRegion *MR); [all...] |
/external/llvm/lib/IR/ |
AsmWriter.cpp | 72 static void PrintCallingConv(unsigned cc, raw_ostream &Out) { 94 static void PrintEscapedString(StringRef Name, raw_ostream &Out) { 114 static void PrintLLVMName(raw_ostream &OS, StringRef Name, PrefixType Prefix) { 156 static void PrintLLVMName(raw_ostream &OS, const Value *V) { 189 /// CalcTypeName - Write the specified type to the specified raw_ostream, making 191 void TypePrinting::print(Type *Ty, raw_ostream &OS) { 268 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { 673 static void WriteAsOperandInternal(raw_ostream &Out, const Value *V, 713 static void writeAtomicRMWOperation(raw_ostream &Out, 731 static void WriteOptimizationInfo(raw_ostream &Out, const User *U) [all...] |
/external/clang/include/clang/AST/ |
DeclBase.h | 885 void print(raw_ostream &Out, unsigned Indentation = 0, 887 void print(raw_ostream &Out, const PrintingPolicy &Policy, 890 raw_ostream &Out, const PrintingPolicy &Policy, 896 void dump(raw_ostream &Out) const; 899 void dumpXML(raw_ostream &OS) const; [all...] |
/external/clang/include/clang/Analysis/Analyses/ |
FormatString.h | 293 void toString(raw_ostream &os) const; 498 void toString(raw_ostream &os) const; 571 void toString(raw_ostream &os) const;
|
/external/clang/lib/AST/ |
DeclarationName.cpp | 24 #include "llvm/Support/raw_ostream.h" 136 raw_ostream &operator<<(raw_ostream &OS, DeclarationName N) { 520 void DeclarationNameInfo::printName(raw_ostream &OS) const {
|
/external/clang/lib/Rewrite/Core/ |
Rewriter.cpp | 25 #include "llvm/Support/raw_ostream.h" 28 raw_ostream &RewriteBuffer::write(raw_ostream &os) const { 466 raw_ostream &getStream() { return *FileStream; }
|
/external/clang/lib/StaticAnalyzer/Core/ |
HTMLDiagnostics.cpp | 27 #include "llvm/Support/raw_ostream.h" 54 unsigned ProcessMacroPiece(raw_ostream &os, 481 static void EmitAlphaCounter(raw_ostream &os, unsigned n) { 491 unsigned HTMLDiagnostics::ProcessMacroPiece(raw_ostream &os,
|
/external/llvm/lib/Analysis/IPA/ |
CallGraphSCCPass.cpp | 29 #include "llvm/Support/raw_ostream.h" 587 raw_ostream &Out; // raw_ostream to print on. 591 PrintCallGraphPass(const std::string &B, raw_ostream &o) 610 Pass *CallGraphSCCPass::createPrinterPass(raw_ostream &O,
|
/external/llvm/lib/Option/ |
OptTable.cpp | 15 #include "llvm/Support/raw_ostream.h" 325 static void PrintHelpOptionList(raw_ostream &OS, StringRef Title, 376 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title, 383 void OptTable::PrintHelp(raw_ostream &OS, const char *Name, const char *Title,
|
/external/clang/include/clang/Driver/ |
ToolChain.h | 153 virtual void printVerboseInfo(raw_ostream &OS) const {};
|
/external/clang/lib/Frontend/ |
SerializedDiagnosticPrinter.cpp | 21 #include "llvm/Support/raw_ostream.h" 99 SDiagsWriter(raw_ostream *os, DiagnosticOptions *diags) 190 SharedState(raw_ostream *os, DiagnosticOptions *diags) 203 OwningPtr<raw_ostream> OS; 239 DiagnosticConsumer *create(raw_ostream *OS, DiagnosticOptions *diags) {
|