Home
last modified time | relevance | path

Searched refs:JITLinkError (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO.cpp33 return make_error<JITLinkError>("Truncated MachO buffer \"" + in createLinkGraphFromMachOObject()
45 return make_error<JITLinkError>("MachO 32-bit platforms not supported"); in createLinkGraphFromMachOObject()
49 return make_error<JITLinkError>("Truncated MachO buffer \"" + in createLinkGraphFromMachOObject()
70 return make_error<JITLinkError>("MachO-64 CPU type not valid"); in createLinkGraphFromMachOObject()
72 return make_error<JITLinkError>("Unrecognized MachO magic value"); in createLinkGraphFromMachOObject()
84 Ctx->notifyFailed(make_error<JITLinkError>("MachO-64 CPU type not valid")); in link_MachO()
H A DCOFF.cpp51 return make_error<JITLinkError>("Invalid COFF buffer"); in createLinkGraphFromCOFFObject()
54 return make_error<JITLinkError>("Truncated COFF buffer"); in createLinkGraphFromCOFFObject()
68 return make_error<JITLinkError>("Incorrect PE magic"); in createLinkGraphFromCOFFObject()
75 return make_error<JITLinkError>("Truncated COFF buffer"); in createLinkGraphFromCOFFObject()
86 return make_error<JITLinkError>("Truncated COFF buffer"); in createLinkGraphFromCOFFObject()
115 return make_error<JITLinkError>( in createLinkGraphFromCOFFObject()
128 Ctx->notifyFailed(make_error<JITLinkError>( in link_COFF()
H A DMachO_arm64.cpp115 return make_error<JITLinkError>( in getRelocationKind()
144 return make_error<JITLinkError>("arm64 SUBTRACTOR without paired " in parsePairRelocation()
150 return make_error<JITLinkError>("arm64 SUBTRACTOR and paired UNSIGNED " in parsePairRelocation()
154 return make_error<JITLinkError>("length of arm64 SUBTRACTOR and paired " in parsePairRelocation()
210 return make_error<JITLinkError>("SUBTRACTOR relocation must fix up " in parsePairRelocation()
244 return make_error<JITLinkError>("Virtual section contains " in addRelocations()
296 return make_error<JITLinkError>( in addRelocations()
316 return make_error<JITLinkError>("Unpaired Addend reloc at " + in addRelocations()
328 return make_error<JITLinkError>( in addRelocations()
342 return make_error<JITLinkError>("Paired relocation points at " in addRelocations()
[all …]
H A DELF_aarch64.cpp133 return make_error<JITLinkError>( in getRelocationKind()
195 return make_error<JITLinkError>( in addSingleRelocation()
213 return make_error<JITLinkError>( in addSingleRelocation()
224 return make_error<JITLinkError>( in addSingleRelocation()
235 return make_error<JITLinkError>( in addSingleRelocation()
246 return make_error<JITLinkError>( in addSingleRelocation()
257 return make_error<JITLinkError>( in addSingleRelocation()
268 return make_error<JITLinkError>( in addSingleRelocation()
279 return make_error<JITLinkError>( in addSingleRelocation()
290 return make_error<JITLinkError>( in addSingleRelocation()
[all …]
H A DEHFrameSupport.cpp43 return make_error<JITLinkError>( in operator ()()
104 return make_error<JITLinkError>( in readCFIRecordLength()
120 return make_error<JITLinkError>("Unexpected zero-fill block in " + in processBlock()
160 return make_error<JITLinkError>("Incomplete CFI record at " + in processBlock()
268 return make_error<JITLinkError>( in processCIE()
314 return make_error<JITLinkError>( in processFDE()
343 return make_error<JITLinkError>( in processFDE()
425 return make_error<JITLinkError>("Unrecognized substring e" + in parseAugmentationString()
436 return make_error<JITLinkError>("Unrecognized character " + in parseAugmentationString()
480 return make_error<JITLinkError>("Unsupported pointer encoding " + in readPointerEncoding()
[all …]
H A DMachOLinkGraphBuilder.cpp174 return make_error<JITLinkError>( in createNormalizedSections()
223 return make_error<JITLinkError>( in createNormalizedSections()
392 return make_error<JITLinkError>( in graphifyRegularSymbols()
397 return make_error<JITLinkError>( in graphifyRegularSymbols()
402 return make_error<JITLinkError>( in graphifyRegularSymbols()
484 return make_error<JITLinkError>( in graphifyRegularSymbols()
751 return make_error<JITLinkError>( in operator ()()
773 return make_error<JITLinkError>( in operator ()()
806 return make_error<JITLinkError>( in operator ()()
832 return make_error<JITLinkError>( in operator ()()
[all …]
H A DCOFFLinkGraphBuilder.cpp81 return make_error<JITLinkError>("Object is not a relocatable COFF file"); in buildGraph()
168 return make_error<JITLinkError>("MemProt should match"); in graphifySections()
224 return make_error<JITLinkError>( in graphifySymbols()
294 return make_error<JITLinkError>( in handleDirectiveSection()
349 return make_error<JITLinkError>("Weak symbol alias requested but actual " in flushWeakAliasRequests()
390 return make_error<JITLinkError>("Weak external symbol with external " in createAliasSymbol()
479 return make_error<JITLinkError>( in createDefinedSymbol()
531 return make_error<JITLinkError>( in createDefinedSymbol()
536 return make_error<JITLinkError>("Unsupported storage class " + in createDefinedSymbol()
590 return make_error<JITLinkError>( in createCOMDATExportRequest()
[all …]
H A DELF.cpp77 return make_error<JITLinkError>("Truncated ELF buffer"); in createLinkGraphFromELFObject()
80 return make_error<JITLinkError>("ELF magic not valid"); in createLinkGraphFromELFObject()
107 return make_error<JITLinkError>( in createLinkGraphFromELFObject()
146 Ctx->notifyFailed(make_error<JITLinkError>( in link_ELF()
H A DMachO_x86_64.cpp107 return make_error<JITLinkError>( in getRelocKind()
135 return make_error<JITLinkError>("x86_64 SUBTRACTOR without paired " in parsePairRelocation()
141 return make_error<JITLinkError>("x86_64 SUBTRACTOR and paired UNSIGNED " in parsePairRelocation()
145 return make_error<JITLinkError>("length of x86_64 SUBTRACTOR and paired " in parsePairRelocation()
201 return make_error<JITLinkError>("SUBTRACTOR relocation must fix up " in parsePairRelocation()
235 return make_error<JITLinkError>("Virtual section contains " in addRelocations()
283 return make_error<JITLinkError>( in addRelocations()
328 return make_error<JITLinkError>("GOTLD at invalid offset " + in addRelocations()
347 return make_error<JITLinkError>("TLV at invalid offset " + in addRelocations()
H A DJITLink.cpp54 char JITLinkError::ID = 0;
56 void JITLinkError::log(raw_ostream &OS) const { OS << ErrMsg; } in log()
58 std::error_code JITLinkError::convertToErrorCode() const { in convertToErrorCode()
412 return make_error<JITLinkError>(std::move(ErrMsg)); in makeTargetOutOfRangeError()
417 return make_error<JITLinkError>("0x" + llvm::utohexstr(Loc.getValue()) + in makeAlignmentError()
467 return make_error<JITLinkError>("Unsupported file format"); in createLinkGraphFromObject()
515 Ctx->notifyFailed(make_error<JITLinkError>("Unsupported object format")); in link()
H A Daarch32.cpp241 return make_error<JITLinkError>( in makeUnexpectedOpcodeError()
249 return make_error<JITLinkError>( in makeUnexpectedOpcodeError()
404 return make_error<JITLinkError>( in readAddendData()
427 return make_error<JITLinkError>( in readAddendArm()
458 return make_error<JITLinkError>( in readAddendThumb()
516 return make_error<JITLinkError>( in applyFixupData()
537 return make_error<JITLinkError>("Branch relocation needs interworking " in applyFixupArm()
552 return make_error<JITLinkError>("Relocation expects an unconditional " in applyFixupArm()
590 return make_error<JITLinkError>( in applyFixupArm()
613 return make_error<JITLinkError>("Branch relocation needs interworking " in applyFixupThumb()
[all …]
H A DELF_aarch32.cpp72 return make_error<JITLinkError>( in getJITLinkEdgeKind()
112 return make_error<JITLinkError>(formatv("Invalid aarch32 edge {0:d}: ", in getELFRelocationType()
256 return make_error<JITLinkError>( in createLinkGraphFromELFObject_aarch32()
284 return make_error<JITLinkError>( in createLinkGraphFromELFObject_aarch32()
H A DMachOLinkGraphBuilder.h122 return make_error<JITLinkError>("No section recorded for index " + in findSectionByIndex()
133 return make_error<JITLinkError>("No symbol at index " + in findSymbolByIndex()
157 return make_error<JITLinkError>("No symbol covering address " + in findSymbolByAddress()
H A DELFLinkGraphBuilder.h206 return make_error<JITLinkError>("Object is not a relocatable ELF file"); in buildGraph()
291 return make_error<JITLinkError>("Multiple SHT_SYMTAB sections in " + in prepare()
299 return make_error<JITLinkError>("sh_link is out of bound"); in prepare()
383 return make_error<JITLinkError>(std::move(ErrMsg)); in graphifySections()
528 return make_error<JITLinkError>(std::move(ErrMsg)); in graphifySymbols()
H A DCOFFDirectiveParser.cpp69 return make_error<JITLinkError>(Twine("COFF directive parsing failed: ") + in parse()
H A DDWARFRecordSectionSplitter.cpp69 return make_error<JITLinkError>("Unexpected zero-fill block in " + in processBlock()
H A DEHFrameSupportImpl.h76 return make_error<JITLinkError>("No CIE found at address " + in findCIEInfo()
H A DELF_loongarch.cpp73 return make_error<JITLinkError>( in getRelocationKind()
H A DELF_i386.cpp138 return make_error<JITLinkError>("Unsupported i386 relocation:" + in getRelocationKind()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h467 return make_error<JITLinkError>("BranchPCRel26 target is not 32-bit " in applyFixup()
502 return make_error<JITLinkError>("LDR literal target is not 32-bit " in applyFixup()
534 return make_error<JITLinkError>( in applyFixup()
551 return make_error<JITLinkError>( in applyFixup()
589 return make_error<JITLinkError>("PAGEOFF12 target is not aligned"); in applyFixup()
597 return make_error<JITLinkError>( in applyFixup()
H A Dppc64.h348 return make_error<JITLinkError>( in relocateHalf16()
489 return make_error<JITLinkError>( in applyFixup()
H A Di386.h267 return make_error<JITLinkError>( in applyFixup()
H A Dloongarch.h251 return make_error<JITLinkError>( in applyFixup()
H A Dx86_64.h499 return make_error<JITLinkError>( in applyFixup()
H A DJITLink.h51 class JITLinkError : public ErrorInfo<JITLinkError> {
55 JITLinkError(Twine ErrMsg) : ErrMsg(ErrMsg.str()) {} in JITLinkError() function
1646 return make_error<JITLinkError>( in overlapError()

12