HomeSort by relevance Sort by last modified time
    Searched refs:getRelocationType (Results 1 - 25 of 26) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMELFWriterInfo.h 26 /// getRelocationType - Returns the target specific ELF Relocation type.
28 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
ARMELFWriterInfo.cpp 35 unsigned ARMELFWriterInfo::getRelocationType(unsigned MachineRelTy) const {
ARMJITInfo.cpp 239 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/
MBlazeELFWriterInfo.h 26 /// getRelocationType - Returns the target specific ELF Relocation type.
28 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
MBlazeELFWriterInfo.cpp 35 unsigned MBlazeELFWriterInfo::getRelocationType(unsigned MachineRelTy) const {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ELFWriterInfo.h 27 /// getRelocationType - Returns the target specific ELF Relocation type.
29 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
X86ELFWriterInfo.cpp 35 unsigned X86ELFWriterInfo::getRelocationType(unsigned MachineRelTy) const {
X86JITInfo.cpp 532 switch ((X86::RelocationType)MR->getRelocationType()) {
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetELFWriterInfo.h 91 /// getRelocationType - Returns the target specific ELF Relocation type.
93 virtual unsigned getRelocationType(unsigned MachineRelTy) const = 0;
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.cpp 202 switch ((Mips::RelocationType) MR->getRelocationType()) {
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.cpp 415 switch ((PPC::RelocationType)MR->getRelocationType()) {
437 if (MR->getRelocationType() == PPC::reloc_absolute_high) {
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
COFF.h 125 virtual error_code getRelocationType(DataRefImpl Rel,
MachO.h 72 virtual error_code getRelocationType(DataRefImpl Rel,
ObjectFile.h 262 virtual error_code getRelocationType(DataRefImpl Rel,
438 return OwningObject->getRelocationType(RelocationPimpl, Result);
  /external/llvm/include/llvm/Object/
ObjectFile.h 235 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;
454 return OwningObject->getRelocationType(RelocationPimpl);
ELFObjectFile.h 242 uint64_t getRelocationType(DataRefImpl Rel) const override;
709 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const {
725 uint32_t type = getRelocationType(Rel);
MachO.h 238 uint64_t getRelocationType(DataRefImpl Rel) const override;
COFF.h 749 uint64_t getRelocationType(DataRefImpl Rel) const override;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineRelocation.h 200 /// getRelocationType - Return the target-specific relocation ID for this
202 unsigned getRelocationType() const {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp 783 unsigned RelType = TEW->getRelocationType(MR.getRelocationType());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 586 error_code COFFObjectFile::getRelocationType(DataRefImpl Rel,
ELFObjectFile.cpp 356 virtual error_code getRelocationType(DataRefImpl Rel,
    [all...]
MachOObjectFile.cpp 582 error_code MachOObjectFile::getRelocationType(DataRefImpl Rel,
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 919 uint64_t Type = MachO->getRelocationType(Rel);
932 uint64_t PrevType = MachO->getRelocationType(RelPrev);
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 778 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const {
786 uint64_t RType = getRelocationType(Rel);
    [all...]

Completed in 626 milliseconds

1 2