LLVM
15.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 83 of file X86MCInstLower.cpp.
|
inline |
Definition at line 86 of file X86MCInstLower.cpp.
|
inline |
Definition at line 90 of file X86MCInstLower.cpp.
|
inline |
Definition at line 91 of file X86MCInstLower.cpp.
References b, llvm::MCStreamer::emitRawComment(), llvm::MCStreamer::getAllowAutoPadding(), and llvm::MCStreamer::setAllowAutoPadding().
const bool NoAutoPaddingScope::OldAllowAutoPadding |
Definition at line 85 of file X86MCInstLower.cpp.
MCStreamer& NoAutoPaddingScope::OS |
Definition at line 84 of file X86MCInstLower.cpp.