Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3118 for (DWARFDIE ctx_die = die; ctx_die && !isUnitType(ctx_die.Tag()); in FindDefinitionDIE() local
3138 for (DWARFDIE ctx_die = type_die; ctx_die && !isUnitType(ctx_die.Tag()) && in FindDefinitionDIE() local