HomeSort by relevance Sort by last modified time
    Searched refs:MCFixup (Results 51 - 61 of 61) sorted by null

1 23

  /external/llvm/lib/Target/R600/
AMDGPUMCInstLower.cpp 120 SmallVector<MCFixup, 4> Fixups;
  /external/llvm/lib/MC/
MCAssembler.cpp 449 const MCFixup &Fixup, const MCFragment *DF,
841 const MCFixup &Fixup) {
917 MCFixup &Fixup = *it3;
934 bool MCAssembler::fixupNeedsRelaxation(const MCFixup &Fixup,
    [all...]
MCAsmStreamer.cpp     [all...]
MCMachOStreamer.cpp 402 SmallVector<MCFixup, 4> Fixups;
WinCOFFObjectWriter.cpp 174 const MCFragment *Fragment, const MCFixup &Fixup,
699 const MCFixup &Fixup,
    [all...]
MCELFStreamer.cpp 408 SmallVector<MCFixup, 4> Fixups;
ELFObjectWriter.cpp 184 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
225 const MCFragment *Fragment, const MCFixup &Fixup,
812 const MCFixup &Fixup,
    [all...]
MachObjectWriter.cpp 455 const MCFixup &Fixup,
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 125 SmallVectorImpl<MCFixup> &Fixups,
149 SmallVectorImpl<MCFixup> &Fixups,
153 SmallVectorImpl<MCFixup> &Fixups,
243 return MCFixup::getKindForSize(Size, isPCRel);
319 SmallVectorImpl<MCFixup> &Fixups, int ImmOffset) const {
381 Fixups.push_back(MCFixup::Create(CurByte, Expr, FixupKind, Loc));
389 SmallVectorImpl<MCFixup> &Fixups,
    [all...]
X86AsmBackend.cpp 109 void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize,
129 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
270 bool X86AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp     [all...]

Completed in 1101 milliseconds

1 23