Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ELFWriterInfo.cpp46 case X86::reloc_picrel_word: in getRelocationType()
58 case X86::reloc_picrel_word: in getRelocationType()
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()
DX86Relocations.h34 reloc_picrel_word = 1, enumerator
DX86JITInfo.cpp540 case X86::reloc_picrel_word: { in relocate()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeRelocations.h29 reloc_picrel_word = 1, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DWritingAnLLVMBackend.rst1899 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
1926 value already in memory. For ``reloc_pcrel_word`` and ``reloc_picrel_word``,
1933 reloc_picrel_word = 1, // add reloc value after adjusting for the PIC base
/external/llvm/docs/
DWritingAnLLVMBackend.rst1859 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
1886 value already in memory. For ``reloc_pcrel_word`` and ``reloc_picrel_word``,
1893 reloc_picrel_word = 1, // add reloc value after adjusting for the PIC base