Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp82 AutoReset(DoAutoReset), TargetOptions(TargetOpts) { in MCContext()
125 if (AutoReset) in ~MCContext()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h358 bool AutoReset; variable