Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp252 OutStreamer->emitCFIAdjustCfaOffset(Inst.getOffset()); in emitCFIInstruction()
/external/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp318 void emitCFIAdjustCfaOffset(int64_t Adjustment) override;
1812 void MCAsmStreamer::emitCFIAdjustCfaOffset(int64_t Adjustment) { in emitCFIAdjustCfaOffset() function in MCAsmStreamer
1813 MCStreamer::emitCFIAdjustCfaOffset(Adjustment); in emitCFIAdjustCfaOffset()
DMCStreamer.cpp500 void MCStreamer::emitCFIAdjustCfaOffset(int64_t Adjustment) { in emitCFIAdjustCfaOffset() function in MCStreamer
/external/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h992 virtual void emitCFIAdjustCfaOffset(int64_t Adjustment);
/external/llvm-project/llvm/lib/Target/X86/
DX86MCInstLower.cpp2482 OutStreamer->emitCFIAdjustCfaOffset(-stackGrowth); in emitInstruction()
2493 OutStreamer->emitCFIAdjustCfaOffset(stackGrowth); in emitInstruction()
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp4182 getStreamer().emitCFIAdjustCfaOffset(Adjustment); in parseDirectiveCFIAdjustCfaOffset()
DMasmParser.cpp5294 getStreamer().emitCFIAdjustCfaOffset(Adjustment); in parseDirectiveCFIAdjustCfaOffset()