Home
last modified time | relevance | path

Searched refs:MCInstFragment (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/MC/
DMCAssembler.cpp325 return cast<MCInstFragment>(F).getInstSize(); in computeFragmentSize()
466 MCInstFragment &IF = cast<MCInstFragment>(F); in WriteFragmentData()
633 MCInstFragment *IF = dyn_cast<MCInstFragment>(it2); in Finish()
635 for (MCInstFragment::fixup_iterator it3 = IF->fixup_begin(), in Finish()
653 const MCInstFragment *DF, in fixupNeedsRelaxation()
667 bool MCAssembler::fragmentNeedsRelaxation(const MCInstFragment *IF, in fragmentNeedsRelaxation()
675 for (MCInstFragment::const_fixup_iterator it = IF->fixup_begin(), in fragmentNeedsRelaxation()
684 MCInstFragment &IF) { in relaxInstruction()
780 relaxedFrag = relaxInstruction(Layout, *cast<MCInstFragment>(it2)); in layoutSectionOnce()
899 const MCInstFragment *IF = cast<MCInstFragment>(this); in dump()
[all …]
DMCPureStreamer.cpp194 MCInstFragment *IF = new MCInstFragment(Inst, getCurrentSectionData()); in EmitInstToFragment()
DMCObjectStreamer.cpp196 MCInstFragment *IF = new MCInstFragment(Inst, getCurrentSectionData()); in EmitInstToFragment()
DWinCOFFStreamer.cpp385 MCInstFragment *Fragment = in EmitInstruction()
386 new MCInstFragment(Instruction, getCurrentSectionData()); in EmitInstruction()
DMCELFStreamer.cpp462 MCInstFragment &F = *cast<MCInstFragment>(getCurrentFragment()); in EmitInstToFragment()
/external/llvm/include/llvm/MC/
DMCAsmBackend.h25 class MCInstFragment; variable
123 const MCInstFragment *DF,
DMCAssembler.h170 class MCInstFragment : public MCFragment {
187 MCInstFragment(const MCInst &_Inst, MCSectionData *SD = 0)
224 static bool classof(const MCInstFragment *) { return true; } in classof() argument
757 bool fixupNeedsRelaxation(const MCFixup &Fixup, const MCInstFragment *DF,
761 bool fragmentNeedsRelaxation(const MCInstFragment *IF,
770 bool relaxInstruction(MCAsmLayout &Layout, MCInstFragment &IF);
/external/llvm/lib/Target/MBlaze/MCTargetDesc/
DMBlazeAsmBackend.cpp57 const MCInstFragment *DF,
91 const MCInstFragment *DF, in fixupNeedsRelaxation()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp93 const MCInstFragment *DF, in fixupNeedsRelaxation()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp208 const MCInstFragment *DF, in fixupNeedsRelaxation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp115 const MCInstFragment *DF,
257 const MCInstFragment *DF, in fixupNeedsRelaxation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp121 const MCInstFragment *DF,
164 const MCInstFragment *DF, in fixupNeedsRelaxation()