Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h81 std::vector<ValidReloc> ValidDebugInfoRelocs; variable
144 return !ValidDebugInfoRelocs.empty() || !ValidDebugAddrRelocs.empty(); in hasValidRelocs()
188 ValidDebugInfoRelocs.clear(); in clear()
H A DDwarfLinkerForBinary.cpp610 findValidRelocs(Section, Obj, DMO, ValidDebugInfoRelocs); in findValidRelocsInDebugSections()
707 return hasValidRelocationAt(ValidDebugInfoRelocs, LocationOffset, in hasLiveMemoryLocation()
726 return hasValidRelocationAt(ValidDebugInfoRelocs, LowPcOffset, in hasLiveAddressRange()
763 ValidDebugInfoRelocs, BaseOffset, BaseOffset + Data.size()); in applyValidRelocs()