Searched refs:emitCFIStartProc (Results 1 – 5 of 5) sorted by relevance
47 Asm->OutStreamer->emitCFIStartProc(false); in beginFunction()
118 Asm->OutStreamer->emitCFIStartProc(/*IsSimple=*/false); in beginBasicBlockSection()
981 void emitCFIStartProc(bool IsSimple, SMLoc Loc = SMLoc());
420 void MCStreamer::emitCFIStartProc(bool IsSimple, SMLoc Loc) { in emitCFIStartProc() function in MCStreamer
4151 getStreamer().emitCFIStartProc(!Simple.empty(), Lexer.getLoc()); in parseDirectiveCFIStartProc()