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

/external/llvm/lib/Target/X86/
H A DX86Relocations.h36 /// reloc_absolute_word - absolute relocation, just add the relocated
38 reloc_absolute_word = 2, enumerator in enum:llvm::X86::RelocationType
H A DX86JITInfo.cpp568 case X86::reloc_absolute_word:
H A DX86CodeEmitter.cpp427 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
1219 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
1221 rt = X86::reloc_absolute_word; // FIXME: add X86II flag?
1325 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
1369 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);

Completed in 372 milliseconds