Home
last modified time | relevance | path

Searched refs:getRelocationType (Results 1 – 12 of 12) sorted by relevance

/trueos/contrib/llvm/lib/Target/ARM/
HDARMJITInfo.cpp239 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/
HDPPCJITInfo.cpp418 switch ((PPC::RelocationType)MR->getRelocationType()) { in relocate()
440 if (MR->getRelocationType() == PPC::reloc_absolute_high) { in relocate()
/trueos/contrib/llvm/lib/Target/Mips/
HDMipsJITInfo.cpp254 switch ((Mips::RelocationType) MR->getRelocationType()) { in relocate()
/trueos/contrib/llvm/include/llvm/CodeGen/
HDMachineRelocation.h202 unsigned getRelocationType() const { in getRelocationType() function
/trueos/contrib/llvm/include/llvm/Object/
HDObjectFile.h333 virtual error_code getRelocationType(DataRefImpl Rel,
564 return OwningObject->getRelocationType(RelocationPimpl, Result); in getType()
HDMachO.h99 virtual error_code getRelocationType(DataRefImpl Rel, uint64_t &Res) const;
HDCOFF.h283 virtual error_code getRelocationType(DataRefImpl Rel,
HDELFObjectFile.h99 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/
HDSparcJITInfo.cpp280 switch ((SP::RelocationType) MR->getRelocationType()) { in relocate()
/trueos/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp876 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()
HDCOFFObjectFile.cpp785 error_code COFFObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() function in COFFObjectFile
/trueos/contrib/llvm/lib/Target/X86/
HDX86JITInfo.cpp547 switch ((X86::RelocationType)MR->getRelocationType()) { in relocate()