Searched refs:getRelocationType (Results 1 – 12 of 12) sorted by relevance
| /trueos/contrib/llvm/lib/Target/ARM/ |
| HD | 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()
|
| /trueos/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCJITInfo.cpp | 418 switch ((PPC::RelocationType)MR->getRelocationType()) { in relocate() 440 if (MR->getRelocationType() == PPC::reloc_absolute_high) { in relocate()
|
| /trueos/contrib/llvm/lib/Target/Mips/ |
| HD | MipsJITInfo.cpp | 254 switch ((Mips::RelocationType) MR->getRelocationType()) { in relocate()
|
| /trueos/contrib/llvm/include/llvm/CodeGen/ |
| HD | MachineRelocation.h | 202 unsigned getRelocationType() const { in getRelocationType() function
|
| /trueos/contrib/llvm/include/llvm/Object/ |
| HD | ObjectFile.h | 333 virtual error_code getRelocationType(DataRefImpl Rel, 564 return OwningObject->getRelocationType(RelocationPimpl, Result); in getType()
|
| HD | MachO.h | 99 virtual error_code getRelocationType(DataRefImpl Rel, uint64_t &Res) const;
|
| HD | COFF.h | 283 virtual error_code getRelocationType(DataRefImpl Rel,
|
| HD | ELFObjectFile.h | 99 virtual error_code getRelocationType(DataRefImpl Rel, uint64_t &Res) const; 654 error_code ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel, in getRelocationType() function
|
| /trueos/contrib/llvm/lib/Target/Sparc/ |
| HD | SparcJITInfo.cpp | 280 switch ((SP::RelocationType) MR->getRelocationType()) { in relocate()
|
| /trueos/contrib/llvm/lib/Object/ |
| HD | MachOObjectFile.cpp | 876 error_code MachOObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() function in llvm::object::MachOObjectFile 888 getRelocationType(Rel, RType); in getRelocationTypeName() 1156 getRelocationType(Rel, Type); in getRelocationHidden() 1171 getRelocationType(RelPrev, PrevType); in getRelocationHidden()
|
| HD | COFFObjectFile.cpp | 785 error_code COFFObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() function in COFFObjectFile
|
| /trueos/contrib/llvm/lib/Target/X86/ |
| HD | X86JITInfo.cpp | 547 switch ((X86::RelocationType)MR->getRelocationType()) { in relocate()
|