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

  /external/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 240 ARM::RelocationType RT = (ARM::RelocationType)MR->getRelocationType();
274 switch ((ARM::RelocationType)MR->getRelocationType()) {
291 if (MR->getRelocationType() == ARM::reloc_arm_vfp_cp_entry)
  /external/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/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 538 switch ((X86::RelocationType)MR->getRelocationType()) {
  /external/llvm/include/llvm/Target/
TargetELFWriterInfo.h 91 /// getRelocationType - Returns the target specific ELF Relocation type.
93 virtual unsigned getRelocationType(unsigned MachineRelTy) const = 0;
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 202 switch ((Mips::RelocationType) MR->getRelocationType()) {
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 415 switch ((PPC::RelocationType)MR->getRelocationType()) {
437 if (MR->getRelocationType() == PPC::reloc_absolute_high) {
  /external/llvm/include/llvm/Object/
MachO.h 83 virtual error_code getRelocationType(DataRefImpl Rel,
ObjectFile.h 281 virtual error_code getRelocationType(DataRefImpl Rel,
469 return OwningObject->getRelocationType(RelocationPimpl, Result);
COFF.h 140 virtual error_code getRelocationType(DataRefImpl Rel,
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 200 /// getRelocationType - Return the target-specific relocation ID for this
202 unsigned getRelocationType() const {
  /external/llvm/lib/CodeGen/
ELFWriter.cpp 783 unsigned RelType = TEW->getRelocationType(MR.getRelocationType());
    [all...]
  /external/llvm/lib/Object/
ELFObjectFile.cpp 360 virtual error_code getRelocationType(DataRefImpl Rel,
    [all...]
COFFObjectFile.cpp 625 error_code COFFObjectFile::getRelocationType(DataRefImpl Rel,
MachOObjectFile.cpp 633 error_code MachOObjectFile::getRelocationType(DataRefImpl Rel,
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp     [all...]

Completed in 187 milliseconds