Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
HDMachOObject.h37 struct RelocationInfo;
57 std::vector<RelocationInfo> Relocations;
172 struct RelocationInfo { struct
HDMachOObject.cpp130 for (const RelocationInfo &R : Sec->Relocations) in removeSections()
HDMachOReader.cpp100 RelocationInfo R; in extractSections()
HDMachOWriter.cpp254 RelocationInfo RelocInfo = Sec->Relocations[Index]; in writeSections()