Searched refs:PrintScope (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | LinePrinter.h | 95 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()
|
D | DumpOutputStyle.cpp | 437 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/ |
D | tfprof_scope.cc | 100 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()
|
D | tfprof_scope.h | 59 std::vector<ScopeNode*> PrintScope(const std::vector<ScopeNode*> roots,
|
D | tfprof_code.h | 74 std::vector<CodeNode*> PrintScope(const std::vector<CodeNode*> roots,
|
D | tfprof_code.cc | 504 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()
|