Home
last modified time | relevance | path

Searched refs:RelaxInstruction (Results 1 – 5 of 5) sorted by relevance

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Target/X86/
H A DX86AsmBackend.cpp62 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const;
107 void X86AsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const { in RelaxInstruction() function in X86AsmBackend
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Target/
H A DTargetAsmBackend.h122 virtual void RelaxInstruction(const MCInst &Inst, MCInst &Res) const = 0;
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/MC/
H A DMCELFStreamer.cpp386 getAssembler().getBackend().RelaxInstruction(Inst, Relaxed); in EmitInstruction()
388 getAssembler().getBackend().RelaxInstruction(Relaxed, Relaxed); in EmitInstruction()
H A DMCMachOStreamer.cpp427 getAssembler().getBackend().RelaxInstruction(Inst, Relaxed); in EmitInstruction()
429 getAssembler().getBackend().RelaxInstruction(Relaxed, Relaxed); in EmitInstruction()
H A DMCAssembler.cpp881 getBackend().RelaxInstruction(IF->getInst(), Relaxed); in LayoutOnce()