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

/external/llvm/lib/Target/ARM/
H A DARMJITInfo.cpp240 ARM::RelocationType RT = (ARM::RelocationType)MR->getRelocationType();
273 switch ((ARM::RelocationType)MR->getRelocationType()) {
290 if (MR->getRelocationType() == ARM::reloc_arm_vfp_cp_entry)
/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.cpp429 switch ((PPC::RelocationType)MR->getRelocationType()) {
451 if (MR->getRelocationType() == PPC::reloc_absolute_high) {
/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp255 switch ((Mips::RelocationType) MR->getRelocationType()) {
/external/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
/external/llvm/lib/Target/Sparc/
H A DSparcJITInfo.cpp282 switch ((SP::RelocationType) MR->getRelocationType()) {
/external/llvm/include/llvm/Object/
H A DObjectFile.h281 virtual std::error_code getRelocationType(DataRefImpl Rel,
511 return OwningObject->getRelocationType(RelocationPimpl, Result);
H A DMachO.h110 std::error_code getRelocationType(DataRefImpl Rel,
H A DCOFF.h408 std::error_code getRelocationType(DataRefImpl Rel,
H A DELFObjectFile.h109 std::error_code getRelocationType(DataRefImpl Rel,
613 std::error_code ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel, function in class:llvm::object::ELFObjectFile
/external/llvm/lib/Target/X86/
H A DX86JITInfo.cpp553 switch ((X86::RelocationType)MR->getRelocationType()) {
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp889 std::error_code MachOObjectFile::getRelocationType(DataRefImpl Rel, function in class:llvm::object::MachOObjectFile
901 getRelocationType(Rel, RType);
1189 getRelocationType(Rel, Type);
1204 getRelocationType(RelPrev, PrevType);
H A DCOFFObjectFile.cpp878 std::error_code COFFObjectFile::getRelocationType(DataRefImpl Rel, function in class:COFFObjectFile

Completed in 359 milliseconds