Searched refs:reloc_absolute_word_sext (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86Relocations.h40 /// reloc_absolute_word_sext - absolute relocation, just add the relocated
43 reloc_absolute_word_sext = 3, enumerator in enum:llvm::X86::RelocationType
H A DX86JITInfo.cpp569 case X86::reloc_absolute_word_sext:
H A DX86CodeEmitter.cpp426 (IsPCRel ? X86::reloc_pcrel_word : X86::reloc_absolute_word_sext)
1327 rt = X86::reloc_absolute_word_sext; // FIXME: add X86II flag?
1371 rt = X86::reloc_absolute_word_sext; // FIXME: add X86II flag?

Completed in 510 milliseconds