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 __anon547c867c0111::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 | 83 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/ |
D | MCWinCOFFObjectWriter.h | 32 virtual unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 741 Reloc.Data.Type = TargetObjectWriter->getRelocType( in recordRelocation()
|