Searched refs:_trap (Results 1 – 4 of 4) sorted by relevance
2 ; RUN: llc < %s -mtriple=arm-apple-darwin -trap-func=_trap | FileCheck %s -check-prefix=FUNC3 ; RUN: llc < %s -mtriple=arm-apple-darwin -trap-func=_trap -O0 | FileCheck %s -check-prefix=FUNC
2312 _trap(); in div0Check()2559 _trap(); in preambleDivRem()2571 _trap(); in preambleDivRem()5318 _trap(); in lowerIntrinsic()6230 _trap(); in lowerUnreachable()
823 void _trap() { Context.insert<InstARM32Trap>(); } in _trap() function