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

12

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMELFWriterInfo.h26 /// getRelocationType - Returns the target specific ELF Relocation type.
28 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
H A DARMELFWriterInfo.cpp35 unsigned ARMELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { function in class:ARMELFWriterInfo
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)
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeELFWriterInfo.h26 /// getRelocationType - Returns the target specific ELF Relocation type.
28 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
H A DMBlazeELFWriterInfo.cpp35 unsigned MBlazeELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { function in class:MBlazeELFWriterInfo
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ELFWriterInfo.h27 /// getRelocationType - Returns the target specific ELF Relocation type.
29 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
H A DX86ELFWriterInfo.cpp35 unsigned X86ELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { function in class:X86ELFWriterInfo
H A DX86JITInfo.cpp532 switch ((X86::RelocationType)MR->getRelocationType()) {
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetELFWriterInfo.h91 /// getRelocationType - Returns the target specific ELF Relocation type.
93 virtual unsigned getRelocationType(unsigned MachineRelTy) const = 0;
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsJITInfo.cpp202 switch ((Mips::RelocationType) MR->getRelocationType()) {
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCJITInfo.cpp415 switch ((PPC::RelocationType)MR->getRelocationType()) {
437 if (MR->getRelocationType() == PPC::reloc_absolute_high) {
/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DMachO.h72 virtual error_code getRelocationType(DataRefImpl Rel,
H A DObjectFile.h262 virtual error_code getRelocationType(DataRefImpl Rel,
438 return OwningObject->getRelocationType(RelocationPimpl, Result);
H A DCOFF.h125 virtual error_code getRelocationType(DataRefImpl Rel,
/external/llvm/include/llvm/Object/
H A DObjectFile.h235 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;
454 return OwningObject->getRelocationType(RelocationPimpl);
H A DELFObjectFile.h242 uint64_t getRelocationType(DataRefImpl Rel) const override;
709 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { function in class:llvm::object::ELFObjectFile
725 uint32_t type = getRelocationType(Rel);
H A DMachO.h238 uint64_t getRelocationType(DataRefImpl Rel) const override;
H A DCOFF.h749 uint64_t getRelocationType(DataRefImpl Rel) const override;
/external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/CodeGen/
H A DELFWriter.cpp783 unsigned RelType = TEW->getRelocationType(MR.getRelocationType());
/external/swiftshader/third_party/LLVM/lib/Object/
H A DCOFFObjectFile.cpp586 error_code COFFObjectFile::getRelocationType(DataRefImpl Rel, function in class:COFFObjectFile
H A DELFObjectFile.cpp356 virtual error_code getRelocationType(DataRefImpl Rel,
873 ::getRelocationType(DataRefImpl Rel, function in class:ELFObjectFile
H A DMachOObjectFile.cpp582 error_code MachOObjectFile::getRelocationType(DataRefImpl Rel, function in class:llvm::object::MachOObjectFile
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp919 uint64_t Type = MachO->getRelocationType(Rel);
932 uint64_t PrevType = MachO->getRelocationType(RelPrev);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp778 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { function in class:MachOObjectFile
786 uint64_t RType = getRelocationType(Rel);

Completed in 460 milliseconds

12