Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCVSymbolVisitor.h23 llvm::Optional<uint32_t> ParentRecursiveDepth; member
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DCVSymbolVisitor.cpp93 uint32_t ParentRecurseDepth = Filter.ParentRecursiveDepth.value_or(0); in visitSymbolStreamFiltered()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1491 Filter.ParentRecursiveDepth = opts::Filters.ParentRecurseDepth; in dumpModuleSymsForPdb()