mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-23 00:20:25 +00:00
Add a isBundleLocked helper to MCELFStreamer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238142 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -89,6 +89,7 @@ public:
|
||||
void EmitBundleUnlock() override;
|
||||
|
||||
private:
|
||||
bool isBundleLocked() const;
|
||||
void EmitInstToFragment(const MCInst &Inst, const MCSubtargetInfo &) override;
|
||||
void EmitInstToData(const MCInst &Inst, const MCSubtargetInfo &) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user