Home
last modified time | relevance | path

Searched defs:CodeEmitter (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/
H A DCodeEmitter.h52 CodeEmitter(const MCSubtargetInfo &ST, const MCAsmBackend &AB, in CodeEmitter() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h30 std::unique_ptr<MCCodeEmitter> CodeEmitter; variable
H A DX86MCInstLower.cpp109 count(MCInst & Inst,const MCSubtargetInfo & STI,MCCodeEmitter * CodeEmitter) count() argument