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

/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMJITInfo.cpp239 ARM::RelocationType RT = (ARM::RelocationType)MR->getRelocationType();
272 switch ((ARM::RelocationType)MR->getRelocationType()) {
289 if (MR->getRelocationType() == ARM::reloc_arm_vfp_cp_entry)
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.cpp418 switch ((PPC::RelocationType)MR->getRelocationType()) {
440 if (MR->getRelocationType() == PPC::reloc_absolute_high) {
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp254 switch ((Mips::RelocationType) MR->getRelocationType()) {
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineRelocation.h200 /// getRelocationType - Return the target-specific relocation ID for this
202 unsigned getRelocationType() const { function in class:llvm::MachineRelocation
/freebsd-10.0-release/contrib/llvm/include/llvm/Object/
H A DMachO.h76 virtual error_code getRelocationType(DataRefImpl Rel, uint64_t &Res) const;
H A DObjectFile.h341 virtual error_code getRelocationType(DataRefImpl Rel,
574 return OwningObject->getRelocationType(RelocationPimpl, Result);
H A DCOFF.h148 virtual error_code getRelocationType(DataRefImpl Rel,
H A DELF.h724 virtual error_code getRelocationType(DataRefImpl Rel,
1571 error_code ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel, function in class:llvm::object::ELFObjectFile
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86JITInfo.cpp546 switch ((X86::RelocationType)MR->getRelocationType()) {
/freebsd-10.0-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp892 error_code MachOObjectFile::getRelocationType(DataRefImpl Rel, function in class:llvm::object::MachOObjectFile
904 getRelocationType(Rel, RType);
1179 getRelocationType(Rel, Type);
1194 getRelocationType(RelPrev, PrevType);
H A DCOFFObjectFile.cpp723 error_code COFFObjectFile::getRelocationType(DataRefImpl Rel, function in class:COFFObjectFile

Completed in 209 milliseconds