Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp253 RelocationInfo RelocInfo = Sec->Relocations[Index]; in writeSections() local
254 if (!RelocInfo.Scattered && !RelocInfo.IsAddend) { in writeSections()
255 const uint32_t SymbolNum = RelocInfo.Extern in writeSections()
256 ? (*RelocInfo.Symbol)->Index in writeSections()
257 : (*RelocInfo.Sec)->Index; in writeSections()
258 RelocInfo.setPlainRelocationSymbolNum(SymbolNum, IsLittleEndian); in writeSections()
262 reinterpret_cast<MachO::any_relocation_info &>(RelocInfo.Info)); in writeSections()
265 &RelocInfo.Info, sizeof(RelocInfo.Info)); in writeSections()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1527 auto RelocInfo = MachObj->getRelocation(Reloc.getRawDataRefImpl()); in isRelocScattered() local
1528 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()