Home
last modified time | relevance | path

Searched refs:toAddress (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h369 toAddress(const std::optional<DWARFFormValue> &V) { in toAddress() function
388 inline uint64_t toAddress(const std::optional<DWARFFormValue> &V, in toAddress() function
390 return toAddress(V).value_or(Default); in toAddress()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.cpp779 LowPc = dwarf::toAddress(LowPCVal); in isLiveSubprogramEntry()
815 if (dwarf::toAddress(Entry.CU->find(Entry.DieEntry, dwarf::DW_AT_high_pc)) in isLiveSubprogramEntry()
H A DDWARFLinkerCompileUnit.cpp1379 dwarf::toAddress(find(InputDieEntry, dwarf::DW_AT_low_pc)); in createPlainDIEandCloneAttributes()
/src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp90 dwarf::toAddress(DIE.find(dwarf::DW_AT_low_pc))) { in getSubprogramRelocAdjustment()
/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp338 auto FunctionPtr = dwarf::toAddress(FnDie.find(dwarf::DW_AT_low_pc)); in correlateProfileDataImpl()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp561 auto LowPc = dwarf::toAddress(DIE.find(dwarf::DW_AT_low_pc)); in shouldKeepSubprogramDIE()
591 if (dwarf::toAddress(OrigUnit.getUnitDIE().find(dwarf::DW_AT_high_pc)) in shouldKeepSubprogramDIE()