Home
last modified time | relevance | path

Searched refs:emitInstructionBegin (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCAsmBackend.h63 virtual void emitInstructionBegin(MCObjectStreamer &OS, const MCInst &Inst, in emitInstructionBegin() function
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp163 void emitInstructionBegin(MCObjectStreamer &OS, const MCInst &Inst,
516 void X86AsmBackend::emitInstructionBegin(MCObjectStreamer &OS, in emitInstructionBegin() function in X86AsmBackend
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCObjectStreamer.cpp420 getAssembler().getBackend().emitInstructionBegin(*this, Inst, STI); in emitInstruction()