reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objdump/MachODump.cpp
 7060     info->adrp_inst = ReferenceValue;
 7075              (info->adrp_inst & 0x9f000000) == 0x90000000 &&
 7076              (info->adrp_inst & 0x1f) == ((ReferenceValue >> 5) & 0x1f)) {
 7081         ((info->adrp_inst & 0x00ffffe0) >> 3) | ((info->adrp_inst >> 29) & 0x3);
 7081         ((info->adrp_inst & 0x00ffffe0) >> 3) | ((info->adrp_inst >> 29) & 0x3);
 7082     if (info->adrp_inst & 0x0200000)
 7105              (info->adrp_inst & 0x9f000000) == 0x90000000 &&
 7106              (info->adrp_inst & 0x1f) == ((ReferenceValue >> 5) & 0x1f)) {
 7111         ((info->adrp_inst & 0x00ffffe0) >> 3) | ((info->adrp_inst >> 29) & 0x3);
 7111         ((info->adrp_inst & 0x00ffffe0) >> 3) | ((info->adrp_inst >> 29) & 0x3);
 7112     if (info->adrp_inst & 0x0200000)