Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp264 RelocationInfo RelocInfo = Sec->Relocations[Index]; in writeSections() local
265 if (!RelocInfo.Scattered) { in writeSections()
266 const uint32_t SymbolNum = RelocInfo.Extern in writeSections()
267 ? (*RelocInfo.Symbol)->Index in writeSections()
268 : (*RelocInfo.Sec)->Index; in writeSections()
269 RelocInfo.setPlainRelocationSymbolNum(SymbolNum, IsLittleEndian); in writeSections()
273 reinterpret_cast<MachO::any_relocation_info &>(RelocInfo.Info)); in writeSections()
276 &RelocInfo.Info, sizeof(RelocInfo.Info)); in writeSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1496 auto RelocInfo = MachObj->getRelocation(Reloc.getRawDataRefImpl()); in isRelocScattered() local
1497 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()