Searched refs:reloc_absolute_dword (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeRelocations.h40 /// reloc_absolute_dword - absolute relocation, just add the relocated
42 reloc_absolute_dword = 4 enumerator in enum:llvm::MBlaze::RelocationType
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86Relocations.h45 /// reloc_absolute_dword - absolute relocation, just add the relocated
47 reloc_absolute_dword = 4 enumerator in enum:llvm::X86::RelocationType
H A DX86ELFWriterInfo.cpp44 case X86::reloc_absolute_dword:
57 case X86::reloc_absolute_dword:
140 X86::reloc_absolute_dword : X86::reloc_absolute_word;
H A DX86CodeEmitter.cpp278 if (Reloc == X86::reloc_absolute_dword)
300 if (Reloc == X86::reloc_absolute_dword)
321 if (Reloc == X86::reloc_absolute_dword)
341 if (Reloc == X86::reloc_absolute_dword)
839 rt = X86::reloc_absolute_dword; // FIXME: add X86II flag?
H A DX86JITInfo.cpp553 case X86::reloc_absolute_dword:

Completed in 164 milliseconds