Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMJITInfo.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()
/external/llvm/lib/Target/PowerPC/
DPPCJITInfo.cpp418 switch ((PPC::RelocationType)MR->getRelocationType()) { in relocate()
440 if (MR->getRelocationType() == PPC::reloc_absolute_high) { in relocate()
/external/llvm/lib/Target/Mips/
DMipsJITInfo.cpp254 switch ((Mips::RelocationType) MR->getRelocationType()) { in relocate()
/external/llvm/include/llvm/CodeGen/
DMachineRelocation.h202 unsigned getRelocationType() const { in getRelocationType() function
/external/llvm/include/llvm/Object/
DObjectFile.h338 virtual error_code getRelocationType(DataRefImpl Rel,
573 return OwningObject->getRelocationType(RelocationPimpl, Result); in getType()
DMachO.h102 virtual error_code getRelocationType(DataRefImpl Rel, uint64_t &Res) const;
DCOFF.h252 virtual error_code getRelocationType(DataRefImpl Rel,
DELF.h717 virtual error_code getRelocationType(DataRefImpl Rel,
1543 error_code ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel,
/external/llvm/lib/Target/X86/
DX86JITInfo.cpp547 switch ((X86::RelocationType)MR->getRelocationType()) { in relocate()
/external/llvm/lib/Object/
DMachOObjectFile.cpp893 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()
DCOFFObjectFile.cpp762 error_code COFFObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() function in COFFObjectFile