Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSection.cpp52 if (BundleLockNestingDepth == 0) { in setBundleLockState()
55 if (--BundleLockNestingDepth == 0) { in setBundleLockState()
66 ++BundleLockNestingDepth; in setBundleLockState()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h93 unsigned BundleLockNestingDepth = 0; variable