HomeSort by relevance Sort by last modified time
    Searched refs:raw_ostream (Results 501 - 525 of 740) sorted by null

<<21222324252627282930

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 419 void print(raw_ostream &OS) const;
488 inline raw_ostream &operator<<(raw_ostream &OS, const TreePatternNode &TPN) {
591 void print(raw_ostream &OS) const;
TableGen.cpp 94 bool LLVMTableGenMain(raw_ostream &OS, RecordKeeper &Records) {
  /frameworks/compile/mclinker/lib/LD/
Diagnostic.cpp 11 #include <llvm/Support/raw_ostream.h>
NamePool.cpp 9 #include <llvm/Support/raw_ostream.h>
  /frameworks/compile/slang/
slang.h 164 llvm::raw_ostream *OS,
  /art/compiler/llvm/
llvm_compilation_unit.cc 70 #include <llvm/Support/raw_ostream.h>
200 bool LlvmCompilationUnit::MaterializeToRawOStream(::llvm::raw_ostream& out_stream) {
  /external/clang/include/clang/AST/
TemplateName.h 309 void print(raw_ostream &OS, const PrintingPolicy &Policy,
313 void dump(raw_ostream &OS) const;
  /external/clang/lib/AST/
DeclPrinter.cpp 24 #include "llvm/Support/raw_ostream.h"
29 raw_ostream &Out;
34 raw_ostream& Indent() { return Indent(Indentation); }
35 raw_ostream& Indent(unsigned Indentation);
41 DeclPrinter(raw_ostream &Out, const PrintingPolicy &Policy,
93 void Decl::print(raw_ostream &Out, unsigned Indentation,
98 void Decl::print(raw_ostream &Out, const PrintingPolicy &Policy,
137 raw_ostream &Out, const PrintingPolicy &Policy,
181 raw_ostream& DeclPrinter::Indent(unsigned Indentation) {
    [all...]
StmtPrinter.cpp 35 raw_ostream &OS;
41 StmtPrinter(raw_ostream &os, PrinterHelper* helper,
81 raw_ostream &Indent(int Delta = 0) {
588 raw_ostream &OS;
590 OMPClausePrinter(raw_ostream &OS) : OS(OS) { }
808 static void PrintFloatingLiteral(raw_ostream &OS, FloatingLiteral *Node,
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCSelfInitChecker.cpp 47 #include "llvm/Support/raw_ostream.h"
76 void printState(raw_ostream &Out, ProgramStateRef State,
341 void ObjCSelfInitChecker::printState(raw_ostream &Out, ProgramStateRef State,
  /external/llvm/include/llvm/ADT/
APSInt.h 305 inline raw_ostream &operator<<(raw_ostream &OS, const APSInt &I) {
  /external/llvm/include/llvm/Support/
YAMLParser.h 52 class raw_ostream;
65 bool dumpTokens(StringRef Input, raw_ostream &);
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 21 #include "llvm/Support/raw_ostream.h"
31 void AbstractLatticeFunction::PrintValue(LatticeVal V, raw_ostream &OS) {
329 void SparseSolver::Print(Function &F, raw_ostream &OS) const {
  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.cpp 18 #include "llvm/Support/raw_ostream.h"
22 void DWARFDebugInfoEntryMinimal::dump(raw_ostream &OS,
68 void DWARFDebugInfoEntryMinimal::dumpAttribute(raw_ostream &OS,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 39 #include "llvm/Support/raw_ostream.h"
64 ARMELFStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS,
497 raw_ostream &OS, MCCodeEmitter *Emitter,
  /frameworks/compile/mclinker/tools/mcld/
main.cpp 17 #include <llvm/Support/raw_ostream.h>
163 llvm::raw_ostream &os = llvm::outs();
  /external/llvm/lib/MC/
MCAssembler.cpp 30 #include "llvm/Support/raw_ostream.h"
296 raw_ostream &OS_)
    [all...]
  /external/llvm/include/llvm/Analysis/
Dominators.h 27 #include "llvm/Support/raw_ostream.h"
155 inline raw_ostream &operator<<(raw_ostream &o,
168 inline void PrintDomTree(const DomTreeNodeBase<NodeT> *N, raw_ostream &o,
546 void print(raw_ostream &o) const {
870 virtual void print(raw_ostream &OS, const Module* M= 0) const;
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 29 #include "llvm/Support/raw_ostream.h"
587 raw_ostream& llvm::operator<<(raw_ostream& os, const LiveRange &LR) {
597 void LiveInterval::print(raw_ostream &OS) const {
652 void LiveRange::print(raw_ostream &os) const {
685 void LiveRangeUpdater::print(raw_ostream &OS) const {
  /external/clang/lib/CodeGen/
BackendUtil.cpp 30 #include "llvm/Support/raw_ostream.h"
123 void EmitAssembly(BackendAction Action, raw_ostream *OS);
520 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, raw_ostream *OS) {
584 BackendAction Action, raw_ostream *OS) {
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 631 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) {
639 void EmitKey(raw_ostream& Out, key_type_ref Key, unsigned KeyLen) {
643 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data,
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 22 #include "llvm/Support/raw_ostream.h"
259 void print(raw_ostream &os) const {
320 void print(ProgramStateRef St, raw_ostream &Out,
571 void RangeConstraintManager::print(ProgramStateRef St, raw_ostream &Out,
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 47 #include "llvm/Support/raw_ostream.h"
683 OwningPtr<raw_ostream> Out;
691 UbigraphViz(raw_ostream *Out, StringRef Filename);
746 UbigraphViz::UbigraphViz(raw_ostream *Out, StringRef Filename)
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
SlotIndexes.h 167 /// Print this index to the given raw_ostream.
168 void print(raw_ostream &os) const;
310 inline raw_ostream& operator<<(raw_ostream &os, SlotIndex li) {

Completed in 575 milliseconds

<<21222324252627282930