Home
last modified time | relevance | path

Searched refs:PrintScope (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/tools/llvm-pdbutil/
DLinePrinter.h95 struct PrintScope { struct
96 explicit PrintScope(LinePrinter &P, uint32_t IndentLevel) in PrintScope() function
98 explicit PrintScope(const PrintScope &Other, uint32_t LabelWidth) in PrintScope() function
106 inline Optional<PrintScope> withLabelWidth(const Optional<PrintScope> &Scope, in withLabelWidth() argument
110 return PrintScope{*Scope, W}; in withLabelWidth()
118 explicit AutoIndent(const Optional<PrintScope> &Scope) { in AutoIndent()
DDumpOutputStyle.cpp437 iterateOneModule(InputFile &File, const Optional<PrintScope> &HeaderScope, in iterateOneModule()
451 const Optional<PrintScope> &HeaderScope, in iterateSymbolGroups()
479 InputFile &File, const Optional<PrintScope> &HeaderScope, in iterateModuleSubsections()
599 File, PrintScope{P, 11}, [&](uint32_t Modi, const SymbolGroup &Strings) { in dumpModules()
635 iterateSymbolGroups(File, PrintScope{P, 11}, in dumpModuleFiles()
660 Optional<PrintScope> Scope; in dumpSymbolStats()
952 File, PrintScope{P, 4}, in dumpLines()
991 File, PrintScope{P, 2}, in dumpInlineeLines()
1019 File, PrintScope{P, 2}, in dumpXmi()
1060 File, PrintScope{P, 2}, in dumpXme()
[all …]
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_scope.cc100 ScopeNode* root = PrintScope({root_}, opts, 1, 0)[0]; in ShowInternal()
146 std::vector<ScopeNode*> TFScope::PrintScope(const std::vector<ScopeNode*> roots, in PrintScope() function in tensorflow::tfprof::TFScope
158 show_cnodes = PrintScope(node->show_children, opts, depth + 1, ident); in PrintScope()
Dtfprof_scope.h59 std::vector<ScopeNode*> PrintScope(const std::vector<ScopeNode*> roots,
Dtfprof_code.h74 std::vector<CodeNode*> PrintScope(const std::vector<CodeNode*> roots,
Dtfprof_code.cc504 CodeNode* root = PrintScope({root_.get()}, opts, 1, 0)[0]; in ShowInternal()
575 std::vector<CodeNode*> TFCode::PrintScope(const std::vector<CodeNode*> roots, in PrintScope() function in tensorflow::tfprof::TFCode
589 PrintScope(node->show_children, opts, depth + 1, ident); in PrintScope()