/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | 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()
|
D | ARMELFWriterInfo.h | 28 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
|
D | ARMELFWriterInfo.cpp | 35 unsigned ARMELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { in getRelocationType() function in ARMELFWriterInfo
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeELFWriterInfo.h | 28 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
|
D | MBlazeELFWriterInfo.cpp | 35 unsigned MBlazeELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { in getRelocationType() function in MBlazeELFWriterInfo
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ELFWriterInfo.h | 29 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
|
D | X86ELFWriterInfo.cpp | 35 unsigned X86ELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { in getRelocationType() function in X86ELFWriterInfo
|
D | X86JITInfo.cpp | 532 switch ((X86::RelocationType)MR->getRelocationType()) { in relocate()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCJITInfo.cpp | 415 switch ((PPC::RelocationType)MR->getRelocationType()) { in relocate() 437 if (MR->getRelocationType() == PPC::reloc_absolute_high) { in relocate()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetELFWriterInfo.h | 93 virtual unsigned getRelocationType(unsigned MachineRelTy) const = 0;
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsJITInfo.cpp | 202 switch ((Mips::RelocationType) MR->getRelocationType()) { in relocate()
|
/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 235 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0; 454 return OwningObject->getRelocationType(RelocationPimpl); in getType()
|
D | ELFObjectFile.h | 242 uint64_t getRelocationType(DataRefImpl Rel) const override; 709 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function 725 uint32_t type = getRelocationType(Rel); in getRelocationTypeName()
|
D | MachO.h | 238 uint64_t getRelocationType(DataRefImpl Rel) const override;
|
D | COFF.h | 749 uint64_t getRelocationType(DataRefImpl Rel) const override;
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | ObjectFile.h | 262 virtual error_code getRelocationType(DataRefImpl Rel, 438 return OwningObject->getRelocationType(RelocationPimpl, Result); in getType()
|
D | MachO.h | 72 virtual error_code getRelocationType(DataRefImpl Rel,
|
D | COFF.h | 125 virtual error_code getRelocationType(DataRefImpl Rel,
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineRelocation.h | 202 unsigned getRelocationType() const { in getRelocationType() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELFWriter.cpp | 783 unsigned RelType = TEW->getRelocationType(MR.getRelocationType()); in EmitRelocations()
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | COFFObjectFile.cpp | 586 error_code COFFObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() function in COFFObjectFile
|
D | ELFObjectFile.cpp | 356 virtual error_code getRelocationType(DataRefImpl Rel, 873 ::getRelocationType(DataRefImpl Rel, in getRelocationType() function in ELFObjectFile
|
D | MachOObjectFile.cpp | 582 error_code MachOObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() function in llvm::object::MachOObjectFile
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 919 uint64_t Type = MachO->getRelocationType(Rel); in getHidden() 932 uint64_t PrevType = MachO->getRelocationType(RelPrev); in getHidden()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 778 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile 786 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName()
|