Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp89 changeAndComment(false); in NoAutoPaddingScope()
91 ~NoAutoPaddingScope() { changeAndComment(OldAllowAutoPadding); } in ~NoAutoPaddingScope()
92 void changeAndComment(bool b) { in changeAndComment() function