Home
last modified time | relevance | path

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

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