Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp119 emitBundleUnlock(); in sandboxIndirectJump()
140 emitBundleUnlock(); in sandboxLoadStoreStackChange()
196 emitBundleUnlock(); in emitInstruction()
/external/llvm-project/llvm/include/llvm/MC/
DMCELFStreamer.h80 void emitBundleUnlock() override;
DMCObjectStreamer.h135 void emitBundleUnlock() override;
DMCStreamer.h1064 virtual void emitBundleUnlock();
/external/llvm-project/llvm/lib/MC/
DMCELFStreamer.cpp654 void MCELFStreamer::emitBundleUnlock() { in emitBundleUnlock() function in MCELFStreamer
DMCObjectStreamer.cpp447 void MCObjectStreamer::emitBundleUnlock() { in emitBundleUnlock() function in MCObjectStreamer
DMCAsmStreamer.cpp355 void emitBundleUnlock() override;
2137 void MCAsmStreamer::emitBundleUnlock() { in emitBundleUnlock() function in MCAsmStreamer
DMCStreamer.cpp1138 void MCStreamer::emitBundleUnlock() {} in emitBundleUnlock() function in MCStreamer
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp4736 getStreamer().emitBundleUnlock(); in parseDirectiveBundleUnlock()