Searched defs:OS (Results 101 - 125 of 279) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DTableGen.cpp94 bool LLVMTableGenMain(raw_ostream &OS, RecordKeeper &Records) { argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Driver/
H A DCompilation.cpp133 raw_ostream *OS = &llvm::errs(); local
H A DJob.cpp73 static void PrintArg(raw_ostream &OS, const char *Arg, bool Quote) { argument
91 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, argument
136 Print(raw_ostream &OS, const char *Terminator, bool Quote, bool CrashReport) const argument
173 Print(raw_ostream &OS, const char *Terminator, bool Quote, bool CrashReport) const argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DDependencyFile.cpp157 static void PrintFilename(raw_ostream &OS, StringRef Filename) { argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DFixItRewriter.cpp49 bool FixItRewriter::WriteFixedFile(FileID ID, raw_ostream &OS) { argument
90 OwningPtr<llvm::raw_fd_ostream> OS; local
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DDominators.h150 virtual void print(raw_ostream &OS, const llvm::Module* M= 0) const { argument
158 inline void WriteAsOperand(raw_ostream &OS, const CFGBlock *BB, argument
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DMemDepPrinter.cpp160 void MemDepPrinter::print(raw_ostream &OS, const Module *M) const { argument
[all...]
H A DSparsePropagation.cpp31 void AbstractLatticeFunction::PrintValue(LatticeVal V, raw_ostream &OS) { argument
340 LatticeFunc->PrintValue(getLatticeState(I), OS); local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp334 void SDNode::print_types(raw_ostream &OS, const SelectionDAG *G) const { argument
347 void SDNode::print_details(raw_ostream &OS, const SelectionDAG *G) const { argument
549 printr(raw_ostream &OS, const SelectionDAG *G) const argument
555 DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent, const SelectionDAG *G, VisitedSDNodeSet &once) argument
601 printrWithDepthHelper(raw_ostream &OS, const SDNode *N, const SelectionDAG *G, unsigned depth, unsigned indent) argument
623 printrWithDepth(raw_ostream &OS, const SelectionDAG *G, unsigned depth) const argument
628 printrFull(raw_ostream &OS, const SelectionDAG *G) const argument
642 print(raw_ostream &OS, const SelectionDAG *G) const argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/DebugInfo/
H A DDWARFFormValue.cpp362 DWARFFormValue::dump(raw_ostream &OS, const DWARFUnit *cu) const { argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DGCOV.cpp279 void FileInfo::print(raw_fd_ostream &OS, StringRef gcnoFile, argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCSectionMachO.cpp93 PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS, const MCExpr *Subsection) const argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp58 AArch64ELFStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS, argument
147 createAArch64ELFStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS, MCCodeEmitter *Emitter, bool RelaxAll, bool NoExecStack) argument
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h184 inline raw_ostream &operator<<(raw_ostream &OS, const VirtRegMap &VRM) { argument
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCInstPrinter.h66 void setCommentStream(raw_ostream &OS) { CommentStream = &OS; } argument
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp69 void ARMInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { argument
/freebsd-10.2-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp127 PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, unsigned AsmVariant, const char *ExtraCode, raw_ostream &OS) argument
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.cpp73 void MipsInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { argument
102 static void printExpr(const MCExpr *Expr, raw_ostream &OS) { argument
228 printAlias(const char *Str, const MCInst &MI, unsigned OpNo, raw_ostream &OS) argument
235 printAlias(const char *Str, const MCInst &MI, unsigned OpNo0, unsigned OpNo1, raw_ostream &OS) argument
244 printAlias(const MCInst &MI, raw_ostream &OS) argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp316 MCObjectWriter *llvm::createMipsELFObjectWriter(raw_ostream &OS, argument
/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/InstPrinter/
H A DNVPTXInstPrinter.cpp38 void NVPTXInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { argument
73 void NVPTXInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp34 void PPCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { argument
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp78 void EncodeInstruction(const MCInst &MI, raw_ostream &OS, argument
/freebsd-10.2-release/contrib/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp25 AMDGPUMCObjectWriter(raw_ostream &OS) : MCObjectWriter(OS, true) { } argument
H A DSIMCCodeEmitter.cpp127 void SIMCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS, argument
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp93 EncodeInstruction(const MCInst &MI, raw_ostream &OS, argument

Completed in 4462 milliseconds

1234567891011>>