Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h231 bool HasInlineAsmWithSPAdjust; variable
252 HasInlineAsmWithSPAdjust = false; in MachineFrameInfo()
469 bool hasInlineAsmWithSPAdjust() const { return HasInlineAsmWithSPAdjust; } in hasInlineAsmWithSPAdjust()
470 void setHasInlineAsmWithSPAdjust(bool B) { HasInlineAsmWithSPAdjust = B; } in setHasInlineAsmWithSPAdjust()