Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp409 object::DataRefImpl RelocDataRef = It->getRawDataRefImpl(); in collectRelocationsToApplyToSwiftReflectionSections() local
410 MachO::any_relocation_info MachOReloc = MO->getRelocation(RelocDataRef); in collectRelocationsToApplyToSwiftReflectionSections()
893 object::DataRefImpl RelocDataRef = Reloc.getRawDataRefImpl(); in findValidRelocsMachO() local
894 MachO::any_relocation_info MachOReloc = Obj.getRelocation(RelocDataRef); in findValidRelocsMachO()