Home
last modified time | relevance | path

Searched defs:emitInstructionBegin (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmBackend.h58 virtual void emitInstructionBegin(MCObjectStreamer &OS, const MCInst &Inst) {} in emitInstructionBegin() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp600 void X86AsmBackend::emitInstructionBegin(MCObjectStreamer &OS, in emitInstructionBegin() function in X86AsmBackend