Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp463 MachO::any_relocation_info MREPair; in RecordRelocation() local
464 MREPair.r_word0 = Value; in RecordRelocation()
465 MREPair.r_word1 = ((0xffffff << 0) | in RecordRelocation()
469 Writer->addRelocation(nullptr, Fragment->getParent(), MREPair); in RecordRelocation()