Searched refs:getRelocType (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMWinCOFFObjectWriter.cpp | 31 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/ |
D | X86WinCOFFObjectWriter.cpp | 30 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/ |
D | PPCMachObjectWriter.cpp | 84 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/ |
D | MCWinCOFFObjectWriter.h | 32 virtual unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 754 TargetObjectWriter->getRelocType(Target, Fixup, CrossSection, in RecordRelocation()
|