Searched refs:RuntimeDyldError (Results 1 – 8 of 8) sorted by relevance
42 class RuntimeDyldError : public ErrorInfo<RuntimeDyldError> {46 RuntimeDyldError(std::string ErrMsg) : ErrMsg(std::move(ErrMsg)) {} in RuntimeDyldError() function
52 return make_error<RuntimeDyldError>(("Unhandled I386 scattered relocation " in processRelocationRef()62 return make_error<RuntimeDyldError>(("MachO I386 relocation type " + in processRelocationRef()223 return make_error<RuntimeDyldError>("Jump-table section does not contain " in populateJumpTable()
67 return make_error<RuntimeDyldError>(("MachO X86_64 relocation type " + in processRelocationRef()
155 return make_error<RuntimeDyldError>(("MachO ARM relocation type " + in processRelocationRef()
284 return make_error<RuntimeDyldError>("Scattered relocations not supported " in processRelocationRef()
59 char RuntimeDyldError::ID = 0;61 void RuntimeDyldError::log(raw_ostream &OS) const { in log()65 std::error_code RuntimeDyldError::convertToErrorCode() const { in convertToErrorCode()
43 return make_error<RuntimeDyldError>("Unimplemented relocation: " #RelType)
1846 return make_error<RuntimeDyldError>("Can't find matching LO16 reloc"); in finalizeLoad()1855 return make_error<RuntimeDyldError>("Unable to allocate memory for GOT!"); in finalizeLoad()