Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DLinePrinter.h96 struct PrintScope { struct
97 explicit PrintScope(LinePrinter &P, uint32_t IndentLevel) in PrintScope() argument
99 explicit PrintScope(const PrintScope &Other, uint32_t LabelWidth) in PrintScope() function
107 inline Optional<PrintScope> withLabelWidth(const Optional<PrintScope> &Scope, in withLabelWidth() argument
111 return PrintScope{*Scope, W}; in withLabelWidth()
119 explicit AutoIndent(const Optional<PrintScope> &Scope) { in AutoIndent()
DDumpOutputStyle.cpp386 iterateOneModule(InputFile &File, const Optional<PrintScope> &HeaderScope, in iterateOneModule()
400 const Optional<PrintScope> &HeaderScope, in iterateSymbolGroups()
428 InputFile &File, const Optional<PrintScope> &HeaderScope, in iterateModuleSubsections()
548 File, PrintScope{P, 11}, [&](uint32_t Modi, const SymbolGroup &Strings) { in dumpModules()
579 iterateSymbolGroups(File, PrintScope{P, 11}, in dumpModuleFiles()
599 Optional<PrintScope> Scope; in dumpSymbolStats()
845 File, PrintScope{P, 4}, in dumpLines()
879 File, PrintScope{P, 2}, in dumpInlineeLines()
897 File, PrintScope{P, 2}, in dumpXmi()
933 File, PrintScope{P, 2}, in dumpXme()
[all …]
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_scope.cc99 ScopeNode* root = PrintScope({root_}, opts, 1, 0)[0]; in ShowInternal()
145 std::vector<ScopeNode*> TFScope::PrintScope(const std::vector<ScopeNode*> roots, in PrintScope() function in tensorflow::tfprof::TFScope
157 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.cc489 CodeNode* root = PrintScope({root_.get()}, opts, 1, 0)[0]; in ShowInternal()
560 std::vector<CodeNode*> TFCode::PrintScope(const std::vector<CodeNode*> roots, in PrintScope() function in tensorflow::tfprof::TFCode
574 PrintScope(node->show_children, opts, depth + 1, ident); in PrintScope()