Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp337 auto FnDie = Die.getParent(); in correlateProfileDataImpl() local
338 auto FunctionPtr = dwarf::toAddress(FnDie.find(dwarf::DW_AT_low_pc)); in correlateProfileDataImpl()
397 if (auto Name = FnDie.getName(DINameKind::LinkageName)) in correlateProfileDataImpl()
402 auto FilePath = FnDie.getDeclFile( in correlateProfileDataImpl()
406 if (auto LineNumber = FnDie.getDeclLine()) in correlateProfileDataImpl()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp647 auto FnDie = Die.getDwarfUnit()->getDIEForOffset(Offset); in collectStatsRecursive() local
648 if (!FnDie) in collectStatsRecursive()
650 auto Tag = FnDie.getTag(); in collectStatsRecursive()