Searched refs:raw_ostream (Results 251 - 275 of 746) sorted by relevance

<<11121314151617181920>>

/external/llvm/tools/llvm-readobj/
H A DStreamWriter.cpp10 raw_ostream &operator<<(raw_ostream &OS, const HexNumber& Value) {
/external/llvm/tools/opt/
H A DPrintSCC.cpp33 #include "llvm/Support/raw_ostream.h"
42 void print(raw_ostream &O, const Module* = nullptr) const override { }
56 void print(raw_ostream &O, const Module* = nullptr) const override { }
/external/llvm/tools/yaml2obj/
H A Dyaml2obj.cpp27 #include "llvm/Support/raw_ostream.h"
63 typedef int (*ConvertFuncPtr)(yaml::Input & YIn, raw_ostream &Out);
65 int convertYAML(yaml::Input & YIn, raw_ostream &Out, ConvertFuncPtr Convert) {
/external/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp53 std::pair<Record *, Record *> EmitNode (const ChildMap &Tree, raw_ostream& OS,
62 void run(raw_ostream &OS);
74 raw_ostream &OS,
135 void ClangASTNodesEmitter::run(raw_ostream &OS) {
178 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS,
185 void EmitClangDeclContext(RecordKeeper &Records, raw_ostream &OS) {
/external/clang/lib/AST/
H A DASTDumper.cpp25 #include "llvm/Support/raw_ostream.h"
38 raw_ostream::Colors Color;
53 static const TerminalColor DeclKindNameColor = { raw_ostream::GREEN, true };
55 static const TerminalColor AttrColor = { raw_ostream::BLUE, true };
57 static const TerminalColor StmtColor = { raw_ostream::MAGENTA, true };
59 static const TerminalColor CommentColor = { raw_ostream::BLUE, false };
62 static const TerminalColor TypeColor = { raw_ostream::GREEN, false };
65 static const TerminalColor AddressColor = { raw_ostream::YELLOW, false };
67 static const TerminalColor LocationColor = { raw_ostream::YELLOW, false };
70 static const TerminalColor ValueKindColor = { raw_ostream
[all...]
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h34 class raw_ostream;
882 /// PrintReg - Helper class for printing registers on a raw_ostream.
902 void print(raw_ostream&) const;
905 static inline raw_ostream &operator<<(raw_ostream &OS, const PrintReg &PR) {
910 /// PrintRegUnit - Helper class for printing register units on a raw_ostream.
926 void print(raw_ostream&) const;
929 static inline raw_ostream &operator<<(raw_ostream &OS, const PrintRegUnit &PR) {
940 void print(raw_ostream
[all...]
H A DTargetMachine.h49 class raw_ostream;
255 raw_ostream &,
309 raw_ostream &OS, bool DisableVerify = true) override;
/external/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp222 void emitBinSearch(raw_ostream &OS, unsigned TableSize);
223 void emitTablesWithFunc(raw_ostream &OS);
224 unsigned emitBinSearchTable(raw_ostream &OS);
227 void emitMapFuncBody(raw_ostream &OS, unsigned TableSize);
360 unsigned MapTableEmitter::emitBinSearchTable(raw_ostream &OS) {
410 void MapTableEmitter::emitBinSearch(raw_ostream &OS, unsigned TableSize) {
432 void MapTableEmitter::emitMapFuncBody(raw_ostream &OS,
469 void MapTableEmitter::emitTablesWithFunc(raw_ostream &OS) {
498 static void emitEnums(raw_ostream &OS, RecordKeeper &Records) {
564 void EmitMapTable(RecordKeeper &Records, raw_ostream
[all...]
H A DInstrInfoEmitter.cpp42 void run(raw_ostream &OS);
45 void emitEnums(raw_ostream &OS);
59 raw_ostream &OS);
60 void emitOperandTypesEnum(raw_ostream &OS, const CodeGenTarget &Target);
66 void emitOperandNameMappings(raw_ostream &OS, const CodeGenTarget &Target,
70 void EmitOperandInfo(raw_ostream &OS, OperandInfoMapTy &OperandInfoIDs);
76 unsigned Num, raw_ostream &OS) {
172 void InstrInfoEmitter::EmitOperandInfo(raw_ostream &OS,
236 void InstrInfoEmitter::emitOperandNameMappings(raw_ostream &OS,
309 void InstrInfoEmitter::emitOperandTypesEnum(raw_ostream
[all...]
H A DDFAPacketizerEmitter.cpp53 raw_ostream &OS);
55 void run(raw_ostream &OS);
147 void writeTableAndAPI(raw_ostream &OS, const std::string &ClassName);
266 void DFA::writeTableAndAPI(raw_ostream &OS, const std::string &TargetName) {
341 raw_ostream &OS) {
394 void DFAPacketizerEmitter::run(raw_ostream &OS) {
502 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS) {
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp72 raw_ostream &OS);
74 raw_ostream &OS);
80 raw_ostream &OS;
83 PrintTransforms(raw_ostream &OS)
138 static void printResult(FileRemapper &remapper, raw_ostream &OS) {
308 raw_ostream &OS) {
318 raw_ostream &OS) {
/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h52 class raw_ostream;
138 inline raw_ostream &operator<<(raw_ostream &OS, const RegionNode &Node);
373 void print(raw_ostream& OS, bool printTree = true, unsigned level = 0,
679 void print(raw_ostream &OS, const Module *) const override;
756 inline raw_ostream &operator<<(raw_ostream &OS, const RegionNode &Node) {
H A DSparsePropagation.h33 class raw_ostream;
108 virtual void PrintValue(LatticeVal V, raw_ostream &OS);
147 void Print(Function &F, raw_ostream &OS) const;
/external/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp24 #include "llvm/Support/raw_ostream.h"
35 if (raw_ostream *OS = CI.createDefaultOutputFile(false, InFile))
155 if (raw_ostream *OS = CI.createDefaultOutputFile(false, InFile, "cpp")) {
171 raw_ostream *OS = CI.createDefaultOutputFile(true, getCurrentFile());
179 raw_ostream *OS = CI.createDefaultOutputFile(false, getCurrentFile());
187 raw_ostream *OS = CI.createDefaultOutputFile(true, getCurrentFile());
/external/llvm/include/llvm/Support/
H A DSourceMgr.h31 class raw_ostream;
155 void PrintMessage(raw_ostream &OS, SMLoc Loc, DiagKind Kind,
171 void PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic,
188 /// \param OS the raw_ostream to print on.
189 void PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const;
226 /// printing to a raw_ostream as a caret diagnostic.
273 void print(const char *ProgName, raw_ostream &S,
/external/clang/lib/Frontend/
H A DTextDiagnostic.cpp22 #include "llvm/Support/raw_ostream.h"
27 static const enum raw_ostream::Colors noteColor =
28 raw_ostream::BLACK;
29 static const enum raw_ostream::Colors remarkColor =
30 raw_ostream::BLUE;
31 static const enum raw_ostream::Colors fixitColor =
32 raw_ostream::GREEN;
33 static const enum raw_ostream::Colors caretColor =
34 raw_ostream::GREEN;
35 static const enum raw_ostream
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h66 virtual void dumpToStream(raw_ostream &os) const {}
142 void dumpToStream(raw_ostream &os) const override;
175 void dumpToStream(raw_ostream &os) const override;
213 void dumpToStream(raw_ostream &os) const override;
246 void dumpToStream(raw_ostream &os) const override;
285 void dumpToStream(raw_ostream &os) const override;
324 void dumpToStream(raw_ostream &os) const override;
377 void dumpToStream(raw_ostream &os) const override;
412 void dumpToStream(raw_ostream &os) const override;
450 void dumpToStream(raw_ostream
[all...]
/external/llvm/include/llvm/
H A DLinkAllPasses.h145 (void) llvm::createPrintModulePass(*(llvm::raw_ostream*)nullptr);
146 (void) llvm::createPrintFunctionPass(*(llvm::raw_ostream*)nullptr);
147 (void) llvm::createPrintBasicBlockPass(*(llvm::raw_ostream*)nullptr);
/external/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h24 #include "llvm/Support/raw_ostream.h"
109 void Emit_impl(raw_ostream &OutStream, const MachObjectWriter &ObjWriter,
127 raw_ostream &OutStream = ObjWriter.getStream();
135 class raw_counting_ostream : public raw_ostream {
H A DMCObjectStreamer.h25 class raw_ostream;
46 MCObjectStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &_OS,
48 MCObjectStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &_OS,
/external/llvm/include/llvm/Object/
H A DSymbolicFile.h102 std::error_code printName(raw_ostream &OS) const;
123 virtual std::error_code printSymbolName(raw_ostream &OS,
176 inline std::error_code BasicSymbolRef::printName(raw_ostream &OS) const {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp87 void DIEAbbrev::print(raw_ostream &O) {
141 void DIE::print(raw_ostream &O, unsigned IndentCount) const {
261 void DIEInteger::print(raw_ostream &O) const {
287 void DIEExpr::print(raw_ostream &O) const {
316 void DIELabel::print(raw_ostream &O) const {
341 void DIEDelta::print(raw_ostream &O) const {
363 void DIEString::print(raw_ostream &O) const {
411 void DIEEntry::print(raw_ostream &O) const {
425 void DIETypeSignature::print(raw_ostream &O) const {
481 void DIELoc::print(raw_ostream
[all...]
/external/llvm/lib/CodeGen/
H A DGCMetadata.cpp23 #include "llvm/Support/raw_ostream.h"
30 raw_ostream &OS;
33 explicit Printer(raw_ostream &OS) : FunctionPass(ID), OS(OS) {}
110 FunctionPass *llvm::createGCInfoPrinter(raw_ostream &OS) {
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp41 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) {
54 static void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N){
58 static void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V,
/external/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp50 #include "llvm/Support/raw_ostream.h"
65 raw_ostream &O) {
112 raw_ostream &OS) {
149 raw_ostream &O) {

Completed in 510 milliseconds

<<11121314151617181920>>