Lines Matching refs:JITLinkError
28 return make_error<JITLinkError>("Object is not a relocatable MachO"); in buildGraph()
170 return make_error<JITLinkError>( in createNormalizedSections()
224 return make_error<JITLinkError>( in createNormalizedSections()
302 return make_error<JITLinkError>("Symbol address does not fall within " in createNormalizedSymbols()
353 return make_error<JITLinkError>("Anonymous common symbol at index " + in graphifyRegularSymbols()
361 return make_error<JITLinkError>("Anonymous external symbol at " in graphifyRegularSymbols()
371 return make_error<JITLinkError>("Anonymous absolute symbol at index " + in graphifyRegularSymbols()
381 return make_error<JITLinkError>( in graphifyRegularSymbols()
386 return make_error<JITLinkError>( in graphifyRegularSymbols()
391 return make_error<JITLinkError>( in graphifyRegularSymbols()
473 return make_error<JITLinkError>( in graphifyRegularSymbols()
623 return make_error<JITLinkError>("C string literal section " + in graphifyCStringSection()