HomeSort by relevance Sort by last modified time
    Searched refs:reloc_picrel_word (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/X86/
X86Relocations.h 31 /// reloc_picrel_word - PIC base relative relocation, add the relocated
34 reloc_picrel_word = 1, enumerator in enum:llvm::X86::RelocationType
X86CodeEmitter.cpp 279 if (Reloc == X86::reloc_picrel_word)
303 intptr_t RelocCST = (Reloc == X86::reloc_picrel_word) ? PICBaseOffset : 0;
327 if (Reloc == X86::reloc_picrel_word)
347 if (Reloc == X86::reloc_picrel_word)
429 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
    [all...]
X86JITInfo.cpp 555 case X86::reloc_picrel_word: {

Completed in 782 milliseconds