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

  /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);

Completed in 3341 milliseconds