Home
last modified time | relevance | path

Searched refs:reloc_picrel_word (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/X86/
DX86ELFWriterInfo.cpp46 case X86::reloc_picrel_word: in getRelocationType()
58 case X86::reloc_picrel_word: in getRelocationType()
DX86Relocations.h34 reloc_picrel_word = 1, enumerator
DX86CodeEmitter.cpp266 if (Reloc == X86::reloc_picrel_word) in emitGlobalAddress()
290 intptr_t RelocCST = (Reloc == X86::reloc_picrel_word) ? PICBaseOffset : 0; in emitExternalSymbolAddress()
314 if (Reloc == X86::reloc_picrel_word) in emitConstPoolAddress()
334 if (Reloc == X86::reloc_picrel_word) in emitJumpTableAddress()
416 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word); in emitDisplacementField()
834 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word); in emitInstruction()
920 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word); in emitInstruction()
960 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word); in emitInstruction()
DX86JITInfo.cpp551 case X86::reloc_picrel_word: { in relocate()
/external/llvm/lib/Target/MBlaze/
DMBlazeRelocations.h29 reloc_picrel_word = 1, enumerator