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

  /external/llvm/lib/Target/MBlaze/
MBlazeRelocations.h 26 /// reloc_picrel_word - PIC base relative relocation, add the relocated
29 reloc_picrel_word = 1, enumerator in enum:llvm::MBlaze::RelocationType
  /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 284 if (Reloc == X86::reloc_picrel_word)
308 intptr_t RelocCST = (Reloc == X86::reloc_picrel_word) ? PICBaseOffset : 0;
332 if (Reloc == X86::reloc_picrel_word)
352 if (Reloc == X86::reloc_picrel_word)
434 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
    [all...]
X86JITInfo.cpp 554 case X86::reloc_picrel_word: {

Completed in 166 milliseconds