Searched refs:raw_ostream (Results 576 - 600 of 746) sorted by relevance

<<21222324252627282930

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp74 #include "llvm/Support/raw_ostream.h"
116 void print(raw_ostream &OS) const;
122 void RegSortData::print(raw_ostream &OS) const {
282 void print(raw_ostream &OS) const;
454 void Formula::print(raw_ostream &OS) const {
903 void print(raw_ostream &OS) const;
1062 void Cost::print(raw_ostream &OS) const {
1116 void print(raw_ostream &OS) const;
1141 void LSRFixup::print(raw_ostream &OS) const {
1267 void print(raw_ostream
[all...]
/external/clang/lib/Analysis/
H A DCFG.cpp3880 bool handledStmt(Stmt *S, raw_ostream &OS) override {
3895 bool handleDecl(const Decl *D, raw_ostream &OS) {
3917 raw_ostream &OS;
3921 CFGBlockTerminatorPrint(raw_ostream &os, StmtPrinterHelper* helper,
4030 static void print_elem(raw_ostream &OS, StmtPrinterHelper &Helper,
4144 static void print_block(raw_ostream &OS, const CFG* cfg,
4153 OS.changeColor(raw_ostream::YELLOW, true);
4226 OS.changeColor(raw_ostream::GREEN);
4244 const raw_ostream::Colors Color = raw_ostream
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h673 void print_types(raw_ostream &OS, const SelectionDAG *G) const;
674 void print_details(raw_ostream &OS, const SelectionDAG *G) const;
675 void print(raw_ostream &OS, const SelectionDAG *G = nullptr) const;
676 void printr(raw_ostream &OS, const SelectionDAG *G = nullptr) const;
684 void printrFull(raw_ostream &O, const SelectionDAG *G = nullptr) const;
692 void printrWithDepth(raw_ostream &O, const SelectionDAG *G = nullptr,
H A DMachineFunction.h279 void print(raw_ostream &OS, SlotIndexes* = nullptr) const;
/external/clang/include/clang/Sema/
H A DInitialization.h441 unsigned dumpImpl(raw_ostream &OS) const;
1108 void dump(raw_ostream &OS) const;
/external/clang/include/clang/Serialization/
H A DASTWriter.h787 raw_ostream *Out;
802 StringRef isysroot, raw_ostream *Out,
/external/clang/lib/AST/
H A DAPValue.cpp23 #include "llvm/Support/raw_ostream.h"
271 void APValue::dump(raw_ostream &OS) const {
344 void APValue::printPretty(raw_ostream &Out, ASTContext &Ctx, QualType Ty) const{
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp340 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS,
/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h319 void LoopBase<BlockT, LoopT>::print(raw_ostream &OS, unsigned Depth) const {
537 void LoopInfoBase<BlockT, LoopT>::print(raw_ostream &OS) const {
/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h23 #include "llvm/Support/raw_ostream.h"
49 /// EmitKeyDataLength(raw_ostream &Out, key_type_ref Key, data_type_ref Data);
51 /// static void EmitKey(raw_ostream &Out, key_type_ref Key,
54 /// static void EmitData(raw_ostream &Out, key_type_ref Key,
136 offset_type Emit(raw_ostream &Out) {
144 offset_type Emit(raw_ostream &Out, Info &InfoObj) {
/external/llvm/lib/Analysis/
H A DAliasSetTracker.cpp25 #include "llvm/Support/raw_ostream.h"
549 void AliasSet::print(raw_ostream &OS) const {
582 void AliasSetTracker::print(raw_ostream &OS) const {
H A DIVUsers.cpp27 #include "llvm/Support/raw_ostream.h"
268 void IVUsers::print(raw_ostream &OS, const Module *M) const {
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp30 llvm::raw_ostream &ErrStream)
70 llvm::raw_ostream &ErrStream;
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h254 void dumpStack(raw_ostream &OS, StringRef Indent = "") const;
/external/clang/include/clang/Basic/
H A DSourceLocation.h174 void print(raw_ostream &OS, const SourceManager &SM) const;
/external/clang/lib/Frontend/
H A DDependencyFile.cpp27 #include "llvm/Support/raw_ostream.h"
284 static void PrintFilename(raw_ostream &OS, StringRef Filename) {
/external/clang/tools/clang-format/
H A DClangFormat.cpp264 raw_ostream &OS = outs();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp227 void DwarfAccelTable::print(raw_ostream &O) {
/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp336 raw_ostream &err = dbgs();
H A DMachineBasicBlock.cpp31 #include "llvm/Support/raw_ostream.h"
67 raw_ostream &llvm::operator<<(raw_ostream &OS, const MachineBasicBlock &MBB) {
266 void MachineBasicBlock::print(raw_ostream &OS, SlotIndexes *Indexes) const {
335 void MachineBasicBlock::printAsOperand(raw_ostream &OS, bool /*PrintType*/) const {
/external/llvm/lib/IR/
H A DDebugLoc.cpp170 void DebugLoc::print(const LLVMContext &Ctx, raw_ostream &OS) const {
/external/llvm/lib/MC/
H A DMCContext.cpp64 delete (raw_ostream*)SecureLog;
/external/llvm/lib/Object/
H A DIRObjectFile.cpp31 #include "llvm/Support/raw_ostream.h"
192 std::error_code IRObjectFile::printSymbolName(raw_ostream &OS,
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp390 MCObjectWriter *llvm::createAArch64MachObjectWriter(raw_ostream &OS,
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp382 MCObjectWriter *llvm::createPPCELFObjectWriter(raw_ostream &OS,

Completed in 697 milliseconds

<<21222324252627282930