Home
last modified time | relevance | path

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

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