Home
last modified time | relevance | path

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

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