Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h52 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()
H A DRuntimeDyldMachOX86_64.h67 return make_error<RuntimeDyldError>(("MachO X86_64 relocation type " + in processRelocationRef()
H A DRuntimeDyldMachOARM.h155 return make_error<RuntimeDyldError>(("MachO ARM relocation type " + in processRelocationRef()
H A DRuntimeDyldMachOAArch64.h284 return make_error<RuntimeDyldError>("Scattered relocations not supported " in processRelocationRef()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp59 char RuntimeDyldError::ID = 0;
61 void RuntimeDyldError::log(raw_ostream &OS) const { in log()
65 std::error_code RuntimeDyldError::convertToErrorCode() const { in convertToErrorCode()
H A DRuntimeDyldImpl.h43 return make_error<RuntimeDyldError>("Unimplemented relocation: " #RelType)
H A DRuntimeDyldELF.cpp1846 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()