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 32 virtual unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMWinCOFFObjectWriter.cpp 31 unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
38 unsigned ARMWinCOFFObjectWriter::getRelocType(const MCValue &Target,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86WinCOFFObjectWriter.cpp 30 unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
42 unsigned X86WinCOFFObjectWriter::getRelocType(const MCValue &Target,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 82 /// Outline based on PPCELFObjectWriter::GetRelocType().
83 static unsigned getRelocType(const MCValue &Target,
199 const unsigned Type = getRelocType(Target, FK, IsPCRel);
308 const unsigned RelocType = getRelocType(Target, FK, IsPCRel);
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 741 Reloc.Data.Type = TargetObjectWriter->getRelocType(
    [all...]

Completed in 573 milliseconds