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

/external/llvm/lib/Target/X86/
H A DX86Relocations.h31 /// reloc_picrel_word - PIC base relative relocation, add the relocated
34 reloc_picrel_word = 1, enumerator in enum:llvm::X86::RelocationType
H A DX86CodeEmitter.cpp277 if (Reloc == X86::reloc_picrel_word)
301 intptr_t RelocCST = (Reloc == X86::reloc_picrel_word) ? PICBaseOffset : 0;
325 if (Reloc == X86::reloc_picrel_word)
345 if (Reloc == X86::reloc_picrel_word)
427 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
1219 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
1325 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
1369 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
H A DX86JITInfo.cpp561 case X86::reloc_picrel_word: {

Completed in 145 milliseconds