reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
112 return IsPCRel ? ELF::R_X86_64_PC64 : ELF::R_X86_64_64; 114 return IsPCRel ? ELF::R_X86_64_PC32 : ELF::R_X86_64_32; 118 return IsPCRel ? ELF::R_X86_64_PC16 : ELF::R_X86_64_16; 120 return IsPCRel ? ELF::R_X86_64_PC8 : ELF::R_X86_64_8; 126 return IsPCRel ? ELF::R_X86_64_GOTPC64 : ELF::R_X86_64_GOT64; 128 return IsPCRel ? ELF::R_X86_64_GOTPC32 : ELF::R_X86_64_GOT32; 138 assert(!IsPCRel); 141 assert(!IsPCRel); 155 assert(!IsPCRel); 169 assert(!IsPCRel);