Searched refs:MCInstFragment (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/MC/ |
D | MCAssembler.cpp | 325 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 …]
|
D | MCPureStreamer.cpp | 194 MCInstFragment *IF = new MCInstFragment(Inst, getCurrentSectionData()); in EmitInstToFragment()
|
D | MCObjectStreamer.cpp | 196 MCInstFragment *IF = new MCInstFragment(Inst, getCurrentSectionData()); in EmitInstToFragment()
|
D | WinCOFFStreamer.cpp | 385 MCInstFragment *Fragment = in EmitInstruction() 386 new MCInstFragment(Instruction, getCurrentSectionData()); in EmitInstruction()
|
D | MCELFStreamer.cpp | 462 MCInstFragment &F = *cast<MCInstFragment>(getCurrentFragment()); in EmitInstToFragment()
|
/external/llvm/include/llvm/MC/ |
D | MCAsmBackend.h | 25 class MCInstFragment; variable 123 const MCInstFragment *DF,
|
D | MCAssembler.h | 170 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/ |
D | MBlazeAsmBackend.cpp | 57 const MCInstFragment *DF, 91 const MCInstFragment *DF, in fixupNeedsRelaxation()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCAsmBackend.cpp | 93 const MCInstFragment *DF, in fixupNeedsRelaxation()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.cpp | 208 const MCInstFragment *DF, in fixupNeedsRelaxation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 115 const MCInstFragment *DF, 257 const MCInstFragment *DF, in fixupNeedsRelaxation()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.cpp | 121 const MCInstFragment *DF, 164 const MCInstFragment *DF, in fixupNeedsRelaxation()
|