Home
last modified time | relevance | path

Searched refs:RuntimeDyldError (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h42 class RuntimeDyldError : public ErrorInfo<RuntimeDyldError> {
46 RuntimeDyldError(std::string ErrMsg) : ErrMsg(std::move(ErrMsg)) {} in RuntimeDyldError() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h50 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()
H A DRuntimeDyldMachOX86_64.h65 return make_error<RuntimeDyldError>(("MachO X86_64 relocation type " + in processRelocationRef()
H A DRuntimeDyldMachOARM.h153 return make_error<RuntimeDyldError>(("MachO ARM relocation type " + in processRelocationRef()
H A DRuntimeDyldMachOAArch64.h283 return make_error<RuntimeDyldError>("Scattered relocations not supported " in processRelocationRef()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp55 char RuntimeDyldError::ID = 0;
57 void RuntimeDyldError::log(raw_ostream &OS) const { in log()
61 std::error_code RuntimeDyldError::convertToErrorCode() const { in convertToErrorCode()
H A DRuntimeDyldImpl.h41 return make_error<RuntimeDyldError>("Unimplemented relocation: " #RelType)
H A DRuntimeDyldELF.cpp2331 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()