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

  /external/llvm/lib/Target/MBlaze/
MBlazeRelocations.h 31 /// reloc_absolute_word - absolute relocation, just add the relocated
33 reloc_absolute_word = 2, enumerator in enum:llvm::MBlaze::RelocationType
MBlazeELFWriterInfo.cpp 39 case MBlaze::reloc_absolute_word:
99 return MBlaze::reloc_absolute_word;
  /external/llvm/lib/Target/X86/
X86Relocations.h 36 /// reloc_absolute_word - absolute relocation, just add the relocated
38 reloc_absolute_word = 2, enumerator in enum:llvm::X86::RelocationType
X86ELFWriterInfo.cpp 40 case X86::reloc_absolute_word:
54 case X86::reloc_absolute_word:
140 X86::reloc_absolute_dword : X86::reloc_absolute_word;
X86CodeEmitter.cpp 416 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
818 : (IsPIC ? X86::reloc_picrel_word : X86::reloc_absolute_word);
820 rt = X86::reloc_absolute_word; // FIXME: add X86II flag?
    [all...]
X86JITInfo.cpp 553 case X86::reloc_absolute_word:

Completed in 925 milliseconds