Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h38 struct RelocationInfo;
58 std::vector<RelocationInfo> Relocations;
176 struct RelocationInfo { struct
H A DMachOObject.cpp117 for (const RelocationInfo &R : Sec->Relocations) in removeSections()
H A DMachOReader.cpp98 RelocationInfo R; in extractSections()
H A DMachOWriter.cpp253 RelocationInfo RelocInfo = Sec->Relocations[Index]; in writeSections()