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
50 return make_error<RuntimeDyldError>(("Unhandled I386 scattered relocation " in processRelocationRef()60 return make_error<RuntimeDyldError>(("MachO I386 relocation type " + in processRelocationRef()224 return make_error<RuntimeDyldError>("Jump-table section does not contain " in populateJumpTable()
65 return make_error<RuntimeDyldError>(("MachO X86_64 relocation type " + in processRelocationRef()
153 return make_error<RuntimeDyldError>(("MachO ARM relocation type " + in processRelocationRef()
283 return make_error<RuntimeDyldError>("Scattered relocations not supported " in processRelocationRef()
55 char RuntimeDyldError::ID = 0;57 void RuntimeDyldError::log(raw_ostream &OS) const { in log()61 std::error_code RuntimeDyldError::convertToErrorCode() const { in convertToErrorCode()
41 return make_error<RuntimeDyldError>("Unimplemented relocation: " #RelType)
2331 return make_error<RuntimeDyldError>("Can't find matching LO16 reloc"); in finalizeLoad()2339 return make_error<RuntimeDyldError>( in finalizeLoad()2372 return make_error<RuntimeDyldError>("Unable to allocate memory for GOT!"); in finalizeLoad()2388 return make_error<RuntimeDyldError>( in finalizeLoad()