Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp477 MachO::any_relocation_info MREPair; in recordRelocation() local
478 MREPair.r_word0 = Value; in recordRelocation()
479 MREPair.r_word1 = ((0xffffff << 0) | in recordRelocation()
483 Writer->addRelocation(nullptr, Fragment->getParent(), MREPair); in recordRelocation()