Searched refs:raw_ostream (Results 501 - 525 of 746) sorted by relevance

<<21222324252627282930

/external/llvm/include/llvm/MC/
H A DMCDwarf.h24 #include "llvm/Support/raw_ostream.h"
262 raw_ostream &OS);
491 raw_ostream &OS);
/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp20 #include "llvm/Support/raw_ostream.h"
32 void AbstractLatticeFunction::PrintValue(LatticeVal V, raw_ostream &OS) {
329 void SparseSolver::Print(Function &F, raw_ostream &OS) const {
H A DBranchProbabilityInfo.cpp526 void BranchProbabilityInfo::print(raw_ostream &OS, const Module *) const {
652 raw_ostream &
653 BranchProbabilityInfo::printEdgeProbability(raw_ostream &OS,
/external/llvm/lib/Support/
H A DScaledNumber.cpp311 raw_ostream &ScaledNumberBase::print(raw_ostream &OS, uint64_t D, int16_t E,
/external/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp83 raw_ostream &vStream,
84 raw_ostream &cStream) const override;
102 raw_ostream &vStream,
103 raw_ostream &cStream) const override;
748 raw_ostream &vStream,
749 raw_ostream &cStream) const {
816 raw_ostream &vStream,
817 raw_ostream &cStream) const {
/external/clang/include/clang/AST/
H A DDeclBase.h950 void print(raw_ostream &Out, unsigned Indentation = 0,
952 void print(raw_ostream &Out, const PrintingPolicy &Policy,
955 raw_ostream &Out, const PrintingPolicy &Policy,
961 void dump(raw_ostream &Out) const;
1000 void print(raw_ostream &OS) const override;
1645 void dumpLookups(llvm::raw_ostream &OS) const;
H A DAPValue.h195 void dump(raw_ostream &OS) const;
197 void printPretty(raw_ostream &OS, ASTContext &Ctx, QualType Ty) const;
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp28 #include "llvm/Support/raw_ostream.h"
364 MCObjectWriter *createObjectWriter(raw_ostream &OS) const override {
374 MCObjectWriter *createObjectWriter(raw_ostream &OS) const override {
385 MCObjectWriter *createObjectWriter(raw_ostream &OS) const override {
399 MCObjectWriter *createObjectWriter(raw_ostream &OS) const override {
737 MCObjectWriter *createObjectWriter(raw_ostream &OS) const override {
757 MCObjectWriter *createObjectWriter(raw_ostream &OS) const override {
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp491 void genBuiltinsDef(raw_ostream &OS, SmallVectorImpl<Intrinsic *> &Defs);
492 void genOverloadTypeCheckCode(raw_ostream &OS,
494 void genIntrinsicRangeCheckCode(raw_ostream &OS,
526 void run(raw_ostream &o);
529 void runHeader(raw_ostream &o);
532 void runTests(raw_ostream &o);
1956 void NeonEmitter::genBuiltinsDef(raw_ostream &OS,
1987 void NeonEmitter::genOverloadTypeCheckCode(raw_ostream &OS,
2083 NeonEmitter::genIntrinsicRangeCheckCode(raw_ostream &OS,
2168 void NeonEmitter::runHeader(raw_ostream
[all...]
/external/llvm/include/llvm/TableGen/
H A DRecord.h25 #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) {
475 void print(raw_ostream &OS) const { OS << getAsString(); }
554 inline raw_ostream &operator<<(raw_ostream &OS, const Init &I) {
1367 void print(raw_ostream &OS, bool PrintSem = true) const;
1370 inline raw_ostream
[all...]
/external/llvm/lib/MC/
H A DMCAssembler.cpp29 #include "llvm/Support/raw_ostream.h"
350 raw_ostream &OS_)
1112 raw_ostream &operator<<(raw_ostream &OS, const MCFixup &AF) {
1123 raw_ostream &OS = llvm::errs();
1234 raw_ostream &OS = llvm::errs();
1247 raw_ostream &OS = llvm::errs();
1263 raw_ostream &OS = llvm::errs();
/external/clang/lib/AST/
H A DStmtPrinter.cpp35 raw_ostream &OS;
41 StmtPrinter(raw_ostream &os, PrinterHelper* helper,
82 raw_ostream &Indent(int Delta = 0) {
587 raw_ostream &OS;
593 OMPClausePrinter(raw_ostream &OS, const PrintingPolicy &Policy)
1001 static void PrintFloatingLiteral(raw_ostream &OS, FloatingLiteral *Node,
2098 void Stmt::printPretty(raw_ostream &OS,
/external/llvm/lib/CodeGen/
H A DLiveInterval.cpp29 #include "llvm/Support/raw_ostream.h"
580 raw_ostream& llvm::operator<<(raw_ostream& os, const LiveRange::Segment &S) {
590 void LiveRange::print(raw_ostream &OS) const {
620 void LiveInterval::print(raw_ostream &OS) const {
683 void LiveRangeUpdater::print(raw_ostream &OS) const {
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h464 virtual void printState(raw_ostream &Out, ProgramStateRef State,
469 raw_ostream& operator<<(raw_ostream &Out, const CheckerBase &Checker);
/external/clang/lib/CodeGen/
H A DBackendUtil.cpp32 #include "llvm/Support/raw_ostream.h"
129 void EmitAssembly(BackendAction Action, raw_ostream *OS);
530 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, raw_ostream *OS) {
595 raw_ostream *OS) {
/external/clang/lib/Rewrite/Core/
H A DRewriter.cpp26 #include "llvm/Support/raw_ostream.h"
29 raw_ostream &RewriteBuffer::write(raw_ostream &os) const {
472 raw_ostream &getStream() { return *FileStream; }
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp28 #include "llvm/Support/raw_ostream.h"
57 unsigned ProcessMacroPiece(raw_ostream &os,
542 static void EmitAlphaCounter(raw_ostream &os, unsigned n) {
552 unsigned HTMLDiagnostics::ProcessMacroPiece(raw_ostream &os,
H A DRangeConstraintManager.cpp22 #include "llvm/Support/raw_ostream.h"
259 void print(raw_ostream &os) const {
322 void print(ProgramStateRef St, raw_ostream &Out,
573 void RangeConstraintManager::print(ProgramStateRef St, raw_ostream &Out,
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp44 #include "llvm/Support/raw_ostream.h"
707 std::unique_ptr<raw_ostream> Out;
715 UbigraphViz(raw_ostream *Out, StringRef Filename);
770 UbigraphViz::UbigraphViz(raw_ostream *Out, StringRef Filename)
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1049 void print(raw_ostream &OS, const TargetMachine *TM = nullptr,
1171 inline raw_ostream& operator<<(raw_ostream &OS, const MachineInstr &MI) {
H A DSlotIndexes.h167 /// 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) {
/external/llvm/include/llvm/Support/
H A DTargetRegistry.h51 class raw_ostream;
130 raw_ostream &_OS,
429 raw_ostream &_OS,
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp14 #include "llvm/Support/raw_ostream.h"
33 void DWARFDebugLine::Prologue::dump(raw_ostream &OS) const {
149 void DWARFDebugLine::Row::dump(raw_ostream &OS) const {
176 void DWARFDebugLine::LineTable::dump(raw_ostream &OS) const {
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp27 #include "llvm/Support/raw_ostream.h"
120 void MipsMCCodeEmitter::EmitByte(unsigned char C, raw_ostream &OS) const {
126 raw_ostream &OS) const {
145 EncodeInstruction(const MCInst &MI, raw_ostream &OS,
/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp55 #include "llvm/Support/raw_ostream.h"
82 void printOperand(const MachineInstr *MI, unsigned OpNo, raw_ostream &O);
86 raw_ostream &O) override;
89 raw_ostream &O) override;
144 raw_ostream &O) {
220 const char *ExtraCode, raw_ostream &O) {
259 raw_ostream &O) {

Completed in 725 milliseconds

<<21222324252627282930