Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp424 if (isBundleLocked() && !Sec.isBundleGroupBeforeFirstInst()) { in emitInstToData()
499 else if (Sec.isBundleGroupBeforeFirstInst()) in emitBundleUnlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h176 bool isBundleGroupBeforeFirstInst() const { in isBundleGroupBeforeFirstInst() function