Searched defs:OS (Results 1 - 25 of 230) sorted by relevance

12345678910

/external/dhcpcd/mk/
H A Dos.mk1 # Setup OS specific variables
6 OS= ${_OS}$(shell ${_OS_SH}) macro
7 include ${MK}/os-${OS}.mk
/external/llvm/lib/MC/
H A DMCValue.cpp17 void MCValue::print(raw_ostream &OS, const MCAsmInfo *MAI) const { argument
19 OS << getConstant();
23 getSymA()->print(OS);
26 OS << " - ";
27 getSymB()->print(OS);
31 OS << " + " << getConstant();
H A DMCInst.cpp18 void MCOperand::print(raw_ostream &OS, const MCAsmInfo *MAI) const { argument
19 OS << "<MCOperand ";
21 OS << "INVALID";
23 OS << "Reg:" << getReg();
25 OS << "Imm:" << getImm();
27 OS << "Expr:(" << *getExpr() << ")";
29 OS << "Inst:(" << *getInst() << ")";
31 OS << "UNDEFINED";
32 OS << ">";
40 void MCInst::print(raw_ostream &OS, cons argument
49 dump_pretty(raw_ostream &OS, const MCAsmInfo *MAI, const MCInstPrinter *Printer, StringRef Separator) const argument
[all...]
H A DMCInstPrinter.cpp27 void MCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { argument
31 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { argument
36 OS << " " << MAI.getCommentString() << " " << Annot;
/external/llvm/utils/TableGen/
H A DDisassemblerEmitter.cpp97 void DisassemblerEmitter::run(raw_ostream &OS) { argument
100 OS << "/*===- TableGen'erated file "
126 Tables.emit(OS);
137 " MCDisassembler::DecodeStatus S = MCDisassembler::Success;\n(void)S;").run(OS);
141 FixedLenDecoderEmitter(Records, Target.getName()).run(OS);
H A DStringMatcher.h37 raw_ostream &OS; member in class:llvm::StringMatcher
42 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
/external/clang/lib/Rewrite/
H A DRewriteTest.cpp19 void clang::DoRewriteTest(Preprocessor &PP, raw_ostream* OS) { argument
38 *OS << PP.getSpelling(*I);
/external/llvm/include/llvm/Support/
H A Draw_os_ostream.h26 std::ostream &OS; member in class:llvm::raw_os_ostream
36 raw_os_ostream(std::ostream &O) : OS(O) {}
H A DToolOutputFile.h42 /// OS - The contained stream. This is intentionally declared after
44 raw_fd_ostream OS; member in class:llvm::tool_output_file
53 raw_fd_ostream &os() { return OS; }
H A DConstantRange.h251 void print(raw_ostream &OS) const;
258 inline raw_ostream &operator<<(raw_ostream &OS, const ConstantRange &CR) { argument
259 CR.print(OS);
260 return OS;
/external/llvm/lib/Support/
H A DBranchProbability.cpp21 void BranchProbability::print(raw_ostream &OS) const {
22 OS << N << " / " << D << " = " << format("%g%%", ((double)N / D) * 100.0);
31 raw_ostream &operator<<(raw_ostream &OS, const BranchProbability &Prob) { argument
32 Prob.print(OS);
33 return OS;
/external/clang/include/clang/Frontend/
H A DTextDiagnostic.h38 raw_ostream &OS; member in class:clang::TextDiagnostic
41 TextDiagnostic(raw_ostream &OS,
55 static void printDiagnosticLevel(raw_ostream &OS,
67 /// \param OS Where the message is printed
75 static void printDiagnosticMessage(raw_ostream &OS,
H A DTextDiagnosticPrinter.h28 raw_ostream &OS; member in class:clang::TextDiagnosticPrinter
/external/llvm/include/llvm/MC/MCParser/
H A DMCParsedAsmOperand.h32 virtual void print(raw_ostream &OS) const = 0;
40 inline raw_ostream& operator<<(raw_ostream &OS, const MCParsedAsmOperand &MO) { argument
41 MO.print(OS);
42 return OS;
/external/llvm/lib/Analysis/
H A DPostDominators.cpp43 void PostDominatorTree::print(raw_ostream &OS, const Module *) const { argument
44 DT->print(OS);
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp20 raw_ostream &OS; // raw_ostream to print on member in class:__anon7328::WriteBitcodePass
24 : ModulePass(ID), OS(o) {}
29 WriteBitcodeToFile(&M, OS);
H A DBitWriter.cpp20 raw_fd_ostream OS(Path, ErrorInfo,
26 WriteBitcodeToFile(unwrap(M), OS);
32 raw_fd_ostream OS(FD, ShouldClose, Unbuffered);
34 WriteBitcodeToFile(unwrap(M), OS); local
/external/llvm/lib/Target/X86/InstPrinter/
H A DX86InstComments.cpp29 void llvm::EmitAnyX86InstComments(const MCInst *MI, raw_ostream &OS, argument
496 OS << (DestName ? DestName : "mem") << " = ";
513 OS << ',';
515 OS << "zero";
523 OS << (SrcName ? SrcName : "mem") << '[';
529 OS << ',';
532 OS << ShuffleMask[i] % ShuffleMask.size();
535 OS << ']';
538 //MI->print(OS, 0);
539 OS << "\
[all...]
/external/clang/lib/Serialization/
H A DGeneratePCH.cpp32 raw_ostream *OS)
34 isysroot(isysroot.str()), Out(OS),
28 PCHGenerator(const Preprocessor &PP, StringRef OutputFile, clang::Module *Module, StringRef isysroot, raw_ostream *OS) argument
/external/compiler-rt/make/
H A Dconfig.mk4 OS := $(shell uname) macro
/external/llvm/include/llvm/MC/
H A DMCLabel.h43 /// print - Print the value to the stream \arg OS.
44 void print(raw_ostream &OS) const;
50 inline raw_ostream &operator<<(raw_ostream &OS, const MCLabel &Label) { argument
51 Label.print(OS);
52 return OS;
/external/llvm/lib/Analysis/IPA/
H A DFindUsedTypes.cpp95 void FindUsedTypes::print(raw_ostream &OS, const Module *M) const { argument
96 OS << "Types in use by this module:\n";
99 OS << " " << **I << '\n';
/external/llvm/lib/CodeGen/
H A DLiveStackAnalysis.cpp71 void LiveStacks::print(raw_ostream &OS, const Module*) const { argument
73 OS << "********** INTERVALS **********\n";
75 I->second.print(OS);
79 OS << " [" << RC->getName() << "]\n";
81 OS << " [Unknown]\n";
H A DMachineDominators.cpp57 void MachineDominatorTree::print(raw_ostream &OS, const Module*) const { argument
58 DT->print(OS);
H A DMachineFunctionPrinterPass.cpp28 raw_ostream &OS; member in struct:__anon7365::MachineFunctionPrinterPass
32 : MachineFunctionPass(ID), OS(os), Banner(banner) {}
42 OS << "# " << Banner << ":\n";
43 MF.print(OS);
55 MachineFunctionPass *createMachineFunctionPrinterPass(raw_ostream &OS, argument
57 return new MachineFunctionPrinterPass(OS, Banner);

Completed in 733 milliseconds

12345678910