reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
49 if (!RI.r_pcrel) { 60 if (!RI.r_pcrel && RI.r_extern) { 68 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 72 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 76 if (!RI.r_pcrel && RI.r_extern && RI.r_length == 2) 80 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 84 if (!RI.r_pcrel && RI.r_extern && RI.r_length == 2) 88 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 92 if (!RI.r_pcrel && !RI.r_extern && RI.r_length == 2) 102 ", pc_rel=" + (RI.r_pcrel ? "true" : "false") + 133 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel");lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
48 if (!RI.r_pcrel) { 56 if (RI.r_pcrel && RI.r_length == 2) 60 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 64 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 68 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 75 if (!RI.r_pcrel && RI.r_extern) { 83 if (RI.r_pcrel && RI.r_length == 2) 87 if (RI.r_pcrel && RI.r_length == 2) 91 if (RI.r_pcrel && RI.r_length == 2) 95 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 105 ", pc_rel=" + (RI.r_pcrel ? "true" : "false") + 135 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel");