Home
last modified time | relevance | path

Searched defs:ChildrenRecurseDepth (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCVSymbolVisitor.cpp94 uint32_t ChildrenRecurseDepth = Filter.ChildRecursiveDepth.value_or(0); in visitSymbolStreamFiltered() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h35 std::optional<uint32_t> ChildrenRecurseDepth; member