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

  /external/llvm/lib/Target/ARM/
ARMRelocations.h 30 // reloc_arm_cp_entry - PC relative relocation for constpool_entry's whose
32 reloc_arm_cp_entry, enumerator in enum:llvm::ARM::RelocationType
34 // reloc_arm_vfp_cp_entry - Same as reloc_arm_cp_entry except the offset
38 // reloc_arm_so_imm - Same as reloc_arm_cp_entry except contant should be
ARMELFWriterInfo.cpp 39 case ARM::reloc_arm_cp_entry:
ARMJITInfo.cpp 250 case ARM::reloc_arm_cp_entry:
275 case ARM::reloc_arm_cp_entry:
ARMCodeEmitter.cpp 264 emitConstPoolAddress(MO.getIndex(), ARM::reloc_arm_cp_entry);
472 ? ARM::reloc_arm_vfp_cp_entry : ARM::reloc_arm_cp_entry;
    [all...]

Completed in 18 milliseconds