Home
last modified time | relevance | path

Searched defs:Recurse (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h55 using Recurse = DWARFBaseDIE::Recurse; variable
H A DDWARFBaseDIE.h117 enum class Recurse : bool { no, yes }; enum
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1065 Recurse = PdbSymbolIdField::All; in dumpDia() local
175 Recurse("recurse", global() variable
1022 diaDumpChildren(PDBSymbol & Outer,PdbSymbolIdField Ids,PdbSymbolIdField Recurse) diaDumpChildren() argument
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp313 auto PrintValue = [&](const Value &V, ArrayRef<Segment> Path, auto &Recurse) { in printErrorContext()