Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching full:relocation

162     llvm_unreachable("Invalid relocation type!");
175 return Error("Relocation type not implemented yet!");
186 // If the relocation is PC-relative, the value to be encoded is the
195 llvm_unreachable("Invalid relocation type!");
216 return Error("Relocation type not implemented yet!");
227 // If the relocation is PC-relative, the value to be encoded is the
239 llvm_unreachable("Invalid relocation type!");
274 return Error("Relocation type not implemented yet!");
304 // Obtain the symbol name which is referenced in the relocation
356 // This is an ARM branch relocation, need to use a stub function.