Home
last modified time | relevance | path

Searched refs:ChildRecursiveDepth (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCVSymbolVisitor.h24 llvm::Optional<uint32_t> ChildRecursiveDepth; member
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DCVSymbolVisitor.cpp94 uint32_t ChildrenRecurseDepth = Filter.ChildRecursiveDepth.value_or(0); in visitSymbolStreamFiltered()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1492 Filter.ChildRecursiveDepth = opts::Filters.ChildrenRecurseDepth; in dumpModuleSymsForPdb()