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/
ObjectFile.h 338 virtual error_code getRelocationType(DataRefImpl Rel,
573 return OwningObject->getRelocationType(RelocationPimpl, Result);
MachO.h 102 virtual error_code getRelocationType(DataRefImpl Rel, uint64_t &Res) const;
COFF.h 252 virtual error_code getRelocationType(DataRefImpl Rel,
ELF.h 717 virtual error_code getRelocationType(DataRefImpl Rel,
    [all...]
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 547 switch ((X86::RelocationType)MR->getRelocationType()) {
  /external/llvm/lib/Object/
MachOObjectFile.cpp 893 error_code MachOObjectFile::getRelocationType(DataRefImpl Rel,
905 getRelocationType(Rel, RType);
    [all...]
COFFObjectFile.cpp 762 error_code COFFObjectFile::getRelocationType(DataRefImpl Rel,

Completed in 93 milliseconds