Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h37 struct RelocationInfo;
57 std::vector<RelocationInfo> Relocations;
172 struct RelocationInfo { struct
H A DMachOObject.cpp130 for (const RelocationInfo &R : Sec->Relocations) in removeSections()
H A DMachOReader.cpp100 RelocationInfo R; in extractSections()
H A DMachOWriter.cpp254 RelocationInfo RelocInfo = Sec->Relocations[Index]; in writeSections()