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

  /external/llvm/include/llvm/MC/
MCWinCOFFObjectWriter.h 30 virtual unsigned getRelocType(const MCValue &Target,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMWinCOFFObjectWriter.cpp 28 unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
34 unsigned ARMWinCOFFObjectWriter::getRelocType(const MCValue &Target,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86WinCOFFObjectWriter.cpp 30 unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
41 unsigned X86WinCOFFObjectWriter::getRelocType(const MCValue &Target,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 84 static unsigned getRelocType(const MCValue &Target,
200 const unsigned Type = getRelocType(Target, FK, IsPCRel);
311 const unsigned RelocType = getRelocType(Target, FK, IsPCRel);
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 776 Reloc.Data.Type = TargetObjectWriter->getRelocType(Target, Fixup,
    [all...]

Completed in 139 milliseconds