Searched refs:reloc_pcrel_word (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 252 X86::reloc_pcrel_word, MBB)); in emitPCRelativeBlockAddress() 268 else if (Reloc == X86::reloc_pcrel_word) in emitGlobalAddress() 316 else if (Reloc == X86::reloc_pcrel_word) in emitConstPoolAddress() 336 else if (Reloc == X86::reloc_pcrel_word) in emitJumpTableAddress() 415 (IsPCRel ? X86::reloc_pcrel_word : X86::reloc_absolute_word_sext) in emitDisplacementField() 791 emitGlobalAddress(MO.getGlobal(), X86::reloc_pcrel_word, in emitInstruction() 797 emitExternalSymbolAddress(MO.getSymbolName(), X86::reloc_pcrel_word); in emitInstruction() 803 emitJumpTableAddress(MO.getIndex(), X86::reloc_pcrel_word); in emitInstruction() 833 unsigned rt = Is64BitMode ? X86::reloc_pcrel_word in emitInstruction() 919 unsigned rt = Is64BitMode ? X86::reloc_pcrel_word in emitInstruction() [all …]
|
D | X86ELFWriterInfo.cpp | 38 case X86::reloc_pcrel_word: in getRelocationType() 52 case X86::reloc_pcrel_word: in getRelocationType()
|
D | X86Relocations.h | 29 reloc_pcrel_word = 0, enumerator
|
D | X86JITInfo.cpp | 533 case X86::reloc_pcrel_word: { in relocate()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeRelocations.h | 24 reloc_pcrel_word = 0, enumerator
|
D | MBlazeELFWriterInfo.cpp | 37 case MBlaze::reloc_pcrel_word: in getRelocationType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1898 unsigned rt = Is64BitMode ? X86::reloc_pcrel_word 1926 value already in memory. For ``reloc_pcrel_word`` and ``reloc_picrel_word``, 1932 reloc_pcrel_word = 0, // add reloc value after adjusting for the PC loc
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1858 unsigned rt = Is64BitMode ? X86::reloc_pcrel_word 1886 value already in memory. For ``reloc_pcrel_word`` and ``reloc_picrel_word``, 1892 reloc_pcrel_word = 0, // add reloc value after adjusting for the PC loc
|