reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
51 return RI.r_extern ? Pointer64 : Pointer64Anon; 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) 103 ", extern=" + (RI.r_extern ? "true" : "false") + 132 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); 165 if (UnsignedRI.r_extern) {lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
50 return RI.r_extern ? Pointer64 : Pointer64Anon; 51 else if (RI.r_extern && RI.r_length == 2) 57 return RI.r_extern ? PCRel32 : PCRel32Anon; 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) { 84 return RI.r_extern ? PCRel32Minus1 : PCRel32Minus1Anon; 88 return RI.r_extern ? PCRel32Minus2 : PCRel32Minus2Anon; 92 return RI.r_extern ? PCRel32Minus4 : PCRel32Minus4Anon; 95 if (RI.r_pcrel && RI.r_extern && RI.r_length == 2) 106 ", extern=" + (RI.r_extern ? "true" : "false") + 134 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); 167 if (UnsignedRI.r_extern) {