Searched refs:emitCFIAdjustCfaOffset (Results 1 – 7 of 7) sorted by relevance
252 OutStreamer->emitCFIAdjustCfaOffset(Inst.getOffset()); in emitCFIInstruction()
318 void emitCFIAdjustCfaOffset(int64_t Adjustment) override;1812 void MCAsmStreamer::emitCFIAdjustCfaOffset(int64_t Adjustment) { in emitCFIAdjustCfaOffset() function in MCAsmStreamer1813 MCStreamer::emitCFIAdjustCfaOffset(Adjustment); in emitCFIAdjustCfaOffset()
500 void MCStreamer::emitCFIAdjustCfaOffset(int64_t Adjustment) { in emitCFIAdjustCfaOffset() function in MCStreamer
992 virtual void emitCFIAdjustCfaOffset(int64_t Adjustment);
2482 OutStreamer->emitCFIAdjustCfaOffset(-stackGrowth); in emitInstruction()2493 OutStreamer->emitCFIAdjustCfaOffset(stackGrowth); in emitInstruction()
4182 getStreamer().emitCFIAdjustCfaOffset(Adjustment); in parseDirectiveCFIAdjustCfaOffset()
5294 getStreamer().emitCFIAdjustCfaOffset(Adjustment); in parseDirectiveCFIAdjustCfaOffset()