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 __anon547c867c0111::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.cpp83 static unsigned getRelocType(const MCValue &Target, in getRelocType() function
199 const unsigned Type = getRelocType(Target, FK, IsPCRel); in recordScatteredRelocation()
308 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.cpp741 Reloc.Data.Type = TargetObjectWriter->getRelocType( in recordRelocation()