Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h83 std::vector<ValidReloc> ValidDebugAddrRelocs; variable
143 return !ValidDebugInfoRelocs.empty() || !ValidDebugAddrRelocs.empty(); in hasValidRelocs()
188 ValidDebugAddrRelocs.clear(); in clear()
H A DDwarfLinkerForBinary.cpp865 findValidRelocs(Section, Obj, DMO, ValidDebugAddrRelocs); in findValidRelocsInDebugSections()
989 return hasValidRelocationAt(ValidDebugAddrRelocs, StartOffset, EndOffset, in isLiveSubprogram()
1036 getRelocations(ValidDebugAddrRelocs, StartOffset, EndOffset); in relocateIndexedAddr()