Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h113 std::vector<ValidReloc> ValidDebugAddrRelocs; variable
172 return !ValidDebugInfoRelocs.empty() || !ValidDebugAddrRelocs.empty(); in hasValidRelocs()
226 ValidDebugAddrRelocs.clear(); in clear()
H A DDwarfLinkerForBinary.cpp996 findValidRelocs(Section, Obj, DMO, ValidDebugAddrRelocs); in findValidRelocsInDebugSections()
1093 return hasValidRelocationAt(ValidDebugAddrRelocs, StartOffset, EndOffset, in getExprOpAddressRelocAdjustment()
1132 ValidDebugAddrRelocs, *AddressOffset, in getSubprogramRelocAdjustment()
1159 InRelocs = getRelocations(ValidDebugAddrRelocs, StartOffset, EndOffset); in updateAndSaveValidRelocs()