Home
last modified time | relevance | path

Searched refs:ParentRecurseDepth (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCVSymbolVisitor.cpp93 uint32_t ParentRecurseDepth = Filter.ParentRecursiveDepth.value_or(0); in visitSymbolStreamFiltered() local
118 if (ParentRecurseDepth >= ParentOffsets.size()) in visitSymbolStreamFiltered()
119 ParentRecurseDepth = ParentOffsets.size(); in visitSymbolStreamFiltered()
120 uint32_t StartIndex = ParentOffsets.size() - ParentRecurseDepth; in visitSymbolStreamFiltered()
146 if (ParentRecurseDepth && BeginOffset == ParentEndOffsets.back()) { in visitSymbolStreamFiltered()
150 --ParentRecurseDepth; in visitSymbolStreamFiltered()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h196 unsigned ParentRecurseDepth = -1U; member
217 Opts.ParentRecurseDepth = 0; in getForSingleDIE()
226 if (ParentRecurseDepth == -1U && !ShowParents) in noImplicitRecursion()
227 Opts.ParentRecurseDepth = 0; in noImplicitRecursion()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h34 std::optional<uint32_t> ParentRecurseDepth; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp257 ParentRecurseDepth("parent-recurse-depth", variable
344 DumpOpts.ParentRecurseDepth = ParentRecurseDepth; in getDumpOpts()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp569 if (DumpOpts.ParentRecurseDepth > 0 && Depth >= DumpOpts.ParentRecurseDepth) in dumpParentChain()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1566 opts::Filters.ParentRecurseDepth = opts::dump::DumpParentDepth; in main()
H A DDumpOutputStyle.cpp1492 Filter.ParentRecursiveDepth = opts::Filters.ParentRecurseDepth; in dumpModuleSymsForPdb()