Home
last modified time | relevance | path

Searched refs:reloc_absolute_word (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ELFWriterInfo.cpp40 case X86::reloc_absolute_word: in getRelocationType()
54 case X86::reloc_absolute_word: in getRelocationType()
140 X86::reloc_absolute_dword : X86::reloc_absolute_word; in getAbsoluteLabelMachineRelTy()
DX86Relocations.h38 reloc_absolute_word = 2, enumerator
DX86CodeEmitter.cpp416 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word); in emitDisplacementField()
834 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word); in emitInstruction()
836 rt = X86::reloc_absolute_word; // FIXME: add X86II flag? 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.cpp547 case X86::reloc_absolute_word: in relocate()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeELFWriterInfo.cpp39 case MBlaze::reloc_absolute_word: in getRelocationType()
99 return MBlaze::reloc_absolute_word; in getAbsoluteLabelMachineRelTy()
DMBlazeRelocations.h33 reloc_absolute_word = 2, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DWritingAnLLVMBackend.rst1899 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
1934 reloc_absolute_word = 2, // absolute relocation; no additional adjustment
/external/llvm/docs/
DWritingAnLLVMBackend.rst1859 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
1894 reloc_absolute_word = 2, // absolute relocation; no additional adjustment