Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp86 const bool OldAllowAutoPadding; member
88 : OS(OS), OldAllowAutoPadding(OS.getAllowAutoPadding()) { in NoAutoPaddingScope()
91 ~NoAutoPaddingScope() { changeAndComment(OldAllowAutoPadding); } in ~NoAutoPaddingScope()