LLVM 22.0.0git
|
A RAII helper which defines a region of instructions which can't have padding added between them for correctness. More...
Public Member Functions | |
NoAutoPaddingScope (MCStreamer &OS) | |
~NoAutoPaddingScope () | |
void | changeAndComment (bool b) |
Public Attributes | |
MCStreamer & | OS |
const bool | OldAllowAutoPadding |
A RAII helper which defines a region of instructions which can't have padding added between them for correctness.
Definition at line 95 of file X86MCInstLower.cpp.
|
inline |
Definition at line 98 of file X86MCInstLower.cpp.
References changeAndComment(), OldAllowAutoPadding, and OS.
|
inline |
Definition at line 102 of file X86MCInstLower.cpp.
References changeAndComment(), and OldAllowAutoPadding.
|
inline |
Definition at line 103 of file X86MCInstLower.cpp.
References OS.
Referenced by NoAutoPaddingScope(), and ~NoAutoPaddingScope().
Definition at line 97 of file X86MCInstLower.cpp.
Referenced by NoAutoPaddingScope(), and ~NoAutoPaddingScope().
MCStreamer& NoAutoPaddingScope::OS |
Definition at line 96 of file X86MCInstLower.cpp.
Referenced by changeAndComment(), and NoAutoPaddingScope().