Lines Matching refs:make_error
86 return make_error<JITLinkError>( in getRelocationKind()
116 return make_error<JITLinkError>("arm64 SUBTRACTOR without paired " in parsePairRelocation()
122 return make_error<JITLinkError>("arm64 SUBTRACTOR and paired UNSIGNED " in parsePairRelocation()
126 return make_error<JITLinkError>("length of arm64 SUBTRACTOR and paired " in parsePairRelocation()
174 return make_error<JITLinkError>("SUBTRACTOR relocation must fix up " in parsePairRelocation()
195 return make_error<JITLinkError>("Virtual section contains " in addRelocations()
245 return make_error<JITLinkError>( in addRelocations()
263 return make_error<JITLinkError>("Unpaired Addend reloc at " + in addRelocations()
273 return make_error<JITLinkError>( in addRelocations()
287 return make_error<JITLinkError>("Paired relocation points at " in addRelocations()
299 return make_error<JITLinkError>("BRANCH26 target is not a B or BL " in addRelocations()
334 return make_error<JITLinkError>("PAGE21/GOTPAGE21 target is not an " in addRelocations()
347 return make_error<JITLinkError>("GOTPAGEOFF12 target has non-zero " in addRelocations()
358 return make_error<JITLinkError>("GOTPAGEOFF12 target is not an LDR " in addRelocations()
542 return make_error<JITLinkError>("Branch26 target is not 32-bit " in applyFixup()
599 return make_error<JITLinkError>("PAGEOFF12 target is not aligned"); in applyFixup()
627 return make_error<JITLinkError>("LDR literal target is not 32-bit " in applyFixup()