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

  /external/llvm/lib/Target/ARM/
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/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 418 switch ((PPC::RelocationType)MR->getRelocationType()) {
440 if (MR->getRelocationType() == PPC::reloc_absolute_high) {
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 254 switch ((Mips::RelocationType) MR->getRelocationType()) {
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 200 /// getRelocationType - Return the target-specific relocation ID for this
202 unsigned getRelocationType() const {
  /external/llvm/include/llvm/Object/
COFF.h 148 virtual error_code getRelocationType(DataRefImpl Rel,
MachO.h 98 virtual error_code getRelocationType(DataRefImpl Rel,
ObjectFile.h 341 virtual error_code getRelocationType(DataRefImpl Rel,
570 return OwningObject->getRelocationType(RelocationPimpl, Result);
ELF.h 697 virtual error_code getRelocationType(DataRefImpl Rel,
    [all...]
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 546 switch ((X86::RelocationType)MR->getRelocationType()) {
  /external/llvm/lib/Object/
COFFObjectFile.cpp 726 error_code COFFObjectFile::getRelocationType(DataRefImpl Rel,
MachOObjectFile.cpp 804 error_code MachOObjectFile::getRelocationType(DataRefImpl Rel,
    [all...]

Completed in 371 milliseconds