Home
last modified time | relevance | path

Searched refs:_crashReport (Results 1 – 1 of 1) sorted by relevance

/external/honggfuzz/mac/
Darch.c516 CrashReport* _crashReport = nil; in write_crash_report() local
518 _crashReport = [[CrashReport alloc] initWithTask:task in write_crash_report()
527 NSString* crashDescription = [_crashReport description]; in write_crash_report()
532 [_crashReport release]; in write_crash_report()
542 CrashReport* _crashReport = nil; in hash_callstack() local
544 _crashReport = [[CrashReport alloc] initWithTask:task in hash_callstack()
553 NSString* crashDescription = [_crashReport description]; in hash_callstack()
687 [_crashReport release]; in hash_callstack()