HomeSort by relevance Sort by last modified time
    Searched refs:MCInstFragment (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/MC/
MCAsmBackend.h 25 class MCInstFragment;
123 const MCInstFragment *DF,
MCAssembler.h 165 // FIXME: This current incarnation of MCInstFragment doesn't make much sense, as
167 // with this approach (as opposed to making MCInstFragment a very light weight
170 class MCInstFragment : public MCFragment {
187 MCInstFragment(const MCInst &_Inst, MCSectionData *SD = 0)
224 static bool classof(const MCInstFragment *) { return true; }
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/
MBlazeAsmBackend.cpp 57 const MCInstFragment *DF,
91 const MCInstFragment *DF,
  /external/llvm/lib/MC/
MCAssembler.cpp 325 return cast<MCInstFragment>(F).getInstSize();
466 MCInstFragment &IF = cast<MCInstFragment>(F);
633 MCInstFragment *IF = dyn_cast<MCInstFragment>(it2);
635 for (MCInstFragment::fixup_iterator it3 = IF->fixup_begin(),
653 const MCInstFragment *DF,
667 bool MCAssembler::fragmentNeedsRelaxation(const MCInstFragment *IF,
675 for (MCInstFragment::const_fixup_iterator it = IF->fixup_begin(),
684 MCInstFragment &IF)
    [all...]
MCObjectStreamer.cpp 196 MCInstFragment *IF = new MCInstFragment(Inst, getCurrentSectionData());
MCPureStreamer.cpp 194 MCInstFragment *IF = new MCInstFragment(Inst, getCurrentSectionData());
MCELFStreamer.cpp 462 MCInstFragment &F = *cast<MCInstFragment>(getCurrentFragment());
WinCOFFStreamer.cpp 385 MCInstFragment *Fragment =
386 new MCInstFragment(Instruction, getCurrentSectionData());
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 208 const MCInstFragment *DF,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 93 const MCInstFragment *DF,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 115 const MCInstFragment *DF,
257 const MCInstFragment *DF,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 121 const MCInstFragment *DF,
164 const MCInstFragment *DF,

Completed in 612 milliseconds