Home
last modified time | relevance | path

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

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