Searched refs:getRelocationType (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMJITInfo.cpp | 239 ARM::RelocationType RT = (ARM::RelocationType)MR->getRelocationType(); in resolveRelocDestAddr() 272 switch ((ARM::RelocationType)MR->getRelocationType()) { in relocate() 289 if (MR->getRelocationType() == ARM::reloc_arm_vfp_cp_entry) in relocate()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCJITInfo.cpp | 418 switch ((PPC::RelocationType)MR->getRelocationType()) { in relocate() 440 if (MR->getRelocationType() == PPC::reloc_absolute_high) { in relocate()
|
/external/llvm/lib/Target/Mips/ |
D | MipsJITInfo.cpp | 254 switch ((Mips::RelocationType) MR->getRelocationType()) { in relocate()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineRelocation.h | 202 unsigned getRelocationType() const { in getRelocationType() function
|
/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 338 virtual error_code getRelocationType(DataRefImpl Rel, 573 return OwningObject->getRelocationType(RelocationPimpl, Result); in getType()
|
D | MachO.h | 102 virtual error_code getRelocationType(DataRefImpl Rel, uint64_t &Res) const;
|
D | COFF.h | 252 virtual error_code getRelocationType(DataRefImpl Rel,
|
D | ELF.h | 717 virtual error_code getRelocationType(DataRefImpl Rel, 1543 error_code ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel,
|
/external/llvm/lib/Target/X86/ |
D | X86JITInfo.cpp | 547 switch ((X86::RelocationType)MR->getRelocationType()) { in relocate()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 893 error_code MachOObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() function in llvm::object::MachOObjectFile 905 getRelocationType(Rel, RType); in getRelocationTypeName() 1174 getRelocationType(Rel, Type); in getRelocationHidden() 1189 getRelocationType(RelPrev, PrevType); in getRelocationHidden()
|
D | COFFObjectFile.cpp | 762 error_code COFFObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() function in COFFObjectFile
|