Searched refs:raw_ostream (Results 601 - 625 of 746) sorted by relevance

<<21222324252627282930

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp383 MCObjectWriter *llvm::createPPCMachObjectWriter(raw_ostream &OS, bool Is64Bit,
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp37 #include "llvm/Support/raw_ostream.h"
198 raw_ostream *os;
230 GCOVLines(StringRef F, raw_ostream *os)
291 GCOVBlock(uint32_t Number, raw_ostream *os)
306 GCOVFunction(DISubprogram SP, raw_ostream *os, uint32_t Ident,
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp29 #include "llvm/Support/raw_ostream.h"
681 raw_ostream& OS = W.startLine();
820 void printFlags(T Value, ArrayRef<EnumEntry<TFlag>> Flags, raw_ostream &OS) {
840 bool Is64, raw_ostream &OS) {
938 raw_ostream &OS = W.getOStream();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h407 void print(raw_ostream &Out, const char *nl = "\n",
409 void printDOT(raw_ostream &Out) const;
410 void printTaint(raw_ostream &Out, const char *nl = "\n",
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp661 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) {
671 void EmitKey(raw_ostream& Out, key_type_ref Key, unsigned KeyLen) {
675 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data,
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp20 #include "llvm/Support/raw_ostream.h"
422 void ProgramState::print(raw_ostream &Out,
438 void ProgramState::printDOT(raw_ostream &Out) const {
446 void ProgramState::printTaint(raw_ostream &Out,
/external/llvm/include/llvm/MC/
H A DMCAssembler.h29 class raw_ostream;
872 raw_ostream &OS;
1028 raw_ostream &OS);
/external/llvm/lib/Analysis/
H A DLazyCallGraph.cpp17 #include "llvm/Support/raw_ostream.h"
685 LazyCallGraphPrinterPass::LazyCallGraphPrinterPass(raw_ostream &OS) : OS(OS) {}
687 static void printNodes(raw_ostream &OS, LazyCallGraph::Node &N,
701 static void printSCC(raw_ostream &OS, LazyCallGraph::SCC &SCC) {
/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp140 WinCOFFObjectWriter(MCWinCOFFObjectTargetWriter *MOTW, raw_ostream &OS);
303 raw_ostream &OS)
1032 raw_ostream &OS) {
H A DMCAsmStreamer.cpp99 /// GetCommentOS - Return a raw_ostream that comments can be written to.
102 raw_ostream &GetCommentOS() override {
583 static void PrintQuotedString(StringRef Data, raw_ostream &OS) {
1175 raw_ostream &OS = GetCommentOS();
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp31 #include "llvm/Support/raw_ostream.h"
766 MCObjectWriter *createObjectWriter(raw_ostream &OS) const override {
780 MCObjectWriter *createObjectWriter(raw_ostream &OS) const override {
795 MCObjectWriter *createObjectWriter(raw_ostream &OS) const override {
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp38 #include "llvm/Support/raw_ostream.h"
260 void MachineOperand::print(raw_ostream &OS, const TargetMachine *TM) const {
475 raw_ostream &llvm::operator<<(raw_ostream &OS, const MachineMemOperand &MMO) {
1454 raw_ostream &CommentOS) {
1459 void MachineInstr::print(raw_ostream &OS, const TargetMachine *TM,
H A DMachineTraceMetrics.cpp21 #include "llvm/Support/raw_ostream.h"
1235 void MachineTraceMetrics::Ensemble::print(raw_ostream &OS) const {
1244 void MachineTraceMetrics::TraceBlockInfo::print(raw_ostream &OS) const {
1272 void MachineTraceMetrics::Trace::print(raw_ostream &OS) const {
/external/clang/include/clang/AST/
H A DDecl.h28 #include "llvm/Support/raw_ostream.h"
146 void printName(raw_ostream &os) const { os << Name; }
161 void printQualifiedName(raw_ostream &OS) const;
162 void printQualifiedName(raw_ostream &OS, const PrintingPolicy &Policy) const;
174 virtual void getNameForDiagnostic(raw_ostream &OS,
295 inline raw_ostream &operator<<(raw_ostream &OS, const NamedDecl &ND) {
1611 void getNameForDiagnostic(raw_ostream &OS, const PrintingPolicy &Policy,
H A DType.h472 void print(raw_ostream &OS, const PrintingPolicy &Policy,
873 void print(raw_ostream &OS, const PrintingPolicy &Policy,
877 static void print(SplitQualType split, raw_ostream &OS,
882 raw_ostream &OS, const PrintingPolicy &policy,
906 friend raw_ostream &operator<<(raw_ostream &OS,
3103 void printExceptionSpecification(raw_ostream &OS,
3762 static void PrintTemplateArgumentList(raw_ostream &OS,
3768 static void PrintTemplateArgumentList(raw_ostream &OS,
3773 static void PrintTemplateArgumentList(raw_ostream
[all...]
H A DDeclObjC.h1966 raw_ostream &operator<<(raw_ostream &OS, const ObjCCategoryImplDecl &CID);
2139 raw_ostream &operator<<(raw_ostream &OS, const ObjCImplementationDecl &ID);
H A DTemplateBase.h352 void print(const PrintingPolicy &Policy, raw_ostream &Out) const;
H A DVTableBuilder.h502 raw_ostream &);
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp1029 llvm::raw_ostream &OS;
1040 JSONWriter(llvm::raw_ostream &OS) : OS(OS) {}
1136 void YAMLVFSWriter::write(llvm::raw_ostream &OS) {
/external/clang/include/clang/Basic/
H A DIdentifierTable.h700 void print(llvm::raw_ostream &OS) const;
/external/clang/include/clang/Sema/
H A DLookup.h514 void print(raw_ostream &);
/external/clang/lib/AST/
H A DASTDiagnostic.cpp23 #include "llvm/Support/raw_ostream.h"
254 bool ShowColors, raw_ostream &OS);
428 raw_ostream &OS;
1665 TemplateDiff(raw_ostream &OS, ASTContext &Context, QualType FromType,
1733 bool ShowColors, raw_ostream &OS) {
H A DDeclObjC.cpp1737 raw_ostream &clang::operator<<(raw_ostream &OS,
1784 raw_ostream &clang::operator<<(raw_ostream &OS,
H A DVTableBuilder.cpp21 #include "llvm/Support/raw_ostream.h"
129 void dump(raw_ostream &Out, BaseSubobject Base,
378 void FinalOverriders::dump(raw_ostream &Out, BaseSubobject Base,
1064 void dumpLayout(raw_ostream&);
1900 void ItaniumVTableBuilder::dumpLayout(raw_ostream &Out) {
2622 void dumpLayout(raw_ostream &);
2963 static void PrintBasePath(const VPtrInfo::BasePath &Path, raw_ostream &Out) {
2972 static void dumpMicrosoftThunkAdjustment(const ThunkInfo &TI, raw_ostream &Out,
3011 void VFTableBuilder::dumpLayout(raw_ostream &Out) {
3340 raw_ostream
[all...]
/external/clang/lib/Analysis/
H A DScanfFormatString.cpp501 void ScanfSpecifier::toString(raw_ostream &os) const {

Completed in 736 milliseconds

<<21222324252627282930