Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h97 bool BundleGroupBeforeFirstInst : 1; variable
163 return BundleGroupBeforeFirstInst; in isBundleGroupBeforeFirstInst()
166 BundleGroupBeforeFirstInst = IsFirst; in setBundleGroupBeforeFirstInst()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSection.cpp25 : Begin(Begin), BundleGroupBeforeFirstInst(false), HasInstructions(false), in MCSection()