Home
last modified time | relevance | path

Searched refs:emitBundleUnlock (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsNaClELFStreamer.cpp119 emitBundleUnlock(); in sandboxIndirectJump()
140 emitBundleUnlock(); in sandboxLoadStoreStackChange()
196 emitBundleUnlock(); in emitInstruction()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCELFStreamer.h92 void emitBundleUnlock() override;
HDMCObjectStreamer.h133 void emitBundleUnlock() override;
HDMCStreamer.h1091 virtual void emitBundleUnlock();
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCELFStreamer.cpp589 void MCELFStreamer::emitBundleUnlock() { in emitBundleUnlock() function in MCELFStreamer
HDMCObjectStreamer.cpp413 void MCObjectStreamer::emitBundleUnlock() { in emitBundleUnlock() function in MCObjectStreamer
HDMCAsmStreamer.cpp409 void emitBundleUnlock() override;
2464 void MCAsmStreamer::emitBundleUnlock() { in emitBundleUnlock() function in MCAsmStreamer
HDMCStreamer.cpp1242 void MCStreamer::emitBundleUnlock() {} in emitBundleUnlock() function in MCStreamer
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp4874 getStreamer().emitBundleUnlock(); in parseDirectiveBundleUnlock()