Home
last modified time | relevance | path

Searched refs:EhRelocator (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DEhFrame.h91 class EhRelocator {
93 EhRelocator(InputSection *isec) : isec(isec) {} in EhRelocator() function
H A DEhFrame.cpp126 void EhRelocator::makePcRel(uint64_t off, in makePcRel()
132 void EhRelocator::makeNegativePcRel( in makeNegativePcRel()
138 void EhRelocator::commit() { in commit()
H A DInputFiles.cpp1415 EhRelocator ehRelocator(isec); in registerEhFrames()