Lines Matching refs:make_error
76 return make_error<JITLinkError>("Unexpected zero-fill block in " + in processBlock()
142 return make_error<JITLinkError>( in operator ()()
186 return make_error<JITLinkError>("Unexpected zero-fill block in " + in processBlock()
199 return make_error<JITLinkError>( in processBlock()
238 return make_error<JITLinkError>( in processBlock()
291 return make_error<JITLinkError>("Bad CIE version " + Twine(Version) + in processCIE()
309 return make_error<JITLinkError>("Unsupported CIE code alignment factor " + in processCIE()
320 return make_error<JITLinkError>("Unsupported CIE data alignment factor " + in processCIE()
344 return make_error<JITLinkError>( in processCIE()
358 return make_error<JITLinkError>( in processCIE()
373 return make_error<JITLinkError>( in processCIE()
387 return make_error<JITLinkError>("Read past the end of the augmentation " in processCIE()
446 return make_error<JITLinkError>( in processFDE()
495 return make_error<JITLinkError>("FDE edge at " + in processFDE()
583 return make_error<JITLinkError>("Unrecognized substring e" + in parseAugmentationString()
594 return make_error<JITLinkError>("Unrecognized character " + in parseAugmentationString()
705 return make_error<JITLinkError>( in readEncodedPointer()
735 return make_error<JITLinkError>("No symbol or block covering address " + in getOrCreateSymbol()
801 return make_error<JITLinkError>( in createEHFrameRecorderPass()