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

  /external/llvm/lib/Target/MBlaze/
MBlazeRelocations.h 40 /// reloc_absolute_dword - absolute relocation, just add the relocated
42 reloc_absolute_dword = 4 enumerator in enum:llvm::MBlaze::RelocationType
  /external/llvm/lib/Target/X86/
X86Relocations.h 45 /// reloc_absolute_dword - absolute relocation, just add the relocated
47 reloc_absolute_dword = 4 enumerator in enum:llvm::X86::RelocationType
X86ELFWriterInfo.cpp 44 case X86::reloc_absolute_dword:
57 case X86::reloc_absolute_dword:
140 X86::reloc_absolute_dword : X86::reloc_absolute_word;
X86CodeEmitter.cpp 278 if (Reloc == X86::reloc_absolute_dword)
300 if (Reloc == X86::reloc_absolute_dword)
321 if (Reloc == X86::reloc_absolute_dword)
341 if (Reloc == X86::reloc_absolute_dword)
823 rt = X86::reloc_absolute_dword; // FIXME: add X86II flag?
    [all...]
X86JITInfo.cpp 559 case X86::reloc_absolute_dword:

Completed in 211 milliseconds