Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/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()
DARMELFWriterInfo.h28 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
DARMELFWriterInfo.cpp35 unsigned ARMELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { in getRelocationType() function in ARMELFWriterInfo
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeELFWriterInfo.h28 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
DMBlazeELFWriterInfo.cpp35 unsigned MBlazeELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { in getRelocationType() function in MBlazeELFWriterInfo
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ELFWriterInfo.h29 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
DX86ELFWriterInfo.cpp35 unsigned X86ELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { in getRelocationType() function in X86ELFWriterInfo
DX86JITInfo.cpp532 switch ((X86::RelocationType)MR->getRelocationType()) { in relocate()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCJITInfo.cpp415 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/
DTargetELFWriterInfo.h93 virtual unsigned getRelocationType(unsigned MachineRelTy) const = 0;
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsJITInfo.cpp202 switch ((Mips::RelocationType) MR->getRelocationType()) { in relocate()
/external/llvm/include/llvm/Object/
DObjectFile.h235 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;
454 return OwningObject->getRelocationType(RelocationPimpl); in getType()
DELFObjectFile.h242 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()
DMachO.h238 uint64_t getRelocationType(DataRefImpl Rel) const override;
DCOFF.h749 uint64_t getRelocationType(DataRefImpl Rel) const override;
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h262 virtual error_code getRelocationType(DataRefImpl Rel,
438 return OwningObject->getRelocationType(RelocationPimpl, Result); in getType()
DMachO.h72 virtual error_code getRelocationType(DataRefImpl Rel,
DCOFF.h125 virtual error_code getRelocationType(DataRefImpl Rel,
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRelocation.h202 unsigned getRelocationType() const { in getRelocationType() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp783 unsigned RelType = TEW->getRelocationType(MR.getRelocationType()); in EmitRelocations()
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp586 error_code COFFObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() function in COFFObjectFile
DELFObjectFile.cpp356 virtual error_code getRelocationType(DataRefImpl Rel,
873 ::getRelocationType(DataRefImpl Rel, in getRelocationType() function in ELFObjectFile
DMachOObjectFile.cpp582 error_code MachOObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() function in llvm::object::MachOObjectFile
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp919 uint64_t Type = MachO->getRelocationType(Rel); in getHidden()
932 uint64_t PrevType = MachO->getRelocationType(RelPrev); in getHidden()
/external/llvm/lib/Object/
DMachOObjectFile.cpp778 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile
786 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName()

12