Home
last modified time | relevance | path

Searched defs:PrintScope (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
DLinePrinter.h117 struct PrintScope { struct
118 explicit PrintScope(LinePrinter &P, uint32_t IndentLevel) in PrintScope() function
120 explicit PrintScope(const PrintScope &Other, uint32_t LabelWidth) in PrintScope() argument
128 inline PrintScope withLabelWidth(const PrintScope &Scope, uint32_t W) { in withLabelWidth() argument
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_scope.cc144 std::vector<ScopeNode*> TFScope::PrintScope(const std::vector<ScopeNode*> roots, in PrintScope() function in tensorflow::tfprof::TFScope
Dtfprof_code.cc573 std::vector<CodeNode*> TFCode::PrintScope(const std::vector<CodeNode*> roots, in PrintScope() function in tensorflow::tfprof::TFCode
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
DLVScope.cpp1568 std::function<void(const LVScope *Scope)> PrintScope = in printSizes() local