Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp75 AutoReset(DoAutoReset), TargetOptions(TargetOpts) { in MCContext()
118 if (AutoReset) in ~MCContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h357 bool AutoReset; variable