Lines Matching refs:JITLinkError
43 return make_error<JITLinkError>( in operator ()()
94 return make_error<JITLinkError>("Unexpected zero-fill block in " + in processBlock()
107 return make_error<JITLinkError>( in processBlock()
146 return make_error<JITLinkError>( in processBlock()
200 return make_error<JITLinkError>("Bad CIE version " + Twine(Version) + in processCIE()
267 return make_error<JITLinkError>( in processCIE()
280 return make_error<JITLinkError>("Read past the end of the augmentation " in processCIE()
341 return make_error<JITLinkError>( in processFDE()
412 return make_error<JITLinkError>("Unrecognized substring e" + in parseAugmentationString()
423 return make_error<JITLinkError>("Unrecognized character " + in parseAugmentationString()
467 return make_error<JITLinkError>("Unsupported pointer encoding " + in readPointerEncoding()
596 return make_error<JITLinkError>("No symbol or block covering address " + in getOrCreateSymbol()
664 return make_error<JITLinkError>( in createEHFrameRecorderPass()