Searched refs:emitSled (Results 1 – 1 of 1) sorted by relevance
117 void emitSled(const MachineInstr &MI, SledKind Kind);276 emitSled(MI, SledKind::FUNCTION_ENTER); in LowerPATCHABLE_FUNCTION_ENTER()280 emitSled(MI, SledKind::FUNCTION_EXIT); in LowerPATCHABLE_FUNCTION_EXIT()284 emitSled(MI, SledKind::TAIL_CALL); in LowerPATCHABLE_TAIL_CALL()287 void AArch64AsmPrinter::emitSled(const MachineInstr &MI, SledKind Kind) { in emitSled() function in AArch64AsmPrinter