Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp119 emitBundleUnlock(); in sandboxIndirectJump()
140 emitBundleUnlock(); in sandboxLoadStoreStackChange()
196 emitBundleUnlock(); in emitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCELFStreamer.h80 void emitBundleUnlock() override;
H A DMCObjectStreamer.h135 void emitBundleUnlock() override;
H A DMCStreamer.h1067 virtual void emitBundleUnlock();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCELFStreamer.cpp650 void MCELFStreamer::emitBundleUnlock() { in emitBundleUnlock() function in MCELFStreamer
H A DMCObjectStreamer.cpp449 void MCObjectStreamer::emitBundleUnlock() { in emitBundleUnlock() function in MCObjectStreamer
H A DMCAsmStreamer.cpp367 void emitBundleUnlock() override;
2245 void MCAsmStreamer::emitBundleUnlock() { in emitBundleUnlock() function in MCAsmStreamer
H A DMCStreamer.cpp1191 void MCStreamer::emitBundleUnlock() {} in emitBundleUnlock() function in MCStreamer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4794 getStreamer().emitBundleUnlock(); in parseDirectiveBundleUnlock()