Home
last modified time | relevance | path

Searched refs:getRelocType (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMWinCOFFObjectWriter.cpp31 unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
38 unsigned ARMWinCOFFObjectWriter::getRelocType(const MCValue &Target, in getRelocType() function in __anond169301c0111::ARMWinCOFFObjectWriter
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFObjectWriter.cpp30 unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
42 unsigned X86WinCOFFObjectWriter::getRelocType(const MCValue &Target, in getRelocType() function in X86WinCOFFObjectWriter
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp84 static unsigned getRelocType(const MCValue &Target, in getRelocType() function
200 const unsigned Type = getRelocType(Target, FK, IsPCRel); in RecordScatteredRelocation()
311 const unsigned RelocType = getRelocType(Target, FK, IsPCRel); in RecordPPCRelocation()
/external/llvm/include/llvm/MC/
DMCWinCOFFObjectWriter.h32 virtual unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp754 TargetObjectWriter->getRelocType(Target, Fixup, CrossSection, in RecordRelocation()