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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMRelocations.h 22 // reloc_arm_absolute - Absolute relocation, just add the relocated value
24 reloc_arm_absolute, enumerator in enum:llvm::ARM::RelocationType
ARMELFWriterInfo.cpp 37 case ARM::reloc_arm_absolute:
ARMJITInfo.cpp 299 case ARM::reloc_arm_absolute: {
ARMCodeEmitter.cpp 648 emitExternalSymbolAddress(Sym, ARM::reloc_arm_absolute);
665 emitGlobalAddress(GV, ARM::reloc_arm_absolute, isa<Function>(GV), false);
    [all...]

Completed in 229 milliseconds