Home
last modified time | relevance | path

Searched refs:appendSectionRelocations (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler.h188 virtual void appendSectionRelocations(const DefinedAtom &atom,
DArchHandler_x86.cpp115 void appendSectionRelocations(const DefinedAtom &atom,
551 void ArchHandler_x86::appendSectionRelocations( in appendSectionRelocations() function in lld::mach_o::ArchHandler_x86
DArchHandler_x86_64.cpp176 void appendSectionRelocations(const DefinedAtom &atom,
764 void ArchHandler_x86_64::appendSectionRelocations( in appendSectionRelocations() function in lld::mach_o::ArchHandler_x86_64
DArchHandler_arm64.cpp168 void appendSectionRelocations(const DefinedAtom &atom,
774 void ArchHandler_arm64::appendSectionRelocations( in appendSectionRelocations() function in lld::mach_o::ArchHandler_arm64
DArchHandler_arm.cpp109 void appendSectionRelocations(const DefinedAtom &atom,
1181 void ArchHandler_arm::appendSectionRelocations( in appendSectionRelocations() function in lld::mach_o::ArchHandler_arm
DMachONormalizedFileFromAtoms.cpp1325 _archHandler.appendSectionRelocations(*atom, info.offsetInSection, *ref, in addSectionRelocs()