HomeSort by relevance Sort by last modified time
    Searched refs:raw_ostream (Results 101 - 125 of 879) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/lib/StaticAnalyzer/Core/
Checker.cpp 34 raw_ostream& clang::ento::operator<<(raw_ostream &Out,
PrettyStackTraceLocationContext.h 36 void print(raw_ostream &OS) const override {
  /external/llvm/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 69 raw_ostream &printEdgeProbability(raw_ostream &OS,
MachineFunctionPass.h 51 Pass *createPrinterPass(raw_ostream &O,
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAbbrev.h 31 void dump(raw_ostream &OS) const;
54 void dump(raw_ostream &OS) const;
DWARFDebugFrame.h 14 #include "llvm/Support/raw_ostream.h"
30 void dump(raw_ostream &OS) const;
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolExe.h 19 class raw_ostream;
41 void dumpChildren(raw_ostream &OS, StringRef Label, PDB_SymType ChildType,
PDBSymbolCompilandEnv.h 18 class raw_ostream;
PDBSymbolCustom.h 19 class raw_ostream;
PDBSymbolTypeCustom.h 18 class raw_ostream;
PDBSymbolTypeDimension.h 18 class raw_ostream;
PDBSymbolTypeFriend.h 18 class raw_ostream;
PDBSymbolTypeFunctionArg.h 18 class raw_ostream;
PDBSymbolTypeManaged.h 18 class raw_ostream;
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 22 class raw_ostream;
68 MCInstPrinter *InstPrinter, raw_ostream &ErrStream);
  /external/llvm/include/llvm/IR/
Mangler.h 18 #include "llvm/Support/raw_ostream.h"
41 void getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV,
48 static void getNameWithPrefix(raw_ostream &OS, const Twine &GVName,
  /external/llvm/include/llvm/ProfileData/
CoverageMappingWriter.h 21 #include "llvm/Support/raw_ostream.h"
36 void write(raw_ostream &OS);
57 void write(raw_ostream &OS);
SampleProfWriter.h 21 #include "llvm/Support/raw_ostream.h"
55 raw_ostream &getOutputStream() { return *OutputStream; }
66 create(std::unique_ptr<raw_ostream> &OS, SampleProfileFormat Format);
69 SampleProfileWriter(std::unique_ptr<raw_ostream> &OS)
77 std::unique_ptr<raw_ostream> OutputStream;
86 SampleProfileWriterText(std::unique_ptr<raw_ostream> &OS)
101 SampleProfileWriter::create(std::unique_ptr<raw_ostream> &OS,
111 SampleProfileWriterBinary(std::unique_ptr<raw_ostream> &OS)
126 SampleProfileWriter::create(std::unique_ptr<raw_ostream> &OS,
  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 34 #include "llvm/Support/raw_ostream.h"
50 raw_ostream &O, const char* Modifier = nullptr);
52 raw_ostream &O);
55 raw_ostream &O) override;
58 const char *ExtraCode, raw_ostream &O) override;
65 raw_ostream &O, const char *Modifier) {
106 raw_ostream &O) {
129 const char *ExtraCode, raw_ostream &O) {
141 raw_ostream &O) {
  /external/llvm/tools/opt/
PassPrinters.cpp 28 raw_ostream &Out;
33 FunctionPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet)
62 raw_ostream &Out;
66 CallGraphSCCPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet)
99 raw_ostream &Out;
103 ModulePassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet)
131 raw_ostream &Out;
135 LoopPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet)
164 raw_ostream &Out;
168 RegionPassPrinter(const PassInfo *PI, raw_ostream &out, bool Quiet
    [all...]
  /external/llvm/lib/Target/AMDGPU/InstPrinter/
AMDGPUInstPrinter.cpp 22 void AMDGPUInstPrinter::printInst(const MCInst *MI, raw_ostream &OS,
31 raw_ostream &O) {
36 raw_ostream &O) {
41 raw_ostream &O) {
46 raw_ostream &O) {
51 raw_ostream &O) {
56 raw_ostream &O) {
62 raw_ostream &O) {
68 raw_ostream &O) {
74 raw_ostream &O)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.h 31 class raw_ostream;
132 raw_ostream &O) override;
135 raw_ostream &O) override;
136 void printOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
137 void printUnsignedImm(const MachineInstr *MI, int opNum, raw_ostream &O);
138 void printUnsignedImm8(const MachineInstr *MI, int opNum, raw_ostream &O);
139 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O);
140 void printMemOperandEA(const MachineInstr *MI, int opNum, raw_ostream &O);
141 void printFCCOperand(const MachineInstr *MI, int opNum, raw_ostream &O,
143 void printRegisterList(const MachineInstr *MI, int opNum, raw_ostream &O)
    [all...]
  /external/llvm/lib/Support/
raw_ostream.cpp 1 //===--- raw_ostream.cpp - Implement the raw_ostream classes --------------===//
14 #include "llvm/Support/raw_ostream.h"
62 raw_ostream::~raw_ostream() {
63 // raw_ostream's subclasses should take care to flush the buffer
66 "raw_ostream destructor called with non-empty buffer!");
73 void raw_ostream::handle() {}
75 size_t raw_ostream::preferred_buffer_size() const {
80 void raw_ostream::SetBuffered()
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 26 #include "llvm/Support/raw_ostream.h"
91 void print(const Type *ty, Qualifiers qs, raw_ostream &OS,
93 void print(QualType T, raw_ostream &OS, StringRef PlaceHolder);
96 void spaceBeforePlaceHolder(raw_ostream &OS);
97 void printTypeSpec(const NamedDecl *D, raw_ostream &OS);
99 void printBefore(const Type *ty, Qualifiers qs, raw_ostream &OS);
100 void printBefore(QualType T, raw_ostream &OS);
101 void printAfter(const Type *ty, Qualifiers qs, raw_ostream &OS);
102 void printAfter(QualType T, raw_ostream &OS);
103 void AppendScope(DeclContext *DC, raw_ostream &OS)
    [all...]
  /external/clang/include/clang/Basic/
PrettyStackTrace.h 34 void print(raw_ostream &OS) const override;

Completed in 448 milliseconds

1 2 3 45 6 7 8 91011>>