Searched refs:indent (Results 151 - 175 of 626) sorted by last modified time

1234567891011>>

/external/llvm/tools/llvm-readobj/
H A DARMAttributeParser.cpp655 SW.indent();
H A DCOFFDumper.cpp666 W.indent();
H A DELFDumper.cpp630 W.indent();
H A DMachODumper.cpp291 W.indent();
H A DStreamWriter.h61 void indent(int Levels = 1) { function in class:llvm::StreamWriter
269 W.indent();
283 W.indent();
/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h320 OS.indent(Depth*2) << "Loop at depth " << getLoopDepth()
/external/llvm/include/llvm/Support/
H A DGenericDomTree.h166 o.indent(2*Lev) << "[" << Lev << "] " << N;
H A Draw_ostream.h213 /// indent - Insert 'NumSpaces' spaces.
214 raw_ostream &indent(unsigned NumSpaces);
/external/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp78 errs().indent(Offset*2) << "Call Graph SCC Pass Manager\n";
/external/llvm/lib/Analysis/
H A DLoopPass.cpp303 errs().indent(Offset*2) << "Loop Pass Manager\n";
H A DRegionInfo.cpp434 OS.indent(level*2) << "[" << level << "] " << getNameStr();
436 OS.indent(level*2) << getNameStr();
442 OS.indent(level*2) << "{\n";
443 OS.indent(level*2 + 2);
461 OS.indent(level*2) << "} \n";
H A DRegionPass.cpp171 errs().indent(Offset*2) << "Region Pass Manager\n";
H A DRegionPrinter.cpp104 O.indent(2 * depth) << "subgraph cluster_" << static_cast<const void*>(&R)
106 O.indent(2 * (depth + 1)) << "label = \"\";\n";
109 O.indent(2 * (depth + 1)) << "style = filled;\n";
110 O.indent(2 * (depth + 1)) << "color = "
114 O.indent(2 * (depth + 1)) << "style = solid;\n";
115 O.indent(2 * (depth + 1)) << "color = "
126 O.indent(2 * (depth + 1)) << "Node"
130 O.indent(2 * depth) << "}\n";
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2124 OS.indent(Loop->getLoopDepth()*2)
2137 OS.indent(CL->getLoopDepth()*2)
2173 OS.indent(Loop->getLoopDepth()*2-2);
/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp337 err.indent(Indent);
340 err.indent(Indent);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp533 static void DumpNodes(const SDNode *N, unsigned indent, const SelectionDAG *G) { argument
536 DumpNodes(N->getOperand(i).getNode(), indent+2, G);
538 dbgs() << "\n" << std::string(indent+2, ' ')
542 dbgs().indent(indent);
566 static void DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent, argument
572 OS.indent(indent);
598 DumpNodesr(OS, child, indent+2, G, once);
614 unsigned indent) {
612 printrWithDepthHelper(raw_ostream &OS, const SDNode *N, const SelectionDAG *G, unsigned depth, unsigned indent) argument
[all...]
/external/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.cpp25 unsigned indent) const {
37 OS.indent(indent) << tagString;
39 OS.indent(indent) << format("DW_TAG_Unknown_%x", getTag());
45 dumpAttribute(OS, u, &offset, AttrSpec.Attr, AttrSpec.Form, indent);
51 child->dump(OS, u, recurseDepth-1, indent+2);
60 OS.indent(indent) << "NULL\n";
69 unsigned indent) cons
[all...]
H A DDWARFDebugInfoEntry.h42 unsigned indent = 0) const;
44 uint16_t attr, uint16_t form, unsigned indent = 0) const;
H A DDWARFDebugLoc.cpp24 OS.indent(Indent);
27 OS.indent(Indent) << " Ending address offset: "
29 OS.indent(Indent) << " Location description: ";
118 OS.indent(Indent);
120 OS.indent(Indent) << " Length: " << E.Length << '\n';
121 OS.indent(Indent) << " Location description: ";
/external/llvm/lib/IR/
H A DLegacyPassManager.cpp190 dbgs().indent(Offset*2) << "BasicBlockPass Manager\n";
353 dbgs().indent(Offset*2) << "ModulePass Manager\n";
1511 dbgs().indent(Offset*2) << "FunctionPass Manager\n";
H A DPass.cpp54 dbgs().indent(Offset*2) << getPassName() << "\n";
/external/llvm/lib/Option/
H A DOptTable.cpp346 OS.indent(InitialPad) << Option;
353 OS.indent(Pad + 1) << OptionHelp[i].second << '\n';
/external/llvm/lib/Support/
H A DCommandLine.cpp1113 outs().indent(Indent - FirstLineIndentedBy) << " - " << Split.first << "\n";
1116 outs().indent(Indent) << Split.first << "\n";
1158 outs().indent(GlobalWidth-std::strlen(O.ArgStr));
1299 outs().indent(NumSpaces) << " - " << getDescription(i) << '\n';
1322 outs().indent(GlobalWidth-std::strlen(O.ArgStr));
1332 outs().indent(NumSpaces) << " (default: ";
1359 outs().indent(NumSpaces) << " (default: "; \
1382 outs().indent(NumSpaces) << " (default: ";
H A DFormattedStream.cpp71 indent(std::max(int(NewCol - getColumn()), 1));
H A DTargetRegistry.cpp139 OS.indent(Width - Targets[i].first.size()) << " - "

Completed in 250 milliseconds

1234567891011>>