Home
last modified time | relevance | path

Searched refs:ParentDie (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp107 DWARFDie ParentDie = Die.getParent(); in GetParentDeclContextDIE() local
108 if (!ParentDie) in GetParentDeclContextDIE()
111 switch (ParentDie.getTag()) { in GetParentDeclContextDIE()
117 return ParentDie; // Found parent decl context DIE in GetParentDeclContextDIE()
119 return GetParentDeclContextDIE(ParentDie); in GetParentDeclContextDIE()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp311 const auto &ParentDie = Die.getParent(); in isDIEOfProbe() local
312 if (!Die.isValid() || !ParentDie.isValid() || Die.isNULL()) in isDIEOfProbe()
316 if (!ParentDie.isSubprogramDIE()) in isDIEOfProbe()